@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.
package/dist/components/index.js
CHANGED
|
@@ -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 };
|