@factoringplus/pl-components-pack-v3 1.9.5-pre-05-banner → 1.9.5-pre-07-banner

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.
@@ -2,24 +2,24 @@ import { default as Banner } from './pl-banner.vue';
2
2
  import { SFCWithInstall } from '../../../install-function';
3
3
  import { TBannerProps, ICustomColors } from './types';
4
4
 
5
- /**
6
- * Свойства баннера.
7
- *
8
- * @property type - Тип баннера: определяет стиль отображения. Может быть:
9
- * 'info' | 'interactive' | 'success' | 'warning' | 'critical' | 'custom'
10
- * @property title - Заголовок баннера
11
- * @property description - Описание или дополнительный текст баннера
12
- * @property buttonText - Текст кнопки действия
13
- * @property icon - Иконка, отображаемая в баннере
14
- * @property width - Ширина баннера (CSS-значение, например '100%', '400px')
15
- * @property closeButton - Показывать ли кнопку закрытия (крестик)
16
- * @property customColors - Пользовательские цвета для баннера (используется, если тип 'custom')
17
- */
18
5
  export declare const PlBanner: SFCWithInstall<typeof Banner>;
19
6
  export default PlBanner;
20
7
  export type { TBannerProps, ICustomColors };
21
8
  declare module 'vue' {
22
9
  interface GlobalComponents {
10
+ /**
11
+ * Свойства баннера.
12
+ *
13
+ * @property type - Тип баннера: определяет стиль отображения. Может быть:
14
+ * 'info' | 'interactive' | 'success' | 'warning' | 'critical' | 'custom'
15
+ * @property title - Заголовок баннера
16
+ * @property description - Описание или дополнительный текст баннера
17
+ * @property buttonText - Текст кнопки действия
18
+ * @property icon - Иконка, отображаемая в баннере
19
+ * @property width - Ширина баннера (CSS-значение, например '100%', '400px')
20
+ * @property closeButton - Показывать ли кнопку закрытия (крестик)
21
+ * @property customColors - Пользовательские цвета для баннера (используется, если тип 'custom')
22
+ */
23
23
  PlBanner: typeof PlBanner;
24
24
  }
25
25
  }
@@ -30,6 +30,10 @@ export declare interface ICustomColors {
30
30
  * @property customColors - Пользовательские цвета для баннера (используется, если тип 'custom')
31
31
  */
32
32
  export declare interface TBannerProps {
33
+ /**
34
+ * @property type - Тип баннера: определяет стиль отображения. Может быть:
35
+ * 'info' | 'interactive' | 'success' | 'warning' | 'critical' | 'custom'
36
+ */
33
37
  type?: 'info' | 'interactive' | 'success' | 'warning' | 'critical' | 'custom';
34
38
  title?: string;
35
39
  description?: string;
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "types": "./global-components.d.ts"
20
20
  }
21
21
  },
22
- "version": "1.9.5-pre-05-banner",
22
+ "version": "1.9.5-pre-07-banner",
23
23
  "scripts": {
24
24
  "dev": "vite",
25
25
  "build": "vite build",