@profitliga/ui 1.2.45 → 1.2.47

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.
@@ -17,6 +17,7 @@ declare function __VLS_template(): {
17
17
  trigger?(_: {}): any;
18
18
  default?(_: {}): any;
19
19
  default?(_: {}): any;
20
+ header?(_: {}): any;
20
21
  };
21
22
  refs: {};
22
23
  rootEl: any;
@@ -520,6 +520,9 @@ const Hl = /* @__PURE__ */ u({
520
520
  width: e.width,
521
521
  "close-button": e.closeButton
522
522
  }, {
523
+ header: r(() => [
524
+ v(o.$slots, "header")
525
+ ]),
523
526
  default: r(() => [
524
527
  v(o.$slots, "default")
525
528
  ]),
@@ -0,0 +1,3 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
3
+ export default _default;
@@ -11,7 +11,8 @@ import { default as SberPayColorIcon } from './SberPayColorIcon.vue';
11
11
  import { default as ShieldIcon } from './ShieldIcon.vue';
12
12
  import { default as SpbIcon } from './SpbIcon.vue';
13
13
  import { default as TelegramColorIcon } from './TelegramColorIcon.vue';
14
+ import { default as TruesignFullIcon } from './TruesignFullIcon.vue';
14
15
  import { default as TruesignIcon } from './TruesignIcon.vue';
15
16
  import { default as WarehousePointIcon } from './WarehousePointIcon.vue';
16
17
  import { default as WordIcon } from './WordIcon.vue';
17
- export { BonusIcon, CashbackIcon, CertificateIcon, DiscountIcon, GiftColorIcon, FaviconIcon, ExcelIcon, PdfIcon, SpbIcon, WarehousePointIcon, WordIcon, SberPayColorIcon, TruesignIcon, ShieldIcon, MaxIcon, TelegramColorIcon };
18
+ export { BonusIcon, CashbackIcon, CertificateIcon, DiscountIcon, GiftColorIcon, FaviconIcon, ExcelIcon, PdfIcon, SpbIcon, WarehousePointIcon, WordIcon, SberPayColorIcon, TruesignIcon, ShieldIcon, MaxIcon, TelegramColorIcon, TruesignFullIcon };