@win2win/shared-ui 0.3.57 → 0.3.58
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/index.d.ts +2 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/w2w-shared-ui.js +1930 -1931
- package/dist/w2w-shared-ui.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2,14 +2,13 @@ import { App } from "vue";
|
|
|
2
2
|
import Button from "./components/Common/Button.vue";
|
|
3
3
|
import Card from "./components/Common/Card.vue";
|
|
4
4
|
import DynamicCarousel from "./components/Common/DynamicCarousel.vue";
|
|
5
|
+
import FlagsIcons from "./components/Common/FlagsIcons.vue";
|
|
5
6
|
import IconButton from "./components/Common/IconButton.vue";
|
|
6
7
|
import IndicatorColor from "./components/Common/IndicatorColor.vue";
|
|
7
8
|
import MenuButton from "./components/Common/MenuButton.vue";
|
|
8
9
|
import SectionSpinner from "./components/Common/SectionSpinner.vue";
|
|
9
10
|
import StateIndicator from "./components/Common/StateIndicator.vue";
|
|
10
11
|
import SectionsContainer from "./components/pdf/SectionsContainer.vue";
|
|
11
|
-
import BrokerCard from "./components/widgets/broker-card/BrokerCard.vue";
|
|
12
|
-
import BrokerDetail from "./components/widgets/broker-detail/BrokerDetail.vue";
|
|
13
12
|
import ProductPrice from "./components/widgets/shared/ProductPrice.vue";
|
|
14
13
|
import ProductProps from "./components/widgets/shared/ProductProps.vue";
|
|
15
14
|
import ProductTag from "./components/widgets/shared/ProductTag.vue";
|
|
@@ -20,5 +19,5 @@ export default W2WSharedUi;
|
|
|
20
19
|
export { WidgetsIndex } from "./components/widgets";
|
|
21
20
|
export * from "./components/widgets/interfaces";
|
|
22
21
|
export * from "./composables/index";
|
|
23
|
-
export {
|
|
22
|
+
export { Button, Card, DynamicCarousel, FlagsIcons, IconButton, IndicatorColor, MenuButton, ProductPrice, ProductProps, ProductTag, SectionsContainer, SectionSpinner, StateIndicator, };
|
|
24
23
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,MAAM,MAAM,gCAAgC,CAAC;AACpD,OAAO,IAAI,MAAM,8BAA8B,CAAC;AAChD,OAAO,eAAe,MAAM,yCAAyC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,MAAM,MAAM,gCAAgC,CAAC;AACpD,OAAO,IAAI,MAAM,8BAA8B,CAAC;AAChD,OAAO,eAAe,MAAM,yCAAyC,CAAC;AACtE,OAAO,UAAU,MAAM,oCAAoC,CAAC;AAC5D,OAAO,UAAU,MAAM,oCAAoC,CAAC;AAC5D,OAAO,cAAc,MAAM,wCAAwC,CAAC;AACpE,OAAO,UAAU,MAAM,oCAAoC,CAAC;AAC5D,OAAO,cAAc,MAAM,wCAAwC,CAAC;AACpE,OAAO,cAAc,MAAM,wCAAwC,CAAC;AACpE,OAAO,iBAAiB,MAAM,wCAAwC,CAAC;AAEvE,OAAO,YAAY,MAAM,8CAA8C,CAAC;AACxE,OAAO,YAAY,MAAM,8CAA8C,CAAC;AACxE,OAAO,UAAU,MAAM,4CAA4C,CAAC;AAEpE,QAAA,MAAM,WAAW;iBACF,GAAG,WAAW,GAAG;CAwB/B,CAAC;AAEF,eAAe,WAAW,CAAC;AAC3B,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,cAAc,iCAAiC,CAAC;AAChD,cAAc,qBAAqB,CAAC;AACpC,OAAO,EACL,MAAM,EACN,IAAI,EACJ,eAAe,EACf,UAAU,EACV,UAAU,EACV,cAAc,EACd,UAAU,EACV,YAAY,EACZ,YAAY,EACZ,UAAU,EACV,iBAAiB,EACjB,cAAc,EACd,cAAc,GACf,CAAC"}
|