@wikicasa-dev/components 1.7.44 → 1.7.46
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/assets/BaseCard.css +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +26 -24
- package/package.json +1 -1
package/dist/assets/BaseCard.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.card{position:relative;z-index:0;display:flex;max-width:930px;overflow:hidden;border-radius:20px;border-width:1px}@media (min-width: 576px){.card{height:230px}}.card .card-body{width:100%;padding:10px 15px}.card .card-img{width:100%;max-width:none}@media (min-width: 576px){.card .card-img{height:100%;max-width:300px}}@media not all and (min-width: 576px){.card .card-body,.card .card-img{height:200px}}.card.vertical{height:
|
|
1
|
+
.card{position:relative;z-index:0;display:flex;max-width:930px;overflow:hidden;border-radius:20px;border-width:1px}@media (min-width: 576px){.card{height:230px}}.card .card-body{width:100%;padding:10px 15px}.card .card-img{width:100%;max-width:none}@media (min-width: 576px){.card .card-img{height:100%;max-width:300px}}@media not all and (min-width: 576px){.card .card-body,.card .card-img{height:200px}}.card.vertical{height:370px;flex-direction:column}@media not all and (min-width: 576px){.card.vertical{min-height:100px;min-width:335px}}.card.vertical .card-img{height:200px;min-height:100px;width:100%;max-width:100%}@media not all and (min-width: 576px){.card.vertical .card-img{max-width:100%}}.map-card{max-height:100px;max-width:370px}.map-card-img{max-height:110px;max-width:120px}.card.news-card{flex-direction:row}@media not all and (min-width: 576px){.card.news-card{width:320px;flex-direction:column}}
|
package/dist/index.d.ts
CHANGED
|
@@ -30,6 +30,7 @@ import { default as BaseTooltip } from './UIKit/BaseTooltip.vue';
|
|
|
30
30
|
import { default as BaseUploadFile } from './UIKit/BaseUploadFile.vue';
|
|
31
31
|
import { default as BaseModal } from './UIKit/BaseModal.vue';
|
|
32
32
|
import { default as BaseSnackbar } from './UIKit/BaseSnackbar.vue';
|
|
33
|
+
import { default as StaticSpinner } from './UIKit/StaticSpinner.vue';
|
|
33
34
|
import { default as BaseShimmerLoader } from './UIKit/ShimmerLoader/BaseShimmerLoader.vue';
|
|
34
35
|
import { default as ShimmerMultiLine } from './UIKit/ShimmerLoader/ShimmerMultiLine.vue';
|
|
35
36
|
import { default as DoughnutChart } from './chart/DoughnutChart.vue';
|
|
@@ -41,4 +42,4 @@ import { default as SwiperSlide } from './components/carousel/SwiperSlide.vue';
|
|
|
41
42
|
import { useValidator } from './composables/useValidator';
|
|
42
43
|
|
|
43
44
|
export type { ChartOptions, ChartData } from 'chart.js';
|
|
44
|
-
export { DoughnutChart, LineChart, BaseAccordion, BaseAccordionBtn, BaseAccordionContent, BaseAccordionItem, SelectItem, BaseAlert, BaseAutocomplete, BaseBadge, BaseButton, AccessibleSelect, BaseComplexToggle, BaseDropDown, BaseFloatingLabel, BaseCard, BaseIcon, BaseInput, BaseNavItem, BasePagination, BasePaper, BaseSlider, BaseTab, BaseTextarea, BaseToggle, BaseTooltip, BaseUploadFile, CheckboxBtn, CheckboxGroup, RadioButton, RadioGroup, SwiperCarousel, SwiperSlide, IntersectionObservable, IntersectionObserver, useValidator, BaseModal, BaseSnackbar, BaseTabView, BaseShimmerLoader, ShimmerMultiLine, };
|
|
45
|
+
export { DoughnutChart, LineChart, BaseAccordion, BaseAccordionBtn, BaseAccordionContent, BaseAccordionItem, SelectItem, BaseAlert, BaseAutocomplete, BaseBadge, BaseButton, AccessibleSelect, BaseComplexToggle, BaseDropDown, BaseFloatingLabel, BaseCard, BaseIcon, BaseInput, BaseNavItem, BasePagination, BasePaper, BaseSlider, BaseTab, BaseTextarea, BaseToggle, BaseTooltip, BaseUploadFile, CheckboxBtn, CheckboxGroup, RadioButton, RadioGroup, SwiperCarousel, SwiperSlide, IntersectionObservable, IntersectionObserver, useValidator, BaseModal, BaseSnackbar, BaseTabView, BaseShimmerLoader, ShimmerMultiLine, StaticSpinner, };
|
package/dist/index.js
CHANGED
|
@@ -4,9 +4,9 @@ import { _ as f } from "./chunks/BaseAccordionContent.vue_vue_type_script_setup_
|
|
|
4
4
|
import { _ as m } from "./chunks/BaseAccordionItem.vue_vue_type_script_setup_true_lang.6bQhmpuN.js";
|
|
5
5
|
import { _ as l } from "./chunks/SelectItem.vue_vue_type_script_setup_true_lang.Colhxc7n.js";
|
|
6
6
|
import { default as d } from "./CheckboxBtn.js";
|
|
7
|
-
import { _ as
|
|
8
|
-
import { _
|
|
9
|
-
import { _ as
|
|
7
|
+
import { _ as n } from "./chunks/CheckboxGroup.vue_vue_type_script_setup_true_lang.Bn9HoCj4.js";
|
|
8
|
+
import { _ } from "./chunks/BaseTab.vue_vue_type_script_setup_true_lang.BRubYI9e.js";
|
|
9
|
+
import { _ as S } from "./chunks/BaseTabView.vue_vue_type_script_setup_true_lang.CbqroZ_c.js";
|
|
10
10
|
import { _ as g } from "./chunks/RadioButton.vue_vue_type_script_setup_true_lang.DR6a7QAi.js";
|
|
11
11
|
import { _ as h } from "./chunks/RadioGroup.vue_vue_type_script_setup_true_lang.BYlMCUWP.js";
|
|
12
12
|
import { _ as I } from "./chunks/AccessibleSelect.vue_vue_type_script_setup_true_lang._TveE6SF.js";
|
|
@@ -30,15 +30,16 @@ import { default as te } from "./BaseTooltip.js";
|
|
|
30
30
|
import { _ as fe } from "./chunks/BaseUploadFile.vue_vue_type_script_setup_true_lang.Dj2egDaT.js";
|
|
31
31
|
import { _ as me } from "./chunks/BaseModal.vue_vue_type_style_index_0_lang.DRnvHI35.js";
|
|
32
32
|
import { default as le } from "./BaseSnackbar.js";
|
|
33
|
-
import { default as de } from "./
|
|
34
|
-
import {
|
|
35
|
-
import { _ as
|
|
36
|
-
import { _ as
|
|
37
|
-
import { _ as ge } from "./chunks/
|
|
38
|
-
import { _ as he } from "./chunks/
|
|
39
|
-
import { _ as Ie } from "./chunks/
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
33
|
+
import { default as de } from "./StaticSpinner.js";
|
|
34
|
+
import { default as ne } from "./BaseShimmerLoader.js";
|
|
35
|
+
import { _ as _e } from "./chunks/ShimmerMultiLine.vue_vue_type_script_setup_true_lang.DuLXZx8X.js";
|
|
36
|
+
import { _ as Se } from "./chunks/DoughnutChart.vue_vue_type_script_setup_true_lang.C4QPaUsI.js";
|
|
37
|
+
import { _ as ge } from "./chunks/LineChart.vue_vue_type_script_setup_true_lang.CNkvmtfq.js";
|
|
38
|
+
import { _ as he } from "./chunks/IntersectionObservable.vue_vue_type_script_setup_true_lang.BBMxY-re.js";
|
|
39
|
+
import { _ as Ie } from "./chunks/IntersectionObserver.vue_vue_type_script_setup_true_lang.CQHjzQc3.js";
|
|
40
|
+
import { _ as we } from "./chunks/SwiperCarousel.vue_vue_type_style_index_0_lang.7z9WGfLj.js";
|
|
41
|
+
import { default as ke } from "./SwiperSlide.js";
|
|
42
|
+
import { useValidator as De } from "./useValidator.js";
|
|
42
43
|
import './assets/index.css';export {
|
|
43
44
|
I as AccessibleSelect,
|
|
44
45
|
r as BaseAccordion,
|
|
@@ -59,26 +60,27 @@ import './assets/index.css';export {
|
|
|
59
60
|
J as BaseNavItem,
|
|
60
61
|
Q as BasePagination,
|
|
61
62
|
X as BasePaper,
|
|
62
|
-
|
|
63
|
+
ne as BaseShimmerLoader,
|
|
63
64
|
Z as BaseSlider,
|
|
64
65
|
le as BaseSnackbar,
|
|
65
|
-
|
|
66
|
-
|
|
66
|
+
_ as BaseTab,
|
|
67
|
+
S as BaseTabView,
|
|
67
68
|
ee as BaseTextarea,
|
|
68
69
|
re as BaseToggle,
|
|
69
70
|
te as BaseTooltip,
|
|
70
71
|
fe as BaseUploadFile,
|
|
71
72
|
d as CheckboxBtn,
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
73
|
+
n as CheckboxGroup,
|
|
74
|
+
Se as DoughnutChart,
|
|
75
|
+
he as IntersectionObservable,
|
|
76
|
+
Ie as IntersectionObserver,
|
|
77
|
+
ge as LineChart,
|
|
77
78
|
g as RadioButton,
|
|
78
79
|
h as RadioGroup,
|
|
79
80
|
l as SelectItem,
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
we as
|
|
83
|
-
ke as
|
|
81
|
+
_e as ShimmerMultiLine,
|
|
82
|
+
de as StaticSpinner,
|
|
83
|
+
we as SwiperCarousel,
|
|
84
|
+
ke as SwiperSlide,
|
|
85
|
+
De as useValidator
|
|
84
86
|
};
|