ngxsmk-datepicker 2.2.0 → 2.2.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.
@@ -1,6 +1,6 @@
1
1
  # Ionic Framework Integration Guide
2
2
 
3
- **Last updated:** February 25, 2026 · **Current stable:** v2.2.0
3
+ **Last updated:** March 3, 2026 · **Current stable:** v2.2.2
4
4
 
5
5
  This guide provides step-by-step instructions for integrating ngxsmk-datepicker with Ionic Angular applications.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Ionic Integration Testing Guide
2
2
 
3
- **Last updated:** February 25, 2026 · **Current stable:** v2.2.0
3
+ **Last updated:** March 3, 2026 · **Current stable:** v2.2.2
4
4
 
5
5
  This document provides comprehensive testing instructions for verifying ngxsmk-datepicker compatibility with Ionic Framework.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Locale Packs & i18n Contributor Guide
2
2
 
3
- **Last updated:** February 25, 2026 · **Current stable:** v2.2.0
3
+ **Last updated:** March 3, 2026 · **Current stable:** v2.2.2
4
4
 
5
5
  Guide for adding locale support and contributing translations to ngxsmk-datepicker.
6
6
 
@@ -14,8 +14,8 @@ The component uses the `locale` input property to determine:
14
14
  - Month names
15
15
  - Weekday names
16
16
  - Week start day
17
- - Date formatting
18
- - Number formatting
17
+ - Date formatting (locale-aware when using Intl; override with `[displayFormat]` for custom patterns)
18
+ - Number formatting (locale-aware via `formatLocaleNumber` and translation registry)
19
19
 
20
20
  ```typescript
21
21
  <ngxsmk-datepicker [locale]="'en-US'"></ngxsmk-datepicker>
@@ -1,6 +1,6 @@
1
1
  # Plugin Architecture
2
2
 
3
- **Last updated:** February 25, 2026 · **Current stable:** v2.2.0
3
+ **Last updated:** March 3, 2026 · **Current stable:** v2.2.2
4
4
 
5
5
  ngxsmk-datepicker features a powerful **plugin architecture** that allows you to extend and customize the component's behavior without modifying its core code. This architecture is built on a **hook-based system** that provides extension points throughout the component's lifecycle.
6
6
 
package/docs/SEO.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # SEO Optimization Guide
2
2
 
3
- **Last updated:** February 25, 2026 · **Current stable:** v2.2.0
3
+ **Last updated:** March 3, 2026 · **Current stable:** v2.2.2
4
4
 
5
5
  This document outlines the SEO optimizations implemented for ngxsmk-datepicker to improve search engine visibility and discoverability.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Server-Side Rendering (SSR) Example
2
2
 
3
- **Last updated:** February 25, 2026 · **Current stable:** v2.2.0
3
+ **Last updated:** March 3, 2026 · **Current stable:** v2.2.2
4
4
 
5
5
  Complete example demonstrating ngxsmk-datepicker with Angular Universal (SSR).
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Theme Tokens & CSS Custom Properties
2
2
 
3
- **Last updated:** February 25, 2026 · **Current stable:** v2.2.0
3
+ **Last updated:** March 3, 2026 · **Current stable:** v2.2.2
4
4
 
5
5
  Complete reference for all CSS custom properties (CSS variables) available in ngxsmk-datepicker.
6
6
 
package/docs/TIMEZONE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Timezone Support
2
2
 
3
- **Last updated:** February 25, 2026 · **Current stable:** v2.2.0
3
+ **Last updated:** March 3, 2026 · **Current stable:** v2.2.2
4
4
 
5
5
  ## Overview
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Extension Points and Hooks
2
2
 
3
- **Last updated:** February 25, 2026 · **Current stable:** v2.2.0
3
+ **Last updated:** March 3, 2026 · **Current stable:** v2.2.2
4
4
 
5
5
  ngxsmk-datepicker provides comprehensive extension points through the `hooks` input, allowing you to customize rendering, validation, keyboard shortcuts, formatting, and event handling.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Signal Forms Integration
2
2
 
3
- **Last updated:** February 25, 2026 · **Current stable:** v2.2.0
3
+ **Last updated:** March 3, 2026 · **Current stable:** v2.2.2
4
4
 
5
5
  This guide covers using ngxsmk-datepicker with Angular 21+ Signal Forms API.
6
6
 
package/docs/signals.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Signals Integration Guide
2
2
 
3
- **Last updated:** February 25, 2026 · **Current stable:** v2.2.0
3
+ **Last updated:** March 3, 2026 · **Current stable:** v2.2.2
4
4
 
5
5
  ngxsmk-datepicker is fully compatible with Angular Signals, providing seamless integration with both traditional reactive forms and modern signal-based patterns.
6
6
 
package/docs/ssr.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Server-Side Rendering (SSR) Guide
2
2
 
3
- **Last updated:** February 25, 2026 · **Current stable:** v2.2.0
3
+ **Last updated:** March 3, 2026 · **Current stable:** v2.2.2
4
4
 
5
5
  ngxsmk-datepicker is fully compatible with Angular Universal and server-side rendering. This guide covers SSR setup, best practices, and troubleshooting.
6
6