@wikicasa-dev/components 2.0.54-alpha.2 → 2.0.54-alpha.5
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/UIKit/AccessibleSelect.js +4 -0
- package/dist/UIKit/Accordion/BaseAccordion.js +4 -0
- package/dist/UIKit/Accordion/BaseAccordionBtn.js +4 -0
- package/dist/UIKit/Accordion/BaseAccordionContent.js +4 -0
- package/dist/UIKit/Accordion/BaseAccordionItem.js +4 -0
- package/dist/UIKit/BaseAlert.js +4 -0
- package/dist/UIKit/BaseAutocomplete.js +4 -0
- package/dist/UIKit/BaseBadge.js +4 -0
- package/dist/UIKit/BaseBreadcrumb.js +4 -0
- package/dist/UIKit/BaseButton.js +4 -0
- package/dist/{BaseCard.js → UIKit/BaseCard.js} +2 -2
- package/dist/{BaseComplexToggle.js → UIKit/BaseComplexToggle.js} +2 -2
- package/dist/UIKit/BaseDropDown.js +4 -0
- package/dist/{BaseFloatingLabel.js → UIKit/BaseFloatingLabel.js} +2 -2
- package/dist/{BaseIcon.js → UIKit/BaseIcon.js} +2 -2
- package/dist/{BaseInput.js → UIKit/BaseInput.js} +3 -3
- package/dist/UIKit/BaseModal.js +4 -0
- package/dist/UIKit/BasePagination.js +4 -0
- package/dist/{BasePaper.js → UIKit/BasePaper.js} +2 -2
- package/dist/UIKit/BaseSelect/SelectItem.js +4 -0
- package/dist/{BaseSlider.js → UIKit/BaseSlider.js} +2 -2
- package/dist/{BaseSnackbar.js → UIKit/BaseSnackbar.js} +4 -4
- package/dist/{BaseTextarea.js → UIKit/BaseTextarea.js} +3 -3
- package/dist/{BaseToggle.js → UIKit/BaseToggle.js} +2 -2
- package/dist/{BaseTooltip.js → UIKit/BaseTooltip.js} +2 -2
- package/dist/UIKit/BaseUploadFile.js +4 -0
- package/dist/{CheckboxBtn.js → UIKit/Checkbox/CheckboxBtn.js} +2 -2
- package/dist/UIKit/Checkbox/CheckboxGroup.js +4 -0
- package/dist/UIKit/Radio/RadioButton.js +4 -0
- package/dist/UIKit/Radio/RadioGroup.js +4 -0
- package/dist/{BaseShimmerLoader.js → UIKit/ShimmerLoader/BaseShimmerLoader.js} +2 -2
- package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.js +4 -0
- package/dist/{SimpleSlider.js → UIKit/Slider/SimpleSlider.js} +2 -2
- package/dist/{StaticSpinner.js → UIKit/StaticSpinner.js} +2 -2
- package/dist/UIKit/Tab/BaseTab.js +4 -0
- package/dist/UIKit/Tab/BaseTabList.js +4 -0
- package/dist/UIKit/Tab/BaseTabPanel.js +4 -0
- package/dist/UIKit/Tab/BaseTabView.js +4 -0
- package/dist/UIKit/types.js +1 -0
- package/dist/chart/DoughnutChart.js +4 -0
- package/dist/chart/LineChart.js +4 -0
- package/dist/chunks/{BaseAutocomplete.vue_vue_type_script_setup_true_lang.m9DVH1he.js → BaseAutocomplete.vue_vue_type_script_setup_true_lang.Ol7Hmb-E.js} +2 -2
- package/dist/chunks/{BaseButton.vue_vue_type_script_setup_true_lang.ChUdDzP1.js → BaseButton.vue_vue_type_script_setup_true_lang.BPSr-Zxr.js} +1 -1
- package/dist/chunks/{BaseDropDown.vue_vue_type_script_setup_true_lang.CPpsFIZy.js → BaseDropDown.vue_vue_type_script_setup_true_lang.Cb0-JXG0.js} +1 -1
- package/dist/chunks/{BaseUploadFile.vue_vue_type_script_setup_true_lang.Cgu0FMFv.js → BaseUploadFile.vue_vue_type_script_setup_true_lang.CdwKhQoc.js} +1 -1
- package/dist/chunks/{CheckboxGroup.vue_vue_type_script_setup_true_lang.CDFRhya0.js → CheckboxGroup.vue_vue_type_script_setup_true_lang.C9gKO-hI.js} +1 -1
- package/dist/chunks/{DoughnutChart.vue_vue_type_script_setup_true_lang.B8wxbJBV.js → DoughnutChart.vue_vue_type_script_setup_true_lang.M0NEigw0.js} +1 -1
- package/dist/chunks/{LineChart.vue_vue_type_script_setup_true_lang.CXNsFiyD.js → LineChart.vue_vue_type_script_setup_true_lang.ByrHxeZr.js} +1 -1
- package/dist/chunks/{ShimmerMultiLine.vue_vue_type_script_setup_true_lang.CF7CkxXk.js → ShimmerMultiLine.vue_vue_type_script_setup_true_lang.BoEMYLem.js} +1 -1
- package/dist/components/IntersectionObserver/IntersectionObservable.js +4 -0
- package/dist/components/IntersectionObserver/IntersectionObserver.js +4 -0
- package/dist/{SwiperCarousel.js → components/carousel/SwiperCarousel.js} +4 -4
- package/dist/{SwiperSlide.js → components/carousel/SwiperSlide.js} +1 -1
- package/dist/index.d.ts +42 -42
- package/dist/index.js +25 -25
- package/package.json +10 -2
- package/dist/AccessibleSelect.js +0 -4
- package/dist/BaseAccordion.js +0 -4
- package/dist/BaseAccordionBtn.js +0 -4
- package/dist/BaseAccordionContent.js +0 -4
- package/dist/BaseAccordionItem.js +0 -4
- package/dist/BaseAlert.js +0 -4
- package/dist/BaseAutocomplete.js +0 -4
- package/dist/BaseBadge.js +0 -4
- package/dist/BaseBreadcrumb.js +0 -4
- package/dist/BaseButton.js +0 -4
- package/dist/BaseDropDown.js +0 -4
- package/dist/BaseModal.js +0 -4
- package/dist/BasePagination.js +0 -4
- package/dist/BaseTab.js +0 -4
- package/dist/BaseTabList.js +0 -4
- package/dist/BaseTabPanel.js +0 -4
- package/dist/BaseTabView.js +0 -4
- package/dist/BaseUploadFile.js +0 -4
- package/dist/CheckboxGroup.js +0 -4
- package/dist/DoughnutChart.js +0 -4
- package/dist/IntersectionObservable.js +0 -4
- package/dist/IntersectionObserver.js +0 -4
- package/dist/LineChart.js +0 -4
- package/dist/RadioButton.js +0 -4
- package/dist/RadioGroup.js +0 -4
- package/dist/SelectItem.js +0 -4
- package/dist/ShimmerMultiLine.js +0 -4
- /package/dist/UIKit/{AccessibleSelect.vue.d.ts → AccessibleSelect.d.ts} +0 -0
- /package/dist/UIKit/Accordion/{BaseAccordion.vue.d.ts → BaseAccordion.d.ts} +0 -0
- /package/dist/UIKit/Accordion/{BaseAccordionBtn.vue.d.ts → BaseAccordionBtn.d.ts} +0 -0
- /package/dist/UIKit/Accordion/{BaseAccordionContent.vue.d.ts → BaseAccordionContent.d.ts} +0 -0
- /package/dist/UIKit/Accordion/{BaseAccordionItem.vue.d.ts → BaseAccordionItem.d.ts} +0 -0
- /package/dist/UIKit/{BaseAlert.vue.d.ts → BaseAlert.d.ts} +0 -0
- /package/dist/UIKit/{BaseAutocomplete.vue.d.ts → BaseAutocomplete.d.ts} +0 -0
- /package/dist/UIKit/{BaseBadge.vue.d.ts → BaseBadge.d.ts} +0 -0
- /package/dist/UIKit/{BaseBreadcrumb.vue.d.ts → BaseBreadcrumb.d.ts} +0 -0
- /package/dist/UIKit/{BaseButton.vue.d.ts → BaseButton.d.ts} +0 -0
- /package/dist/UIKit/{BaseCard.vue.d.ts → BaseCard.d.ts} +0 -0
- /package/dist/UIKit/{BaseComplexToggle.vue.d.ts → BaseComplexToggle.d.ts} +0 -0
- /package/dist/UIKit/{BaseDropDown.vue.d.ts → BaseDropDown.d.ts} +0 -0
- /package/dist/UIKit/{BaseFloatingLabel.vue.d.ts → BaseFloatingLabel.d.ts} +0 -0
- /package/dist/UIKit/{BaseIcon.vue.d.ts → BaseIcon.d.ts} +0 -0
- /package/dist/UIKit/{BaseInput.vue.d.ts → BaseInput.d.ts} +0 -0
- /package/dist/UIKit/{BaseModal.vue.d.ts → BaseModal.d.ts} +0 -0
- /package/dist/UIKit/{BasePagination.vue.d.ts → BasePagination.d.ts} +0 -0
- /package/dist/UIKit/{BasePaper.vue.d.ts → BasePaper.d.ts} +0 -0
- /package/dist/UIKit/BaseSelect/{SelectItem.vue.d.ts → SelectItem.d.ts} +0 -0
- /package/dist/UIKit/{BaseSlider.vue.d.ts → BaseSlider.d.ts} +0 -0
- /package/dist/UIKit/{BaseSnackbar.vue.d.ts → BaseSnackbar.d.ts} +0 -0
- /package/dist/UIKit/{BaseTextarea.vue.d.ts → BaseTextarea.d.ts} +0 -0
- /package/dist/UIKit/{BaseToggle.vue.d.ts → BaseToggle.d.ts} +0 -0
- /package/dist/UIKit/{BaseTooltip.vue.d.ts → BaseTooltip.d.ts} +0 -0
- /package/dist/UIKit/{BaseUploadFile.vue.d.ts → BaseUploadFile.d.ts} +0 -0
- /package/dist/UIKit/Checkbox/{CheckboxBtn.vue.d.ts → CheckboxBtn.d.ts} +0 -0
- /package/dist/UIKit/Checkbox/{CheckboxGroup.vue.d.ts → CheckboxGroup.d.ts} +0 -0
- /package/dist/UIKit/Radio/{RadioButton.vue.d.ts → RadioButton.d.ts} +0 -0
- /package/dist/UIKit/Radio/{RadioGroup.vue.d.ts → RadioGroup.d.ts} +0 -0
- /package/dist/UIKit/ShimmerLoader/{BaseShimmerLoader.vue.d.ts → BaseShimmerLoader.d.ts} +0 -0
- /package/dist/UIKit/ShimmerLoader/{ShimmerMultiLine.vue.d.ts → ShimmerMultiLine.d.ts} +0 -0
- /package/dist/UIKit/Slider/{SimpleSlider.vue.d.ts → SimpleSlider.d.ts} +0 -0
- /package/dist/UIKit/{StaticSpinner.vue.d.ts → StaticSpinner.d.ts} +0 -0
- /package/dist/UIKit/Tab/{BaseTab.vue.d.ts → BaseTab.d.ts} +0 -0
- /package/dist/UIKit/Tab/{BaseTabList.vue.d.ts → BaseTabList.d.ts} +0 -0
- /package/dist/UIKit/Tab/{BaseTabPanel.vue.d.ts → BaseTabPanel.d.ts} +0 -0
- /package/dist/UIKit/Tab/{BaseTabView.vue.d.ts → BaseTabView.d.ts} +0 -0
- /package/dist/chart/{DoughnutChart.vue.d.ts → DoughnutChart.d.ts} +0 -0
- /package/dist/chart/{LineChart.vue.d.ts → LineChart.d.ts} +0 -0
- /package/dist/{useChartjsModules.js → chart/composables/useChartjsModules.js} +0 -0
- /package/dist/components/IntersectionObserver/{IntersectionObservable.vue.d.ts → IntersectionObservable.d.ts} +0 -0
- /package/dist/components/IntersectionObserver/{IntersectionObserver.vue.d.ts → IntersectionObserver.d.ts} +0 -0
- /package/dist/components/carousel/{SwiperCarousel.vue.d.ts → SwiperCarousel.d.ts} +0 -0
- /package/dist/components/carousel/{SwiperSlide.vue.d.ts → SwiperSlide.d.ts} +0 -0
- /package/dist/{useFloatingLabel.js → composables/useFloatingLabel.js} +0 -0
- /package/dist/{useValidator.js → composables/useValidator.js} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as m, computed as o, createBlock as p, openBlock as C, resolveDynamicComponent as u, normalizeClass as a, withCtx as f, createElementVNode as d, renderSlot as r } from "vue";
|
|
2
|
-
import { _ as v } from "
|
|
3
|
-
import '
|
|
2
|
+
import { _ as v } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
|
+
import '../assets/BaseCard.css';const y = /* @__PURE__ */ m({
|
|
4
4
|
__name: "BaseCard",
|
|
5
5
|
props: {
|
|
6
6
|
type: { default: "" },
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as v, mergeModels as T, useModel as C, computed as c, createElementBlock as r, openBlock as n, normalizeClass as o, createElementVNode as t, withModifiers as m, renderSlot as f, createCommentVNode as k } from "vue";
|
|
2
|
-
import { _ as y } from "
|
|
3
|
-
import '
|
|
2
|
+
import { _ as y } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
|
+
import '../assets/BaseComplexToggle.css';const $ = ["id", "data-cy"], B = ["data-btn-bg-color", "data-cy"], L = ["src", "alt"], M = ["innerHTML"], z = ["data-btn-bg-color", "data-cy"], V = ["src", "alt"], w = ["innerHTML"], H = /* @__PURE__ */ v({
|
|
4
4
|
__name: "BaseComplexToggle",
|
|
5
5
|
props: /* @__PURE__ */ T({
|
|
6
6
|
labels: {},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as n, createElementBlock as l, openBlock as s, withModifiers as r, normalizeClass as t, createElementVNode as d, createCommentVNode as u } from "vue";
|
|
2
|
-
import { _ as k } from "
|
|
3
|
-
import '
|
|
2
|
+
import { _ as k } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
|
+
import '../assets/BaseFloatingLabel.css';const b = ["for"], m = ["innerHTML"], p = /* @__PURE__ */ n({
|
|
4
4
|
__name: "BaseFloatingLabel",
|
|
5
5
|
props: {
|
|
6
6
|
labelState: { default: "inline-label" },
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as e, createElementBlock as a, openBlock as i, normalizeStyle as o, normalizeClass as s } from "vue";
|
|
2
|
-
import { _ as l } from "
|
|
3
|
-
import '
|
|
2
|
+
import { _ as l } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
|
+
import '../assets/BaseIcon.css';const n = ["id", "alt", "src", "width", "height", "loading"], r = /* @__PURE__ */ e({
|
|
4
4
|
__name: "BaseIcon",
|
|
5
5
|
props: {
|
|
6
6
|
lazyLoading: { type: Boolean },
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as z, mergeModels as C, useModel as A, ref as m, watch as g, useAttrs as N, createElementBlock as r, openBlock as u, normalizeClass as v, unref as s, renderSlot as p, createElementVNode as h, createBlock as O, createCommentVNode as w, withKeys as j, withModifiers as y, Fragment as T, renderList as B } from "vue";
|
|
2
2
|
import D from "./BaseFloatingLabel.js";
|
|
3
|
-
import { useFloatingLabel as G } from "
|
|
4
|
-
import { _ as J } from "
|
|
5
|
-
import '
|
|
3
|
+
import { useFloatingLabel as G } from "../composables/useFloatingLabel.js";
|
|
4
|
+
import { _ as J } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
5
|
+
import '../assets/BaseInput.css';const Q = ["id", "data-cy", "name", "autocomplete", "disabled", "aria-labelledby", "readonly", "type", "pattern", "min", "max", "maxlength", "inputmode", "placeholder", "value"], W = { class: "uikit-invisible uikit-float-none uikit-mb-2 uikit-ml-2 uikit-block uikit-h-3 uikit-w-auto uikit-max-w-full uikit-overflow-hidden uikit-whitespace-nowrap uikit-p-0 uikit-text uikit-transition-[max-width] uikit-duration-[50ms] uikit-ease-out" }, X = ["innerHTML"], Y = ["innerHTML"], Z = ["innerHTML"], x = {
|
|
6
6
|
key: 1,
|
|
7
7
|
class: "under-label uikit-absolute uikit-text-12"
|
|
8
8
|
}, U = /* @__PURE__ */ z({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as o, createElementBlock as t, openBlock as r, renderSlot as s } from "vue";
|
|
2
|
-
import { _ as n } from "
|
|
3
|
-
import '
|
|
2
|
+
import { _ as n } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
|
+
import '../assets/BasePaper.css';const a = o({
|
|
4
4
|
name: "BasePaper"
|
|
5
5
|
}), c = { class: "base-paper" };
|
|
6
6
|
function p(e, _, d, f, i, m) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as R, mergeModels as j, useModel as D, ref as p, useTemplateRef as T, useAttrs as q, onMounted as G, createElementBlock as H, openBlock as J, createElementVNode as x, withModifiers as _, unref as h, createVNode as k } from "vue";
|
|
2
2
|
import C from "./BaseInput.js";
|
|
3
|
-
import { _ as K } from "
|
|
4
|
-
import '
|
|
3
|
+
import { _ as K } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
4
|
+
import '../assets/BaseSlider.css';const O = { class: "range_container" }, Q = { class: "sliders_control" }, W = ["value", "min", "max", "step"], X = ["value", "min", "max", "step"], Y = { class: "form_control row" }, Z = { class: "pb-15 pb-sm-0 col-sm-6 col-xl-4" }, ee = { class: "col-sm-6 col-xl-4" }, le = /* @__PURE__ */ R({
|
|
5
5
|
__name: "BaseSlider",
|
|
6
6
|
props: /* @__PURE__ */ j({
|
|
7
7
|
type: { default: "linear" },
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as b, ref as u, onBeforeMount as f, createBlock as h, openBlock as i, Teleport as y, createElementVNode as e, withModifiers as l, normalizeClass as x, createElementBlock as a, createCommentVNode as s, createVNode as _, unref as v } from "vue";
|
|
2
|
-
import { l as g } from "
|
|
3
|
-
import "
|
|
4
|
-
import { _ as C } from "
|
|
5
|
-
import '
|
|
2
|
+
import { l as g } from "../chunks/CloseIcon.BZ4U3aiI.js";
|
|
3
|
+
import "../chunks/PharmacyIcon.DEQ8mOEJ.js";
|
|
4
|
+
import { _ as C } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
5
|
+
import '../assets/BaseSnackbar.css';const T = { class: "snackbar-container uikit-fixed uikit-bottom-10px uikit-left-10px uikit-z-[2000] max-sm:uikit-left-0 max-sm:uikit-w-full" }, w = ["data-cy"], B = ["src", "alt"], L = {
|
|
6
6
|
key: 1,
|
|
7
7
|
class: "snackbar-type-icon uikit-bg-contain uikit-bg-no-repeat"
|
|
8
8
|
}, M = { class: "snackbar-text uikit-px-4 uikit-py-0 uikit-text uikit-font-regular max-sm:uikit-max-w-[80%] max-sm:uikit-pr-0 sm:uikit-text-16" }, S = ["innerHTML"], H = ["innerHTML"], E = /* @__PURE__ */ b({
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as h, mergeModels as f, useModel as x, ref as $, watch as L, createElementBlock as k, openBlock as b, normalizeClass as s, createElementVNode as o, createCommentVNode as p, unref as l, createVNode as M, withModifiers as d, nextTick as C } from "vue";
|
|
2
2
|
import F from "./BaseFloatingLabel.js";
|
|
3
|
-
import { useFloatingLabel as B } from "
|
|
4
|
-
import { _ as z } from "
|
|
5
|
-
import '
|
|
3
|
+
import { useFloatingLabel as B } from "../composables/useFloatingLabel.js";
|
|
4
|
+
import { _ as z } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
5
|
+
import '../assets/BaseTextarea.css';const E = ["id", "data-cy", "rows", "disabled", "aria-labelledby", "readonly", "value"], H = {
|
|
6
6
|
key: 0,
|
|
7
7
|
class: "uikit-visible uikit-float-none uikit-ml-2 uikit-block uikit-h-3 uikit-w-auto uikit-max-w-full uikit-overflow-hidden uikit-whitespace-nowrap uikit-p-0 uikit-text uikit-duration-[50s] uikit-ease-out"
|
|
8
8
|
}, I = ["innerHTML"], q = ["innerHTML"], A = /* @__PURE__ */ h({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as a, mergeModels as n, useModel as d, createElementBlock as k, openBlock as b, normalizeClass as c, renderSlot as l, createElementVNode as i, createCommentVNode as f, withModifiers as p } from "vue";
|
|
2
|
-
import { _ as m } from "
|
|
3
|
-
import '
|
|
2
|
+
import { _ as m } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
|
+
import '../assets/BaseToggle.css';const h = { class: "switch uikit-relative uikit-inline-block uikit-min-w-[40px] uikit-text-sm" }, g = ["data-cy", "checked"], w = ["innerHTML"], y = /* @__PURE__ */ a({
|
|
4
4
|
inheritAttrs: !1,
|
|
5
5
|
__name: "BaseToggle",
|
|
6
6
|
props: /* @__PURE__ */ n({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as a, createElementBlock as e, openBlock as t, renderSlot as s, createElementVNode as i, normalizeClass as l, createCommentVNode as n } from "vue";
|
|
2
|
-
import { _ as r } from "
|
|
3
|
-
import '
|
|
2
|
+
import { _ as r } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
|
+
import '../assets/BaseTooltip.css';const p = { class: "base-tooltip" }, d = /* @__PURE__ */ a({
|
|
4
4
|
__name: "BaseTooltip",
|
|
5
5
|
props: {
|
|
6
6
|
theme: { default: () => ({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as b, useId as f, computed as h, createElementBlock as s, openBlock as r, withModifiers as o, normalizeClass as l, createElementVNode as u, renderSlot as m, createCommentVNode as C, toDisplayString as g } from "vue";
|
|
2
|
-
import { _ as y } from "
|
|
3
|
-
import '
|
|
2
|
+
import { _ as y } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
|
+
import '../../assets/CheckboxBtn.css';const v = ["id"], V = ["id", "data-cy", "checked", "disabled"], B = ["for"], w = /* @__PURE__ */ b({
|
|
4
4
|
__name: "CheckboxBtn",
|
|
5
5
|
props: {
|
|
6
6
|
id: {},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as i, createElementBlock as s, openBlock as r, normalizeClass as t, createElementVNode as a, renderSlot as l } from "vue";
|
|
2
|
-
import { _ as o } from "
|
|
3
|
-
import '
|
|
2
|
+
import { _ as o } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
|
+
import '../../assets/BaseShimmerLoader.css';const m = /* @__PURE__ */ i({
|
|
4
4
|
inheritAttrs: !1,
|
|
5
5
|
__name: "BaseShimmerLoader",
|
|
6
6
|
props: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as V, mergeModels as L, useCssVars as S, ref as m, useTemplateRef as T, useModel as y, watch as E, onMounted as C, createElementBlock as X, openBlock as $, createElementVNode as s, withModifiers as B } from "vue";
|
|
2
|
-
import { _ as D } from "
|
|
3
|
-
import '
|
|
2
|
+
import { _ as D } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
|
+
import '../../assets/SimpleSlider.css';const W = ["aria-valuemin", "aria-valuemax", "aria-valuenow"], P = /* @__PURE__ */ V({
|
|
4
4
|
__name: "SimpleSlider",
|
|
5
5
|
props: /* @__PURE__ */ L({
|
|
6
6
|
min: { default: 0 },
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as t, createElementBlock as o, openBlock as s, createElementVNode as r } from "vue";
|
|
2
|
-
import { _ as n } from "
|
|
3
|
-
import '
|
|
2
|
+
import { _ as n } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
|
+
import '../assets/StaticSpinner.css';const c = {
|
|
4
4
|
viewBox: "0 0 128 128",
|
|
5
5
|
class: "icon-spin uikit-h-6 uikit-w-6"
|
|
6
6
|
}, i = ["stroke", "stroke-width"], a = /* @__PURE__ */ t({
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as T, mergeModels as $, useModel as L, ref as r, computed as k, onBeforeMount as F, watch as f, createBlock as S, openBlock as C, normalizeClass as H, withCtx as s, createElementBlock as z, Fragment as A, renderList as K, unref as N, createElementVNode as U, createVNode as W, renderSlot as V } from "vue";
|
|
2
|
-
import j from "../BaseInput.js";
|
|
3
|
-
import { _ as q } from "./BaseDropDown.vue_vue_type_script_setup_true_lang.
|
|
2
|
+
import j from "../UIKit/BaseInput.js";
|
|
3
|
+
import { _ as q } from "./BaseDropDown.vue_vue_type_script_setup_true_lang.Cb0-JXG0.js";
|
|
4
4
|
import "./polyline.tNTK3v2u.js";
|
|
5
5
|
import { _ as G } from "./SelectItem.vue_vue_type_script_setup_true_lang.Drq_K7Vx.js";
|
|
6
6
|
import { A as J } from "./useKeyboardController.Cs_5GQTJ.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as y, ref as b, computed as s, createElementBlock as f, openBlock as v, withModifiers as l, normalizeStyle as B, normalizeClass as C, renderSlot as u, createVNode as c } from "vue";
|
|
2
|
-
import M from "../StaticSpinner.js";
|
|
2
|
+
import M from "../UIKit/StaticSpinner.js";
|
|
3
3
|
const z = ["id", "data-cy", "type", "data-active", "disabled", "aria-label", "title"], S = /* @__PURE__ */ y({
|
|
4
4
|
__name: "BaseButton",
|
|
5
5
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as M, mergeModels as b, useId as A, useModel as E, ref as h, computed as O, useTemplateRef as W, watch as n, onBeforeMount as $, onMounted as H, onUnmounted as N, createElementBlock as T, openBlock as u, withModifiers as g, normalizeClass as i, renderSlot as C, createBlock as y, createVNode as V, unref as l, withCtx as D, createElementVNode as K, createCommentVNode as q, resolveDynamicComponent as z } from "vue";
|
|
2
|
-
import { _ as R } from "./BaseButton.vue_vue_type_script_setup_true_lang.
|
|
2
|
+
import { _ as R } from "./BaseButton.vue_vue_type_script_setup_true_lang.BPSr-Zxr.js";
|
|
3
3
|
import { a as U } from "./ArrowIcon.Bq6Xr3uH.js";
|
|
4
4
|
import "./PharmacyIcon.DEQ8mOEJ.js";
|
|
5
5
|
import { A as j } from "./useKeyboardController.Cs_5GQTJ.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as c, ref as b, watch as m, createElementBlock as o, openBlock as s, normalizeClass as t, createElementVNode as l, createBlock as h, createCommentVNode as n, renderSlot as v } from "vue";
|
|
2
|
-
import w from "../BaseFloatingLabel.js";
|
|
2
|
+
import w from "../UIKit/BaseFloatingLabel.js";
|
|
3
3
|
const C = ["innerHTML"], g = ["for"], y = ["id", "multiple", "accept"], B = /* @__PURE__ */ c({
|
|
4
4
|
inheritAttrs: !1,
|
|
5
5
|
__name: "BaseUploadFile",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as y, ref as v, computed as i, watch as x, renderSlot as m, createElementVNode as D, normalizeClass as E, createElementBlock as $, createCommentVNode as B, openBlock as b, Fragment as I, renderList as R, createBlock as A, unref as K } from "vue";
|
|
2
2
|
import "./polyline.tNTK3v2u.js";
|
|
3
|
-
import L from "../CheckboxBtn.js";
|
|
3
|
+
import L from "../UIKit/Checkbox/CheckboxBtn.js";
|
|
4
4
|
const V = (a) => !a?.length, w = (a = "") => !a || !a.trim() ? "" : (a = a.trim(), a.replace(" ", "-").toLowerCase()), G = ["id", "data-cy"], j = /* @__PURE__ */ y({
|
|
5
5
|
inheritAttrs: !1,
|
|
6
6
|
__name: "CheckboxGroup",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as i, onBeforeMount as p, createBlock as u, createCommentVNode as m, unref as t, openBlock as c } from "vue";
|
|
2
2
|
import { Doughnut as l } from "vue-chartjs";
|
|
3
3
|
import { Chart as d, DoughnutController as f, ArcElement as g } from "chart.js";
|
|
4
|
-
import { useChartJsModules as h } from "../useChartjsModules.js";
|
|
4
|
+
import { useChartJsModules as h } from "../chart/composables/useChartjsModules.js";
|
|
5
5
|
const y = /* @__PURE__ */ i({
|
|
6
6
|
__name: "DoughnutChart",
|
|
7
7
|
props: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as m, onBeforeMount as u, useTemplateRef as f, computed as d, createBlock as h, createCommentVNode as C, unref as t, openBlock as g } from "vue";
|
|
2
2
|
import { Line as L } from "vue-chartjs";
|
|
3
3
|
import { Chart as _, LineController as k, LineElement as x, Filler as y, PointElement as B, CategoryScale as E, LinearScale as v } from "chart.js";
|
|
4
|
-
import { useChartJsModules as M } from "../useChartjsModules.js";
|
|
4
|
+
import { useChartJsModules as M } from "../chart/composables/useChartjsModules.js";
|
|
5
5
|
const A = /* @__PURE__ */ m({
|
|
6
6
|
__name: "LineChart",
|
|
7
7
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as t, createElementBlock as n, openBlock as r, Fragment as s, renderList as l, createBlock as m, normalizeStyle as a, normalizeClass as o } from "vue";
|
|
2
|
-
import h from "../BaseShimmerLoader.js";
|
|
2
|
+
import h from "../UIKit/ShimmerLoader/BaseShimmerLoader.js";
|
|
3
3
|
const c = /* @__PURE__ */ t({
|
|
4
4
|
__name: "ShimmerMultiLine",
|
|
5
5
|
props: {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent as Re, reactive as Fe, ref as xe, useId as Ne, computed as Q, onMounted as qe, watch as Ve, nextTick as ke, createElementBlock as V, openBlock as j, normalizeClass as G, createElementVNode as _, createCommentVNode as me, renderSlot as Xe, Fragment as Ce, renderList as Ye, mergeProps as De, withModifiers as Te } from "vue";
|
|
2
2
|
import { Swiper as Oe } from "swiper";
|
|
3
|
-
import "
|
|
4
|
-
import { l as je } from "
|
|
5
|
-
import { _ as Ge } from "
|
|
6
|
-
import '
|
|
3
|
+
import "../../chunks/polyline.tNTK3v2u.js";
|
|
4
|
+
import { l as je } from "../../chunks/ObjectUtils.DwkJjVq1.js";
|
|
5
|
+
import { _ as Ge } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
6
|
+
import '../../assets/SwiperCarousel.css';function Ie(s) {
|
|
7
7
|
return s !== null && typeof s == "object" && "constructor" in s && s.constructor === Object;
|
|
8
8
|
}
|
|
9
9
|
function Le(s, e) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as o, openBlock as t, createElementVNode as r, renderSlot as s } from "vue";
|
|
2
|
-
import { _ as c } from "
|
|
2
|
+
import { _ as c } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
3
|
const n = {}, i = { class: "swiper-slide" }, d = { class: "swiper-zoom-container" };
|
|
4
4
|
function l(e, _) {
|
|
5
5
|
return t(), o("div", i, [
|
package/dist/index.d.ts
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
import { default as BaseAccordion } from './UIKit/Accordion/BaseAccordion
|
|
2
|
-
import { default as BaseAccordionBtn } from './UIKit/Accordion/BaseAccordionBtn
|
|
3
|
-
import { default as BaseAccordionContent } from './UIKit/Accordion/BaseAccordionContent
|
|
4
|
-
import { default as BaseAccordionItem } from './UIKit/Accordion/BaseAccordionItem
|
|
5
|
-
import { default as SelectItem } from './UIKit/BaseSelect/SelectItem
|
|
6
|
-
import { default as CheckboxBtn } from './UIKit/Checkbox/CheckboxBtn
|
|
7
|
-
import { default as CheckboxGroup } from './UIKit/Checkbox/CheckboxGroup
|
|
8
|
-
import { default as BaseTab } from './UIKit/Tab/BaseTab
|
|
9
|
-
import { default as BaseTabView } from './UIKit/Tab/BaseTabView
|
|
10
|
-
import { default as RadioButton } from './UIKit/Radio/RadioButton
|
|
11
|
-
import { default as RadioGroup } from './UIKit/Radio/RadioGroup
|
|
12
|
-
import { default as AccessibleSelect } from './UIKit/AccessibleSelect
|
|
13
|
-
import { default as BaseAlert } from './UIKit/BaseAlert
|
|
14
|
-
import { default as BaseAutocomplete } from './UIKit/BaseAutocomplete
|
|
15
|
-
import { default as BaseBadge } from './UIKit/BaseBadge
|
|
16
|
-
import { default as BaseButton } from './UIKit/BaseButton
|
|
17
|
-
import { default as BaseCard } from './UIKit/BaseCard
|
|
18
|
-
import { default as BaseComplexToggle } from './UIKit/BaseComplexToggle
|
|
19
|
-
import { default as BaseDropDown } from './UIKit/BaseDropDown
|
|
20
|
-
import { default as BaseFloatingLabel } from './UIKit/BaseFloatingLabel
|
|
21
|
-
import { default as BaseIcon } from './UIKit/BaseIcon
|
|
22
|
-
import { default as BaseInput } from './UIKit/BaseInput
|
|
23
|
-
import { default as BasePagination } from './UIKit/BasePagination
|
|
24
|
-
import { default as BasePaper } from './UIKit/BasePaper
|
|
25
|
-
import { default as BaseSlider } from './UIKit/BaseSlider
|
|
26
|
-
import { default as BaseTextarea } from './UIKit/BaseTextarea
|
|
27
|
-
import { default as BaseToggle } from './UIKit/BaseToggle
|
|
28
|
-
import { default as BaseTooltip } from './UIKit/BaseTooltip
|
|
29
|
-
import { default as BaseUploadFile } from './UIKit/BaseUploadFile
|
|
30
|
-
import { default as BaseModal } from './UIKit/BaseModal
|
|
31
|
-
import { default as BaseSnackbar } from './UIKit/BaseSnackbar
|
|
32
|
-
import { default as StaticSpinner } from './UIKit/StaticSpinner
|
|
33
|
-
import { default as BaseShimmerLoader } from './UIKit/ShimmerLoader/BaseShimmerLoader
|
|
34
|
-
import { default as ShimmerMultiLine } from './UIKit/ShimmerLoader/ShimmerMultiLine
|
|
35
|
-
import { default as DoughnutChart } from './chart/DoughnutChart
|
|
36
|
-
import { default as LineChart } from './chart/LineChart
|
|
37
|
-
import { default as SimpleSlider } from './UIKit/Slider/SimpleSlider
|
|
38
|
-
import { default as IntersectionObservable } from './components/IntersectionObserver/IntersectionObservable
|
|
39
|
-
import { default as IntersectionObserver } from './components/IntersectionObserver/IntersectionObserver
|
|
40
|
-
import { default as SwiperCarousel } from './components/carousel/SwiperCarousel
|
|
41
|
-
import { default as SwiperSlide } from './components/carousel/SwiperSlide
|
|
42
|
-
import { default as BaseBreadcrumb } from './UIKit/BaseBreadcrumb
|
|
1
|
+
import { default as BaseAccordion } from './UIKit/Accordion/BaseAccordion';
|
|
2
|
+
import { default as BaseAccordionBtn } from './UIKit/Accordion/BaseAccordionBtn';
|
|
3
|
+
import { default as BaseAccordionContent } from './UIKit/Accordion/BaseAccordionContent';
|
|
4
|
+
import { default as BaseAccordionItem } from './UIKit/Accordion/BaseAccordionItem';
|
|
5
|
+
import { default as SelectItem } from './UIKit/BaseSelect/SelectItem';
|
|
6
|
+
import { default as CheckboxBtn } from './UIKit/Checkbox/CheckboxBtn';
|
|
7
|
+
import { default as CheckboxGroup } from './UIKit/Checkbox/CheckboxGroup';
|
|
8
|
+
import { default as BaseTab } from './UIKit/Tab/BaseTab';
|
|
9
|
+
import { default as BaseTabView } from './UIKit/Tab/BaseTabView';
|
|
10
|
+
import { default as RadioButton } from './UIKit/Radio/RadioButton';
|
|
11
|
+
import { default as RadioGroup } from './UIKit/Radio/RadioGroup';
|
|
12
|
+
import { default as AccessibleSelect } from './UIKit/AccessibleSelect';
|
|
13
|
+
import { default as BaseAlert } from './UIKit/BaseAlert';
|
|
14
|
+
import { default as BaseAutocomplete } from './UIKit/BaseAutocomplete';
|
|
15
|
+
import { default as BaseBadge } from './UIKit/BaseBadge';
|
|
16
|
+
import { default as BaseButton } from './UIKit/BaseButton';
|
|
17
|
+
import { default as BaseCard } from './UIKit/BaseCard';
|
|
18
|
+
import { default as BaseComplexToggle } from './UIKit/BaseComplexToggle';
|
|
19
|
+
import { default as BaseDropDown } from './UIKit/BaseDropDown';
|
|
20
|
+
import { default as BaseFloatingLabel } from './UIKit/BaseFloatingLabel';
|
|
21
|
+
import { default as BaseIcon } from './UIKit/BaseIcon';
|
|
22
|
+
import { default as BaseInput } from './UIKit/BaseInput';
|
|
23
|
+
import { default as BasePagination } from './UIKit/BasePagination';
|
|
24
|
+
import { default as BasePaper } from './UIKit/BasePaper';
|
|
25
|
+
import { default as BaseSlider } from './UIKit/BaseSlider';
|
|
26
|
+
import { default as BaseTextarea } from './UIKit/BaseTextarea';
|
|
27
|
+
import { default as BaseToggle } from './UIKit/BaseToggle';
|
|
28
|
+
import { default as BaseTooltip } from './UIKit/BaseTooltip';
|
|
29
|
+
import { default as BaseUploadFile } from './UIKit/BaseUploadFile';
|
|
30
|
+
import { default as BaseModal } from './UIKit/BaseModal';
|
|
31
|
+
import { default as BaseSnackbar } from './UIKit/BaseSnackbar';
|
|
32
|
+
import { default as StaticSpinner } from './UIKit/StaticSpinner';
|
|
33
|
+
import { default as BaseShimmerLoader } from './UIKit/ShimmerLoader/BaseShimmerLoader';
|
|
34
|
+
import { default as ShimmerMultiLine } from './UIKit/ShimmerLoader/ShimmerMultiLine';
|
|
35
|
+
import { default as DoughnutChart } from './chart/DoughnutChart';
|
|
36
|
+
import { default as LineChart } from './chart/LineChart';
|
|
37
|
+
import { default as SimpleSlider } from './UIKit/Slider/SimpleSlider';
|
|
38
|
+
import { default as IntersectionObservable } from './components/IntersectionObserver/IntersectionObservable';
|
|
39
|
+
import { default as IntersectionObserver } from './components/IntersectionObserver/IntersectionObserver';
|
|
40
|
+
import { default as SwiperCarousel } from './components/carousel/SwiperCarousel';
|
|
41
|
+
import { default as SwiperSlide } from './components/carousel/SwiperSlide';
|
|
42
|
+
import { default as BaseBreadcrumb } from './UIKit/BaseBreadcrumb';
|
|
43
43
|
export * from './UIKit/types';
|
|
44
44
|
export type { ChartOptions, ChartData } from 'chart.js';
|
|
45
45
|
export { DoughnutChart, LineChart, BaseAccordion, BaseAccordionBtn, BaseAccordionContent, BaseAccordionItem, SelectItem, BaseAlert, BaseAutocomplete, BaseBadge, BaseButton, AccessibleSelect, BaseComplexToggle, BaseDropDown, BaseFloatingLabel, BaseCard, BaseIcon, BaseInput, BasePagination, BasePaper, BaseSlider, BaseTab, BaseTextarea, BaseToggle, BaseTooltip, BaseUploadFile, CheckboxBtn, CheckboxGroup, RadioButton, RadioGroup, SwiperCarousel, SwiperSlide, IntersectionObservable, IntersectionObserver, BaseModal, BaseSnackbar, BaseTabView, BaseShimmerLoader, ShimmerMultiLine, StaticSpinner, BaseBreadcrumb, SimpleSlider, };
|
package/dist/index.js
CHANGED
|
@@ -3,42 +3,42 @@ import { _ as t } from "./chunks/BaseAccordionBtn.vue_vue_type_script_setup_true
|
|
|
3
3
|
import { _ as f } from "./chunks/BaseAccordionContent.vue_vue_type_script_setup_true_lang.Dn4qNu2R.js";
|
|
4
4
|
import { _ as m } from "./chunks/BaseAccordionItem.vue_vue_type_script_setup_true_lang.Dpjir3yq.js";
|
|
5
5
|
import { _ as l } from "./chunks/SelectItem.vue_vue_type_script_setup_true_lang.Drq_K7Vx.js";
|
|
6
|
-
import { default as d } from "./CheckboxBtn.js";
|
|
7
|
-
import { _ as u } from "./chunks/CheckboxGroup.vue_vue_type_script_setup_true_lang.
|
|
6
|
+
import { default as d } from "./UIKit/Checkbox/CheckboxBtn.js";
|
|
7
|
+
import { _ as u } from "./chunks/CheckboxGroup.vue_vue_type_script_setup_true_lang.C9gKO-hI.js";
|
|
8
8
|
import { _ } from "./chunks/BaseTab.vue_vue_type_script_setup_true_lang.Cu67jd8K.js";
|
|
9
9
|
import { _ as S } from "./chunks/BaseTabView.vue_vue_type_script_setup_true_lang.CUgJNst9.js";
|
|
10
10
|
import { _ as g } from "./chunks/RadioButton.vue_vue_type_script_setup_true_lang.DRQnjRA7.js";
|
|
11
11
|
import { _ as h } from "./chunks/RadioGroup.vue_vue_type_script_setup_true_lang.CpsMf2PN.js";
|
|
12
12
|
import { _ as I } from "./chunks/AccessibleSelect.vue_vue_type_script_setup_true_lang.gRPd8LaO.js";
|
|
13
13
|
import { _ as w } from "./chunks/BaseAlert.vue_vue_type_style_index_0_lang.DUWb9d9_.js";
|
|
14
|
-
import { _ as k } from "./chunks/BaseAutocomplete.vue_vue_type_script_setup_true_lang.
|
|
14
|
+
import { _ as k } from "./chunks/BaseAutocomplete.vue_vue_type_script_setup_true_lang.Ol7Hmb-E.js";
|
|
15
15
|
import { _ as v } from "./chunks/BaseBadge.vue_vue_type_style_index_0_lang.D2PAy8_x.js";
|
|
16
|
-
import { _ as G } from "./chunks/BaseButton.vue_vue_type_script_setup_true_lang.
|
|
17
|
-
import { default as O } from "./BaseCard.js";
|
|
18
|
-
import { default as R } from "./BaseComplexToggle.js";
|
|
19
|
-
import { _ as V } from "./chunks/BaseDropDown.vue_vue_type_script_setup_true_lang.
|
|
20
|
-
import { default as q } from "./BaseFloatingLabel.js";
|
|
21
|
-
import { default as z } from "./BaseIcon.js";
|
|
22
|
-
import { default as H } from "./BaseInput.js";
|
|
16
|
+
import { _ as G } from "./chunks/BaseButton.vue_vue_type_script_setup_true_lang.BPSr-Zxr.js";
|
|
17
|
+
import { default as O } from "./UIKit/BaseCard.js";
|
|
18
|
+
import { default as R } from "./UIKit/BaseComplexToggle.js";
|
|
19
|
+
import { _ as V } from "./chunks/BaseDropDown.vue_vue_type_script_setup_true_lang.Cb0-JXG0.js";
|
|
20
|
+
import { default as q } from "./UIKit/BaseFloatingLabel.js";
|
|
21
|
+
import { default as z } from "./UIKit/BaseIcon.js";
|
|
22
|
+
import { default as H } from "./UIKit/BaseInput.js";
|
|
23
23
|
import { _ as K } from "./chunks/BasePagination.vue_vue_type_script_setup_true_lang.Cbo8eLhz.js";
|
|
24
|
-
import { default as Q } from "./BasePaper.js";
|
|
25
|
-
import { default as X } from "./BaseSlider.js";
|
|
26
|
-
import { default as Z } from "./BaseTextarea.js";
|
|
27
|
-
import { default as ee } from "./BaseToggle.js";
|
|
28
|
-
import { default as re } from "./BaseTooltip.js";
|
|
29
|
-
import { _ as te } from "./chunks/BaseUploadFile.vue_vue_type_script_setup_true_lang.
|
|
24
|
+
import { default as Q } from "./UIKit/BasePaper.js";
|
|
25
|
+
import { default as X } from "./UIKit/BaseSlider.js";
|
|
26
|
+
import { default as Z } from "./UIKit/BaseTextarea.js";
|
|
27
|
+
import { default as ee } from "./UIKit/BaseToggle.js";
|
|
28
|
+
import { default as re } from "./UIKit/BaseTooltip.js";
|
|
29
|
+
import { _ as te } from "./chunks/BaseUploadFile.vue_vue_type_script_setup_true_lang.CdwKhQoc.js";
|
|
30
30
|
import { _ as fe } from "./chunks/BaseModal.vue_vue_type_style_index_0_lang.CCb032YN.js";
|
|
31
|
-
import { default as me } from "./BaseSnackbar.js";
|
|
32
|
-
import { default as le } from "./StaticSpinner.js";
|
|
33
|
-
import { default as de } from "./BaseShimmerLoader.js";
|
|
34
|
-
import { _ as ue } from "./chunks/ShimmerMultiLine.vue_vue_type_script_setup_true_lang.
|
|
35
|
-
import { _ as _e } from "./chunks/DoughnutChart.vue_vue_type_script_setup_true_lang.
|
|
36
|
-
import { _ as Se } from "./chunks/LineChart.vue_vue_type_script_setup_true_lang.
|
|
37
|
-
import { default as ge } from "./SimpleSlider.js";
|
|
31
|
+
import { default as me } from "./UIKit/BaseSnackbar.js";
|
|
32
|
+
import { default as le } from "./UIKit/StaticSpinner.js";
|
|
33
|
+
import { default as de } from "./UIKit/ShimmerLoader/BaseShimmerLoader.js";
|
|
34
|
+
import { _ as ue } from "./chunks/ShimmerMultiLine.vue_vue_type_script_setup_true_lang.BoEMYLem.js";
|
|
35
|
+
import { _ as _e } from "./chunks/DoughnutChart.vue_vue_type_script_setup_true_lang.M0NEigw0.js";
|
|
36
|
+
import { _ as Se } from "./chunks/LineChart.vue_vue_type_script_setup_true_lang.ByrHxeZr.js";
|
|
37
|
+
import { default as ge } from "./UIKit/Slider/SimpleSlider.js";
|
|
38
38
|
import { _ as he } from "./chunks/IntersectionObservable.vue_vue_type_script_setup_true_lang.DC17cx-h.js";
|
|
39
39
|
import { _ as Ie } from "./chunks/IntersectionObserver.vue_vue_type_script_setup_true_lang.BKewKDXG.js";
|
|
40
|
-
import { default as we } from "./SwiperCarousel.js";
|
|
41
|
-
import { default as ke } from "./SwiperSlide.js";
|
|
40
|
+
import { default as we } from "./components/carousel/SwiperCarousel.js";
|
|
41
|
+
import { default as ke } from "./components/carousel/SwiperSlide.js";
|
|
42
42
|
import { _ as ve } from "./chunks/BaseBreadcrumb.vue_vue_type_script_setup_true_lang.DlSPjwQe.js";
|
|
43
43
|
import './assets/index.css';export {
|
|
44
44
|
I as AccessibleSelect,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wikicasa-dev/components",
|
|
3
|
-
"version": "2.0.54-alpha.
|
|
3
|
+
"version": "2.0.54-alpha.5",
|
|
4
4
|
"description": "Wikicasa frontend components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -16,7 +16,15 @@
|
|
|
16
16
|
"types": "./dist/index.d.ts",
|
|
17
17
|
"default": "./dist/index.js"
|
|
18
18
|
},
|
|
19
|
-
"./style": "./dist/assets/index.css"
|
|
19
|
+
"./style": "./dist/assets/index.css",
|
|
20
|
+
"./generic/*": {
|
|
21
|
+
"import": "./dist/components/*.js",
|
|
22
|
+
"types": "./dist/components/*.d.ts"
|
|
23
|
+
},
|
|
24
|
+
"./UIKit/*": {
|
|
25
|
+
"import": "./dist/UIKit/*.js",
|
|
26
|
+
"types": "./dist/UIKit/*.d.ts"
|
|
27
|
+
}
|
|
20
28
|
},
|
|
21
29
|
"repository": {
|
|
22
30
|
"type": "git",
|
package/dist/AccessibleSelect.js
DELETED
package/dist/BaseAccordion.js
DELETED
package/dist/BaseAccordionBtn.js
DELETED
package/dist/BaseAlert.js
DELETED
package/dist/BaseAutocomplete.js
DELETED
package/dist/BaseBadge.js
DELETED
package/dist/BaseBreadcrumb.js
DELETED
package/dist/BaseButton.js
DELETED
package/dist/BaseDropDown.js
DELETED
package/dist/BaseModal.js
DELETED
package/dist/BasePagination.js
DELETED
package/dist/BaseTab.js
DELETED
package/dist/BaseTabList.js
DELETED
package/dist/BaseTabPanel.js
DELETED
package/dist/BaseTabView.js
DELETED
package/dist/BaseUploadFile.js
DELETED
package/dist/CheckboxGroup.js
DELETED
package/dist/DoughnutChart.js
DELETED
package/dist/LineChart.js
DELETED
package/dist/RadioButton.js
DELETED
package/dist/RadioGroup.js
DELETED
package/dist/SelectItem.js
DELETED
package/dist/ShimmerMultiLine.js
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|