@dxtmisha/functional 1.14.1 → 1.14.4

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,5 +1,6 @@
1
1
  import { Plugin } from 'vue';
2
- import { ApiConfig, ErrorCenterCauseList, ErrorCenterHandlerList, IconsConfig, TranslateConfig } from '@dxtmisha/functional-basic';
2
+ import { InputSocialIcons } from '@dxtmisha/media';
3
+ import { ApiConfig, ErrorCenterCauseList, ErrorCenterHandlerCallback, ErrorCenterHandlerList, IconsConfig, TranslateConfig } from '@dxtmisha/functional-basic';
3
4
  import { Router } from 'vue-router';
4
5
  /**
5
6
  * Interface for the functional plugin options /
@@ -31,6 +32,11 @@ export interface FunctionalPluginOptions {
31
32
  * Конфигурация для сервиса управления иконками
32
33
  */
33
34
  icons?: IconsConfig;
35
+ /**
36
+ * Configuration for the social networks icons management service /
37
+ * Конфигурация для сервиса управления иконками социальных сетей
38
+ */
39
+ iconsSocial?: InputSocialIcons;
34
40
  /**
35
41
  * Vue Router instance for global navigation state management /
36
42
  * Экземпляр Vue Router для глобального управления состоянием навигации
@@ -46,6 +52,11 @@ export interface FunctionalPluginOptions {
46
52
  * Список обработчиков ошибок для центра ошибок
47
53
  */
48
54
  errorHandlers?: ErrorCenterHandlerList;
55
+ /**
56
+ * Global error callback functions for error center /
57
+ * Список глобальных функций обратного вызова для центра ошибок
58
+ */
59
+ errorCallbacks?: ErrorCenterHandlerCallback[];
49
60
  }
50
61
  /**
51
62
  * Vue plugin for initializing and configuring global functional services
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dxtmisha/functional",
3
3
  "private": false,
4
- "version": "1.14.1",
4
+ "version": "1.14.4",
5
5
  "type": "module",
6
6
  "description": "A comprehensive library of utilities, base classes, and Vue 3 composables for reactive web development. Extends @dxtmisha/functional-basic with Composition API.",
7
7
  "keywords": [