@dxtmisha/functional 1.15.8 → 1.15.9

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/ai-description.md CHANGED
@@ -1,7 +1,24 @@
1
- A reactive utility and component architecture library for Vue 3 providing high-level abstract base classes, state management composables, and localized formatting helpers. It standardizes reactive API orchestration, browser storage binding, DOM visibility tracking, internationalization, and design component construction across client and server-rendered environments. Key capabilities are grouped into API and network composables for managing asynchronous HTTP requests, mutation workflows, SSR prefetching, response contract validation, error mappings, and list orchestration; design component base classes for standardized component rendering, dynamic class and style computation, prop change tracking, slot management, and element exposure; localization and formatting utilities for reactive handling of dates, numbers, currency, unit conversions, country flags, dynamic translations, and language-dependent computed properties; persistent storage composables synchronizing state with cookies, web storage, URL query or hash parameters, and cross-tab messaging; list and search helpers for managing reactive data filtering, selection state, text highlighting, debouncing, and router-bound navigation lists; and DOM system utilities for IntersectionObserver lazy visibility tracking, reactive page metadata management, global loading states, scrollbar measurements, and singleton dependency injection. Study ai-types.md when implementing abstract component constructors, defining API validation contracts or error schemas, typing complex list structures and search options, configuring singleton execution scopes, or managing reactive Vue prop and subcomponent bindings. This library integrates natively into Vue 3 and Vue Router applications through a unified global plugin that configures shared API, routing, localization, and metadata services.
1
+ # @dxtmisha/functional Reference
2
+
3
+ A reactive utility and component architecture library for Vue 3 providing high-level abstract base classes, state management composables, and localized formatting helpers.
4
+
5
+ ## Key Capabilities & Groupings
6
+ - **API & Network**: Reactive composables for asynchronous HTTP requests, mutation workflows, SSR prefetching, response contract validation, error mappings, and list orchestration.
7
+ - **Storage & State**: Persistent storage composables synchronizing state with cookies, web storage, URL query/hash parameters, and cross-tab messaging.
8
+ - **Localization & Formatting**: Utilities for reactive handling of dates, numbers, currency, unit conversions, country flags, and dynamic translations.
9
+ - **List & Search**: Helpers for managing reactive data filtering, selection state, text highlighting, debouncing, and router-bound navigation lists.
10
+ - **DOM & System**: DOM visibility tracking, reactive page metadata management, global loading states, scrollbar measurements, and singleton dependency injection.
11
+ - **Design Components**: Abstract base classes for standardized component rendering, dynamic class/style computation, prop tracking, and element exposure.
12
+
13
+ ## Triggers for Studying `ai-types.md`
14
+ Study `ai-types.md` when implementing abstract component constructors, defining API validation contracts or error schemas, typing complex list structures and search options, configuring singleton execution scopes, or managing reactive Vue prop and subcomponent bindings.
15
+
16
+ ## Integration Context
17
+ This library integrates natively into Vue 3 and Vue Router applications through a unified global plugin that configures shared API, routing, localization, and metadata services.
18
+
2
19
  ## Mandatory Rules
3
20
  Read the corresponding file ONLY when working on a task related to (even if not working directly with this package):
4
- - 'node_modules/@dxtmisha/functional/ai-prompts/api-reference.md': Reactive singleton scope initialization and REST API management patterns
5
- - 'node_modules/@dxtmisha/functional/ai-prompts/localization-seo.md': Geographic context, locale-aware formatting, reactive translations, document metadata, and scrollbar width measurement
6
- - 'node_modules/@dxtmisha/functional/ai-prompts/reactivity-lists.md': Async reactivity composables, reactive list models, search filtering, and DOM observer utilities
7
- - 'node_modules/@dxtmisha/functional/ai-prompts/storage-state.md': Reactive composables for browser storage, cookies, cross-tab synchronization, and URL hash state
21
+ - 'node_modules/@dxtmisha/functional/ai-resources/api-reference.md': Reactive singleton scope initialization and REST API management patterns
22
+ - 'node_modules/@dxtmisha/functional/ai-resources/localization-seo.md': Geographic context, locale-aware formatting, reactive translations, document metadata, and scrollbar width measurement
23
+ - 'node_modules/@dxtmisha/functional/ai-resources/reactivity-lists.md': Async reactivity composables, reactive list models, search filtering, and DOM observer utilities
24
+ - 'node_modules/@dxtmisha/functional/ai-resources/storage-state.md': Reactive composables for browser storage, cookies, cross-tab synchronization, and URL hash state
@@ -0,0 +1,38 @@
1
+ [
2
+ {
3
+ "uri": "@dxtmisha/functional/ai-types.md",
4
+ "name": "Type Definitions (@dxtmisha/functional)",
5
+ "mimeType": "text/markdown",
6
+ "description": "Compressed and AI-optimized TypeScript declaration contracts for functional Vue 3 utilities and base components."
7
+ },
8
+ {
9
+ "uri": "@dxtmisha/functional/ai-description.md",
10
+ "name": "Package Overview & Rules (@dxtmisha/functional)",
11
+ "mimeType": "text/markdown",
12
+ "description": "High-density project overview, key capabilities, and prompt trigger guidelines."
13
+ },
14
+ {
15
+ "uri": "@dxtmisha/functional/ai-resources/api-reference.md",
16
+ "name": "API Rules (@dxtmisha/functional)",
17
+ "mimeType": "text/markdown",
18
+ "description": "Reactive singleton scope initialization and REST API management patterns."
19
+ },
20
+ {
21
+ "uri": "@dxtmisha/functional/ai-resources/localization-seo.md",
22
+ "name": "Localization Rules (@dxtmisha/functional)",
23
+ "mimeType": "text/markdown",
24
+ "description": "Geographic context, locale-aware formatting, reactive translations, and document metadata."
25
+ },
26
+ {
27
+ "uri": "@dxtmisha/functional/ai-resources/reactivity-lists.md",
28
+ "name": "Lists Rules (@dxtmisha/functional)",
29
+ "mimeType": "text/markdown",
30
+ "description": "Async reactivity composables, reactive list models, search filtering, and DOM observer utilities."
31
+ },
32
+ {
33
+ "uri": "@dxtmisha/functional/ai-resources/storage-state.md",
34
+ "name": "Storage Rules (@dxtmisha/functional)",
35
+ "mimeType": "text/markdown",
36
+ "description": "Reactive composables for browser storage, cookies, cross-tab synchronization, and URL hash state."
37
+ }
38
+ ]