@wikicasa-dev/components 2.1.2-alpha.2 → 2.1.2-alpha.4
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 +1 -1
- package/dist/UIKit/Accordion/BaseAccordion.js +1 -1
- package/dist/UIKit/Accordion/BaseAccordionBtn.js +1 -1
- package/dist/UIKit/Accordion/BaseAccordionContent.js +1 -1
- package/dist/UIKit/Accordion/BaseAccordionItem.js +1 -1
- package/dist/UIKit/BaseAlert.js +3 -2
- package/dist/UIKit/BaseAutocomplete.js +1 -1
- package/dist/UIKit/BaseBadge.js +3 -2
- package/dist/UIKit/BaseBreadcrumb.js +1 -1
- package/dist/UIKit/BaseButton.js +1 -1
- package/dist/UIKit/BaseCard.js +5 -36
- package/dist/UIKit/BaseComplexToggle.js +5 -105
- package/dist/UIKit/BaseDropDown.js +1 -1
- package/dist/UIKit/BaseFloatingLabel.js +5 -39
- package/dist/UIKit/BaseIcon.js +4 -25
- package/dist/UIKit/BaseInput.js +5 -210
- package/dist/UIKit/BaseModal.js +3 -2
- package/dist/UIKit/BasePagination.js +1 -1
- package/dist/UIKit/BasePaper.js +9 -9
- package/dist/UIKit/BaseSelect/SelectItem.js +1 -1
- package/dist/UIKit/BaseSlider.js +5 -206
- package/dist/UIKit/BaseSnackbar.js +5 -80
- package/dist/UIKit/BaseTextarea.js +5 -126
- package/dist/UIKit/BaseToggle.js +5 -41
- package/dist/UIKit/BaseTooltip.js +5 -40
- package/dist/UIKit/BaseUploadFile.js +1 -1
- package/dist/UIKit/Checkbox/CheckboxBtn.js +5 -74
- package/dist/UIKit/Checkbox/CheckboxGroup.js +1 -1
- package/dist/UIKit/Radio/RadioButton.js +1 -1
- package/dist/UIKit/Radio/RadioGroup.js +1 -1
- package/dist/UIKit/ShimmerLoader/BaseShimmerLoader.js +5 -20
- package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.js +1 -1
- package/dist/UIKit/Slider/SimpleSlider.js +5 -81
- package/dist/UIKit/StaticSpinner.js +5 -26
- package/dist/UIKit/Tab/BaseTab.js +1 -1
- package/dist/UIKit/Tab/BaseTabList.js +1 -1
- package/dist/UIKit/Tab/BaseTabPanel.js +1 -1
- package/dist/UIKit/Tab/BaseTabView.js +1 -1
- package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/_virtual/polyline.js +2 -0
- package/dist/assets/node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/zoom.css +1 -0
- package/dist/assets/{SwiperCarousel.css → node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/swiper.css} +1 -1
- package/dist/assets/packages/components/lib/components/carousel/SwiperCarousel.css +1 -0
- package/dist/assets/packages/components/lib/components/carousel/SwiperCarousel2.css +1 -0
- package/dist/chart/DoughnutChart.js +1 -1
- package/dist/chart/LineChart.js +1 -1
- package/dist/components/IntersectionObserver/IntersectionObservable.js +1 -1
- package/dist/components/IntersectionObserver/IntersectionObserver.js +1 -1
- package/dist/components/carousel/SwiperCarousel.js +6 -3
- package/dist/components/carousel/SwiperSlide.js +1 -1
- package/dist/index.js +89 -85
- package/dist/{chunks/ArrowIcon.Bq6Xr3uH.js → node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.11_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/ArrowIcon.js} +3 -3
- package/dist/{chunks/CloseIcon.BZ4U3aiI.js → node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.11_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/CloseIcon.js} +11 -11
- package/dist/node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.11_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/DefaultValues-CpabIgVz.js +9 -0
- package/dist/node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.11_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/PharmacyIcon.js +2 -0
- package/dist/node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.11_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/WarningIconRounded.js +40 -0
- package/dist/node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/ArrayUtils.js +4 -0
- package/dist/node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/DeviceDetectionUtils.js +4 -0
- package/dist/node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/FunctionUtils.js +15 -0
- package/dist/node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/GenericUtils.js +12 -0
- package/dist/node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/NumberUtils.js +18 -0
- package/dist/node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/ObjectUtils.js +10 -0
- package/dist/node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/StringUtils.js +4 -0
- package/dist/node_modules/.pnpm/@wikicasa-dev_vue-composables@0.0.23_typescript@5.8.3/node_modules/@wikicasa-dev/vue-composables/dist/useKeyboardController.js +41 -0
- package/dist/node_modules/.pnpm/google-polyline@1.0.3/node_modules/google-polyline/lib/decode.js +22 -0
- package/dist/node_modules/.pnpm/google-polyline@1.0.3/node_modules/google-polyline/lib/encode.js +34 -0
- package/dist/node_modules/.pnpm/google-polyline@1.0.3/node_modules/google-polyline/lib/polyline.js +12 -0
- package/dist/node_modules/.pnpm/js-cookie@3.0.5/node_modules/js-cookie/dist/js.cookie.js +71 -0
- package/dist/node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/autoplay.css.js +1 -0
- package/dist/{chunks/autoplay.BGHgUDoY.js → node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/autoplay.js} +2 -2
- package/dist/node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/controller.css.js +1 -0
- package/dist/{chunks/controller.0x6YWuUP.js → node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/controller.js} +2 -2
- package/dist/{chunks/free-mode.DuU7N2XQ.js → node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/free-mode.js} +3 -3
- package/dist/node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/keyboard.css.js +1 -0
- package/dist/{chunks/keyboard.DRVbxSum.js → node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/keyboard.js} +14 -13
- package/dist/{chunks/navigation.DN21unMg.js → node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/navigation.js} +4 -4
- package/dist/{chunks/pagination.DiUF6O5_.js → node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/pagination.js} +46 -48
- package/dist/node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/thumbs.css.js +1 -0
- package/dist/{chunks/thumbs.0ifInQuA.js → node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/thumbs.js} +7 -6
- package/dist/node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/zoom.js +310 -0
- package/dist/node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/shared/classes-to-selector.js +6 -0
- package/dist/{chunks/create-element-if-not-defined.42NcLnr9.js → node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/shared/create-element-if-not-defined.js} +1 -1
- package/dist/node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/shared/ssr-window.esm.js +135 -0
- package/dist/node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/shared/utils.js +85 -0
- package/dist/packages/components/lazyModules/Swiper/autoplay.js +5 -0
- package/dist/packages/components/lazyModules/Swiper/controller.js +5 -0
- package/dist/packages/components/lazyModules/Swiper/free-mode.js +5 -0
- package/dist/packages/components/lazyModules/Swiper/keyboard.js +5 -0
- package/dist/packages/components/lazyModules/Swiper/navigation.js +5 -0
- package/dist/packages/components/lazyModules/Swiper/pagination.js +5 -0
- package/dist/packages/components/lazyModules/Swiper/thumbs.js +5 -0
- package/dist/packages/components/lib/UIKit/AccessibleSelect.vue.js +213 -0
- package/dist/packages/components/lib/UIKit/Accordion/BaseAccordion.vue.js +33 -0
- package/dist/{chunks/BaseAccordionBtn.vue_vue_type_script_setup_true_lang.APN3hif2.js → packages/components/lib/UIKit/Accordion/BaseAccordionBtn.vue.js} +8 -8
- package/dist/{chunks/BaseAccordionContent.vue_vue_type_script_setup_true_lang.Dn4qNu2R.js → packages/components/lib/UIKit/Accordion/BaseAccordionContent.vue.js} +1 -1
- package/dist/{chunks/BaseAccordionItem.vue_vue_type_script_setup_true_lang.Dpjir3yq.js → packages/components/lib/UIKit/Accordion/BaseAccordionItem.vue.js} +21 -21
- package/dist/{chunks/BaseAlert.vue_vue_type_style_index_0_lang.DUWb9d9_.js → packages/components/lib/UIKit/BaseAlert.vue.js} +2 -2
- package/dist/{chunks/BaseAutocomplete.vue_vue_type_script_setup_true_lang.Ol7Hmb-E.js → packages/components/lib/UIKit/BaseAutocomplete.vue.js} +64 -74
- package/dist/packages/components/lib/UIKit/BaseBadge.vue.js +19 -0
- package/dist/{chunks/BaseBreadcrumb.vue_vue_type_script_setup_true_lang.DlSPjwQe.js → packages/components/lib/UIKit/BaseBreadcrumb.vue.js} +5 -5
- package/dist/{chunks/BaseButton.vue_vue_type_script_setup_true_lang.BPSr-Zxr.js → packages/components/lib/UIKit/BaseButton.vue.js} +6 -6
- package/dist/packages/components/lib/UIKit/BaseCard.vue.js +37 -0
- package/dist/packages/components/lib/UIKit/BaseComplexToggle.vue.js +106 -0
- package/dist/{chunks/BaseDropDown.vue_vue_type_script_setup_true_lang.Cb0-JXG0.js → packages/components/lib/UIKit/BaseDropDown.vue.js} +25 -25
- package/dist/packages/components/lib/UIKit/BaseFloatingLabel.vue.js +40 -0
- package/dist/packages/components/lib/UIKit/BaseIcon.vue.js +27 -0
- package/dist/packages/components/lib/UIKit/BaseInput.vue.js +211 -0
- package/dist/{chunks/BaseModal.vue_vue_type_style_index_0_lang.CCb032YN.js → packages/components/lib/UIKit/BaseModal.vue.js} +56 -61
- package/dist/{chunks/BasePagination.vue_vue_type_script_setup_true_lang.Cbo8eLhz.js → packages/components/lib/UIKit/BasePagination.vue.js} +71 -83
- package/dist/packages/components/lib/UIKit/BasePaper.vue.js +7 -0
- package/dist/{chunks/SelectItem.vue_vue_type_script_setup_true_lang.Drq_K7Vx.js → packages/components/lib/UIKit/BaseSelect/SelectItem.vue.js} +1 -1
- package/dist/packages/components/lib/UIKit/BaseSlider.vue.js +207 -0
- package/dist/packages/components/lib/UIKit/BaseSnackbar.vue.js +81 -0
- package/dist/packages/components/lib/UIKit/BaseTextarea.vue.js +127 -0
- package/dist/packages/components/lib/UIKit/BaseToggle.vue.js +42 -0
- package/dist/packages/components/lib/UIKit/BaseTooltip.vue.js +41 -0
- package/dist/{chunks/BaseUploadFile.vue_vue_type_script_setup_true_lang.CdwKhQoc.js → packages/components/lib/UIKit/BaseUploadFile.vue.js} +2 -2
- package/dist/packages/components/lib/UIKit/Checkbox/CheckboxBtn.vue.js +75 -0
- package/dist/packages/components/lib/UIKit/Checkbox/CheckboxGroup.vue.js +114 -0
- package/dist/{chunks/RadioButton.vue_vue_type_script_setup_true_lang.DRQnjRA7.js → packages/components/lib/UIKit/Radio/RadioButton.vue.js} +9 -9
- package/dist/{chunks/RadioGroup.vue_vue_type_script_setup_true_lang.CpsMf2PN.js → packages/components/lib/UIKit/Radio/RadioGroup.vue.js} +6 -6
- package/dist/packages/components/lib/UIKit/ShimmerLoader/BaseShimmerLoader.vue.js +21 -0
- package/dist/{chunks/ShimmerMultiLine.vue_vue_type_script_setup_true_lang.BoEMYLem.js → packages/components/lib/UIKit/ShimmerLoader/ShimmerMultiLine.vue.js} +8 -8
- package/dist/packages/components/lib/UIKit/Slider/SimpleSlider.vue.js +82 -0
- package/dist/packages/components/lib/UIKit/StaticSpinner.vue.js +27 -0
- package/dist/{chunks/BaseTab.vue_vue_type_script_setup_true_lang.Cu67jd8K.js → packages/components/lib/UIKit/Tab/BaseTab.vue.js} +3 -3
- package/dist/{chunks/BaseTabList.vue_vue_type_script_setup_true_lang.CHOGs5d-.js → packages/components/lib/UIKit/Tab/BaseTabList.vue.js} +1 -1
- package/dist/{chunks/BaseTabPanel.vue_vue_type_script_setup_true_lang.CVJUssBq.js → packages/components/lib/UIKit/Tab/BaseTabPanel.vue.js} +1 -1
- package/dist/{chunks/BaseTabView.vue_vue_type_script_setup_true_lang.CUgJNst9.js → packages/components/lib/UIKit/Tab/BaseTabView.vue.js} +17 -17
- package/dist/packages/components/lib/chart/DoughnutChart.vue.js +27 -0
- package/dist/{chunks/LineChart.vue_vue_type_script_setup_true_lang.ByrHxeZr.js → packages/components/lib/chart/LineChart.vue.js} +2 -2
- package/dist/{chunks/IntersectionObservable.vue_vue_type_script_setup_true_lang.DC17cx-h.js → packages/components/lib/components/IntersectionObserver/IntersectionObservable.vue.js} +5 -5
- package/dist/{chunks/IntersectionObserver.vue_vue_type_script_setup_true_lang.BKewKDXG.js → packages/components/lib/components/IntersectionObserver/IntersectionObserver.vue.js} +4 -4
- package/dist/packages/components/lib/components/carousel/SwiperCarousel.vue.js +247 -0
- package/package.json +1 -1
- package/dist/chunks/AccessibleSelect.vue_vue_type_script_setup_true_lang.gRPd8LaO.js +0 -246
- package/dist/chunks/BaseAccordion.vue_vue_type_script_setup_true_lang.BJW28Y_i.js +0 -32
- package/dist/chunks/BaseBadge.vue_vue_type_style_index_0_lang.D2PAy8_x.js +0 -19
- package/dist/chunks/CheckboxGroup.vue_vue_type_script_setup_true_lang.C9gKO-hI.js +0 -111
- package/dist/chunks/DoughnutChart.vue_vue_type_script_setup_true_lang.M0NEigw0.js +0 -27
- package/dist/chunks/ObjectUtils.DwkJjVq1.js +0 -10
- package/dist/chunks/PharmacyIcon.DEQ8mOEJ.js +0 -11
- package/dist/chunks/SwiperCarousel.BG9WKjrJ.js +0 -757
- package/dist/chunks/_plugin-vue_export-helper.CHgC5LLL.js +0 -9
- package/dist/chunks/polyline.tNTK3v2u.js +0 -129
- package/dist/chunks/useKeyboardController.Cs_5GQTJ.js +0 -41
- /package/dist/{lib/UIKit → UIKit}/AccessibleSelect.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/Accordion/BaseAccordion.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/Accordion/BaseAccordionBtn.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/Accordion/BaseAccordionContent.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/Accordion/BaseAccordionItem.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/BaseAlert.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/BaseAutocomplete.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/BaseBadge.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/BaseBreadcrumb.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/BaseButton.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/BaseCard.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/BaseComplexToggle.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/BaseDropDown.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/BaseFloatingLabel.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/BaseIcon.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/BaseInput.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/BaseModal.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/BasePagination.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/BasePaper.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/BaseSelect/SelectItem.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/BaseSlider.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/BaseSnackbar.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/BaseTextarea.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/BaseToggle.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/BaseTooltip.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/BaseUploadFile.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/Checkbox/CheckboxBtn.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/Checkbox/CheckboxGroup.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/Radio/RadioButton.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/Radio/RadioGroup.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/ShimmerLoader/BaseShimmerLoader.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/ShimmerLoader/ShimmerMultiLine.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/Slider/SimpleSlider.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/StaticSpinner.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/Tab/BaseTab.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/Tab/BaseTabList.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/Tab/BaseTabPanel.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/Tab/BaseTabView.d.ts +0 -0
- /package/dist/{lib/UIKit → UIKit}/types.d.ts +0 -0
- /package/dist/assets/{free-mode.css → node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/free-mode.css} +0 -0
- /package/dist/assets/{navigation.css → node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/navigation.css} +0 -0
- /package/dist/assets/{pagination.css → node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/pagination.css} +0 -0
- /package/dist/assets/{BaseAlert.css → packages/components/lib/UIKit/BaseAlert.css} +0 -0
- /package/dist/assets/{BaseBadge.css → packages/components/lib/UIKit/BaseBadge.css} +0 -0
- /package/dist/assets/{BaseCard.css → packages/components/lib/UIKit/BaseCard.css} +0 -0
- /package/dist/assets/{BaseComplexToggle.css → packages/components/lib/UIKit/BaseComplexToggle.css} +0 -0
- /package/dist/assets/{BaseFloatingLabel.css → packages/components/lib/UIKit/BaseFloatingLabel.css} +0 -0
- /package/dist/assets/{BaseIcon.css → packages/components/lib/UIKit/BaseIcon.css} +0 -0
- /package/dist/assets/{BaseInput.css → packages/components/lib/UIKit/BaseInput.css} +0 -0
- /package/dist/assets/{BaseModal.css → packages/components/lib/UIKit/BaseModal.css} +0 -0
- /package/dist/assets/{BasePaper.css → packages/components/lib/UIKit/BasePaper.css} +0 -0
- /package/dist/assets/{BaseSlider.css → packages/components/lib/UIKit/BaseSlider.css} +0 -0
- /package/dist/assets/{BaseSnackbar.css → packages/components/lib/UIKit/BaseSnackbar.css} +0 -0
- /package/dist/assets/{BaseTextarea.css → packages/components/lib/UIKit/BaseTextarea.css} +0 -0
- /package/dist/assets/{BaseToggle.css → packages/components/lib/UIKit/BaseToggle.css} +0 -0
- /package/dist/assets/{BaseTooltip.css → packages/components/lib/UIKit/BaseTooltip.css} +0 -0
- /package/dist/assets/{CheckboxBtn.css → packages/components/lib/UIKit/Checkbox/CheckboxBtn.css} +0 -0
- /package/dist/assets/{BaseShimmerLoader.css → packages/components/lib/UIKit/ShimmerLoader/BaseShimmerLoader.css} +0 -0
- /package/dist/assets/{SimpleSlider.css → packages/components/lib/UIKit/Slider/SimpleSlider.css} +0 -0
- /package/dist/assets/{StaticSpinner.css → packages/components/lib/UIKit/StaticSpinner.css} +0 -0
- /package/dist/assets/{index.css → packages/components/src/tailwind.css} +0 -0
- /package/dist/{lib/chart → chart}/DoughnutChart.d.ts +0 -0
- /package/dist/{lib/chart → chart}/LineChart.d.ts +0 -0
- /package/dist/{lib/chart → chart}/composables/useChartjsModules.d.ts +0 -0
- /package/dist/{lib/components → components}/IntersectionObserver/IntersectionObservable.d.ts +0 -0
- /package/dist/{lib/components → components}/IntersectionObserver/IntersectionObserver.d.ts +0 -0
- /package/dist/{lib/components → components}/carousel/SwiperCarousel.d.ts +0 -0
- /package/dist/{lib/components → components}/carousel/SwiperSlide.d.ts +0 -0
- /package/dist/{lib/composables → composables}/useFloatingLabel.d.ts +0 -0
- /package/dist/{lib/composables → composables}/useValidator.d.ts +0 -0
- /package/dist/{lib/index.d.ts → index.d.ts} +0 -0
- /package/dist/{lib/types.d.ts → types.d.ts} +0 -0
- /package/dist/{lib/utils.d.ts → utils.d.ts} +0 -0
package/dist/UIKit/BaseAlert.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from "../packages/components/lib/UIKit/BaseAlert.vue.js";
|
|
2
|
+
import '../assets/packages/components/lib/UIKit/BaseAlert.css';/* empty css */
|
|
2
3
|
export {
|
|
3
|
-
|
|
4
|
+
o as default
|
|
4
5
|
};
|
package/dist/UIKit/BaseBadge.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from "../packages/components/lib/UIKit/BaseBadge.vue.js";
|
|
2
|
+
import '../assets/packages/components/lib/UIKit/BaseBadge.css';/* empty css */
|
|
2
3
|
export {
|
|
3
|
-
|
|
4
|
+
o as default
|
|
4
5
|
};
|
package/dist/UIKit/BaseButton.js
CHANGED
package/dist/UIKit/BaseCard.js
CHANGED
|
@@ -1,38 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
props: {
|
|
6
|
-
type: { default: "" },
|
|
7
|
-
rootComponent: { default: "div" },
|
|
8
|
-
cardImgClasses: { default: "" },
|
|
9
|
-
cardBodyClasses: { default: "" }
|
|
10
|
-
},
|
|
11
|
-
emits: ["click"],
|
|
12
|
-
setup(s, { emit: c }) {
|
|
13
|
-
const l = c, n = o(
|
|
14
|
-
() => s.type === "news" ? "news-card" : s.type
|
|
15
|
-
), i = o(() => s.type ? `${s.type}-img` : "");
|
|
16
|
-
return (e, t) => (C(), p(u(e.rootComponent), {
|
|
17
|
-
class: a(["card", [n.value]]),
|
|
18
|
-
onClick: t[0] || (t[0] = (g) => l("click"))
|
|
19
|
-
}, {
|
|
20
|
-
default: f(() => [
|
|
21
|
-
d("div", {
|
|
22
|
-
class: a(["card-img", [i.value, e.cardImgClasses]])
|
|
23
|
-
}, [
|
|
24
|
-
r(e.$slots, "card-image", {}, void 0, !0)
|
|
25
|
-
], 2),
|
|
26
|
-
d("div", {
|
|
27
|
-
class: a(["card-body", [e.cardBodyClasses]])
|
|
28
|
-
}, [
|
|
29
|
-
r(e.$slots, "card-description", {}, void 0, !0)
|
|
30
|
-
], 2)
|
|
31
|
-
]),
|
|
32
|
-
_: 3
|
|
33
|
-
}, 8, ["class"]));
|
|
34
|
-
}
|
|
35
|
-
}), I = /* @__PURE__ */ v(y, [["__scopeId", "data-v-923393ce"]]);
|
|
1
|
+
import o from "../packages/components/lib/UIKit/BaseCard.vue.js";
|
|
2
|
+
import '../assets/packages/components/lib/UIKit/BaseCard.css';/* empty css */
|
|
3
|
+
import r from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-923393ce"]]);
|
|
36
5
|
export {
|
|
37
|
-
|
|
6
|
+
m as default
|
|
38
7
|
};
|
|
@@ -1,107 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
props: /* @__PURE__ */ T({
|
|
6
|
-
labels: {},
|
|
7
|
-
type: { default: "full" },
|
|
8
|
-
mode: { default: "" },
|
|
9
|
-
btnBgColor: { default: "uikit-bg-w-lavender" },
|
|
10
|
-
btnClasses: {},
|
|
11
|
-
borderContainerColor: { default: "uikit-border-w-secondary" },
|
|
12
|
-
size: { default: "" }
|
|
13
|
-
}, {
|
|
14
|
-
modelValue: {
|
|
15
|
-
default: null
|
|
16
|
-
},
|
|
17
|
-
modelModifiers: {}
|
|
18
|
-
}),
|
|
19
|
-
emits: ["update:modelValue"],
|
|
20
|
-
setup(g) {
|
|
21
|
-
const l = g, a = C(g, "modelValue"), s = () => {
|
|
22
|
-
a.value = l.labels.leftToggle;
|
|
23
|
-
}, u = () => {
|
|
24
|
-
a.value = l.labels.rightToggle;
|
|
25
|
-
};
|
|
26
|
-
(() => {
|
|
27
|
-
if (l.labels.leftToggle.checked) {
|
|
28
|
-
s();
|
|
29
|
-
return;
|
|
30
|
-
}
|
|
31
|
-
if (l.labels.rightToggle.checked) {
|
|
32
|
-
u();
|
|
33
|
-
return;
|
|
34
|
-
}
|
|
35
|
-
s();
|
|
36
|
-
})();
|
|
37
|
-
const b = (e) => a.value?.label === e.label, d = c(() => b(l.labels.leftToggle)), p = c(() => b(l.labels.rightToggle));
|
|
38
|
-
return (e, i) => (n(), r("div", {
|
|
39
|
-
id: e.$attrs.id || "",
|
|
40
|
-
"data-cy": e.$attrs["data-cy"] || "",
|
|
41
|
-
class: o(["base-complex-toggle uikit-relative uikit-flex uikit-justify-center uikit-p-0", [e.mode, e.borderContainerColor, e.size]])
|
|
42
|
-
}, [
|
|
43
|
-
t("div", {
|
|
44
|
-
"data-btn-bg-color": e.btnBgColor,
|
|
45
|
-
"data-cy": `bct-left-btn${e.labels.leftToggle.label ? `-${e.labels.leftToggle.label}` : ""}`,
|
|
46
|
-
class: o(["left-button uikit-flex uikit-flex-1 uikit-items-center uikit-justify-center hover:uikit-cursor-pointer", [
|
|
47
|
-
{
|
|
48
|
-
"base-complex-toggle-active": d.value
|
|
49
|
-
}
|
|
50
|
-
]]),
|
|
51
|
-
onClick: i[0] || (i[0] = m((h) => s(), ["stop"]))
|
|
52
|
-
}, [
|
|
53
|
-
f(e.$slots, "left_icon", {}, () => [
|
|
54
|
-
e.labels.leftToggle.icon ? (n(), r("img", {
|
|
55
|
-
key: 0,
|
|
56
|
-
class: "base-complex-toggle-icon uikit-relative uikit-z-10 uikit-mr-10px",
|
|
57
|
-
src: e.labels.leftToggle.icon.src,
|
|
58
|
-
alt: e.labels.leftToggle.icon.alt,
|
|
59
|
-
width: "15",
|
|
60
|
-
height: "15"
|
|
61
|
-
}, null, 8, L)) : k("", !0)
|
|
62
|
-
], !0),
|
|
63
|
-
t("span", {
|
|
64
|
-
class: "base-complex-toggle-label uikit-relative uikit-z-10",
|
|
65
|
-
innerHTML: e.labels.leftToggle.label
|
|
66
|
-
}, null, 8, M)
|
|
67
|
-
], 10, B),
|
|
68
|
-
t("div", {
|
|
69
|
-
"data-btn-bg-color": e.btnBgColor,
|
|
70
|
-
"data-cy": `bct-right-btn${e.labels.rightToggle.label ? `-${e.labels.rightToggle.label}` : ""}`,
|
|
71
|
-
class: o(["right-button uikit-flex uikit-flex-1 uikit-items-center uikit-justify-center hover:uikit-cursor-pointer", [
|
|
72
|
-
{
|
|
73
|
-
"base-complex-toggle-active": p.value
|
|
74
|
-
}
|
|
75
|
-
]]),
|
|
76
|
-
onClick: i[1] || (i[1] = m((h) => u(), ["stop"]))
|
|
77
|
-
}, [
|
|
78
|
-
f(e.$slots, "right_icon", {}, () => [
|
|
79
|
-
e.labels.rightToggle.icon ? (n(), r("img", {
|
|
80
|
-
key: 0,
|
|
81
|
-
class: "base-complex-toggle-icon uikit-relative uikit-z-10 uikit-mr-10px",
|
|
82
|
-
src: e.labels.rightToggle.icon.src,
|
|
83
|
-
alt: e.labels.rightToggle.icon.alt,
|
|
84
|
-
width: "15",
|
|
85
|
-
height: "15"
|
|
86
|
-
}, null, 8, V)) : k("", !0)
|
|
87
|
-
], !0),
|
|
88
|
-
t("span", {
|
|
89
|
-
class: "base-complex-toggle-label uikit-relative uikit-z-10",
|
|
90
|
-
innerHTML: e.labels.rightToggle.label
|
|
91
|
-
}, null, 8, w)
|
|
92
|
-
], 10, z),
|
|
93
|
-
t("div", {
|
|
94
|
-
class: o(["uikit-absolute uikit-transition-all uikit-duration-200 uikit-ease-out", [
|
|
95
|
-
e.type === "full" ? "base-complex-toggle-active-bg" : "base-complex-toggle-active-padded-bg",
|
|
96
|
-
e.btnBgColor,
|
|
97
|
-
e.mode,
|
|
98
|
-
d.value ? "translateX-left" : "translateX-right",
|
|
99
|
-
e.btnClasses
|
|
100
|
-
]])
|
|
101
|
-
}, null, 2)
|
|
102
|
-
], 10, $));
|
|
103
|
-
}
|
|
104
|
-
}), N = /* @__PURE__ */ y(H, [["__scopeId", "data-v-832ebde3"]]);
|
|
1
|
+
import o from "../packages/components/lib/UIKit/BaseComplexToggle.vue.js";
|
|
2
|
+
import '../assets/packages/components/lib/UIKit/BaseComplexToggle.css';/* empty css */
|
|
3
|
+
import e from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const r = /* @__PURE__ */ e(o, [["__scopeId", "data-v-832ebde3"]]);
|
|
105
5
|
export {
|
|
106
|
-
|
|
6
|
+
r as default
|
|
107
7
|
};
|
|
@@ -1,41 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
props: {
|
|
6
|
-
labelState: { default: "inline-label" },
|
|
7
|
-
isValid: { default: null },
|
|
8
|
-
labelText: {},
|
|
9
|
-
disabled: { type: [String, Boolean], default: !1 },
|
|
10
|
-
labelClasses: {},
|
|
11
|
-
labelTextClasses: {}
|
|
12
|
-
},
|
|
13
|
-
emits: ["click"],
|
|
14
|
-
setup(f, { emit: a }) {
|
|
15
|
-
const o = a;
|
|
16
|
-
return (e, i) => (s(), l("label", {
|
|
17
|
-
for: e.$attrs.for,
|
|
18
|
-
class: t(["uikit-pointer-events-none uikit-absolute uikit-left-15px uikit-h-5 uikit-text-sm", [e.labelState, { "uikit-text-w-secondary": e.disabled }, e.labelClasses]]),
|
|
19
|
-
onClick: i[0] || (i[0] = r((c) => o("click"), ["stop"]))
|
|
20
|
-
}, [
|
|
21
|
-
d("span", {
|
|
22
|
-
class: t(["uikit-text uikit-font-medium", [
|
|
23
|
-
e.disabled ? "uikit-text-w-secondary" : "uikit-text-w-black",
|
|
24
|
-
e.labelTextClasses
|
|
25
|
-
]]),
|
|
26
|
-
innerHTML: e.labelText
|
|
27
|
-
}, null, 10, m),
|
|
28
|
-
e.$attrs.required ? (s(), l("sup", {
|
|
29
|
-
key: 0,
|
|
30
|
-
class: t(["uikit-absolute -uikit-top-[0.3rem] uikit-text", [
|
|
31
|
-
{ "uikit-text-w-secondary": e.disabled },
|
|
32
|
-
{ "uikit-text-w-danger": e.isValid === !1 },
|
|
33
|
-
{ "uikit-text-w-primary": (e.isValid || e.isValid === null) && !e.disabled }
|
|
34
|
-
]])
|
|
35
|
-
}, " *", 2)) : u("", !0)
|
|
36
|
-
], 10, b));
|
|
37
|
-
}
|
|
38
|
-
}), y = /* @__PURE__ */ k(p, [["__scopeId", "data-v-2b36371e"]]);
|
|
1
|
+
import o from "../packages/components/lib/UIKit/BaseFloatingLabel.vue.js";
|
|
2
|
+
import '../assets/packages/components/lib/UIKit/BaseFloatingLabel.css';/* empty css */
|
|
3
|
+
import t from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-2b36371e"]]);
|
|
39
5
|
export {
|
|
40
|
-
|
|
6
|
+
m as default
|
|
41
7
|
};
|
package/dist/UIKit/BaseIcon.js
CHANGED
|
@@ -1,28 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
props: {
|
|
6
|
-
lazyLoading: { type: Boolean },
|
|
7
|
-
altAttribute: {},
|
|
8
|
-
iconType: { default: "icon-md" },
|
|
9
|
-
iconClass: { default: "uikit-mr-5px" },
|
|
10
|
-
width: {},
|
|
11
|
-
height: {}
|
|
12
|
-
},
|
|
13
|
-
setup(d) {
|
|
14
|
-
return (t, c) => (i(), a("img", {
|
|
15
|
-
id: t.$attrs.id,
|
|
16
|
-
class: s(["uikit-inline-block", t.iconType, t.iconClass]),
|
|
17
|
-
alt: t.altAttribute || t.$attrs.alt,
|
|
18
|
-
style: o(t.$attrs.style),
|
|
19
|
-
src: t.$attrs.src ? t.$attrs.src : "",
|
|
20
|
-
width: t.width,
|
|
21
|
-
height: t.height,
|
|
22
|
-
loading: t.lazyLoading ? "lazy" : "eager"
|
|
23
|
-
}, null, 14, n));
|
|
24
|
-
}
|
|
25
|
-
}), m = /* @__PURE__ */ l(r, [["__scopeId", "data-v-40c30bac"]]);
|
|
1
|
+
import o from "../packages/components/lib/UIKit/BaseIcon.vue.js";
|
|
2
|
+
import '../assets/packages/components/lib/UIKit/BaseIcon.css';/* empty css */
|
|
3
|
+
import t from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-40c30bac"]]);
|
|
26
5
|
export {
|
|
27
6
|
m as default
|
|
28
7
|
};
|
package/dist/UIKit/BaseInput.js
CHANGED
|
@@ -1,212 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
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
|
-
key: 1,
|
|
7
|
-
class: "under-label uikit-absolute uikit-text-12"
|
|
8
|
-
}, U = /* @__PURE__ */ z({
|
|
9
|
-
inheritAttrs: !1,
|
|
10
|
-
__name: "BaseInput",
|
|
11
|
-
props: /* @__PURE__ */ C({
|
|
12
|
-
inputClass: {},
|
|
13
|
-
labelText: { default: "" },
|
|
14
|
-
feedback: {},
|
|
15
|
-
isValid: { default: null },
|
|
16
|
-
keepFloatingLabel: { type: Boolean, default: !1 },
|
|
17
|
-
formatter: { default: null },
|
|
18
|
-
labelClasses: {},
|
|
19
|
-
fieldsetClasses: {},
|
|
20
|
-
labelTextClasses: {},
|
|
21
|
-
withLeftIcon: { type: Boolean, default: () => {
|
|
22
|
-
} },
|
|
23
|
-
withRightIcon: { type: Boolean, default: () => {
|
|
24
|
-
} },
|
|
25
|
-
dataCy: {}
|
|
26
|
-
}, {
|
|
27
|
-
modelValue: { default: "" },
|
|
28
|
-
modelModifiers: {}
|
|
29
|
-
}),
|
|
30
|
-
emits: /* @__PURE__ */ C(["click", "keydownEnterPressed", "focusin", "focusout", "keydown", "keyup"], ["update:modelValue"]),
|
|
31
|
-
setup(l, { expose: M, emit: E }) {
|
|
32
|
-
const o = A(l, "modelValue"), a = m(""), k = E, {
|
|
33
|
-
labelState: d,
|
|
34
|
-
handleFocusIn: H,
|
|
35
|
-
handleFocusOut: $,
|
|
36
|
-
setInlineLabel: I,
|
|
37
|
-
setFloatingLabel: V
|
|
38
|
-
} = G(k), n = m("text"), f = m({}), b = m(null), R = () => {
|
|
39
|
-
l.feedback && (f.value = l.feedback, l.feedback.valid && typeof l.feedback.valid == "string" && (f.value.valid = [l.feedback.valid]), l.feedback.invalid && typeof l.feedback.invalid == "string" && (f.value.invalid = [l.feedback.invalid]));
|
|
40
|
-
}, L = (e, i) => {
|
|
41
|
-
if (!l.formatter || !l.formatter.formatFn)
|
|
42
|
-
return a.value = e, "";
|
|
43
|
-
const t = e.length ? l.formatter.formatFn(e) : e;
|
|
44
|
-
return i && (i.value = t), a.value = t, t;
|
|
45
|
-
}, F = (e, i = !0) => {
|
|
46
|
-
if (i && (!l.formatter || !l.formatter.unFormatFn))
|
|
47
|
-
return o.value = e, e;
|
|
48
|
-
if (!i || !l.formatter || !l.formatter.unFormatFn) return;
|
|
49
|
-
const t = l.formatter.unFormatFn(e);
|
|
50
|
-
return o.value = t ?? "", t;
|
|
51
|
-
}, P = ({ target: e }) => {
|
|
52
|
-
const i = e, t = F(i.value);
|
|
53
|
-
L(
|
|
54
|
-
`${t}`,
|
|
55
|
-
t === o.value ? i : void 0
|
|
56
|
-
);
|
|
57
|
-
}, q = () => {
|
|
58
|
-
o.value = "", I();
|
|
59
|
-
}, K = () => {
|
|
60
|
-
n.value === "password" ? n.value = "text" : n.value === "text" && (n.value = "password");
|
|
61
|
-
};
|
|
62
|
-
g(
|
|
63
|
-
() => l.feedback,
|
|
64
|
-
() => {
|
|
65
|
-
R();
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
immediate: !0
|
|
69
|
-
}
|
|
70
|
-
), g(
|
|
71
|
-
o,
|
|
72
|
-
(e) => {
|
|
73
|
-
L(
|
|
74
|
-
`${e}`,
|
|
75
|
-
F(`${e}`, !1) === e ? b.value : void 0
|
|
76
|
-
), a.value != null && a.value.length > 0 && d.value !== "floating-label" ? V() : !a.value && document && document.activeElement !== b.value && I();
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
immediate: !0
|
|
80
|
-
}
|
|
81
|
-
), g(
|
|
82
|
-
() => l.keepFloatingLabel,
|
|
83
|
-
(e) => {
|
|
84
|
-
e ? V() : $(o.value);
|
|
85
|
-
}
|
|
86
|
-
);
|
|
87
|
-
const S = N();
|
|
88
|
-
return n.value = S.type || "text", M({
|
|
89
|
-
select: () => {
|
|
90
|
-
b.value?.select();
|
|
91
|
-
}
|
|
92
|
-
}), (e, i) => (u(), r("div", {
|
|
93
|
-
class: v(["input-wrapper uikit-relative uikit-inline-block uikit-w-full [&.has-right-icon.is-invalid_.text-input-icon]:uikit-mr-25px [&.has-right-icon.is-valid_.text-input-icon]:uikit-mr-25px", [
|
|
94
|
-
e.$attrs.class,
|
|
95
|
-
{ "floating-label": e.labelText },
|
|
96
|
-
s(d) === "floating-label" ? "floating-state" : "inline-state",
|
|
97
|
-
{
|
|
98
|
-
"has-right-icon": e.withRightIcon !== void 0 ? e.withRightIcon : !!e.$slots.righticon
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"has-left-icon": e.withLeftIcon !== void 0 ? e.withLeftIcon : !!e.$slots.leftIcon
|
|
102
|
-
},
|
|
103
|
-
{ "is-invalid": e.isValid === !1, "is-valid": e.isValid }
|
|
104
|
-
]])
|
|
105
|
-
}, [
|
|
106
|
-
p(e.$slots, "leftIcon", {}, void 0, !0),
|
|
107
|
-
p(e.$slots, "righticon", {
|
|
108
|
-
handleClean: q,
|
|
109
|
-
handleShowPasswd: K,
|
|
110
|
-
curType: n.value
|
|
111
|
-
}, void 0, !0),
|
|
112
|
-
h("input", {
|
|
113
|
-
id: e.$attrs.id,
|
|
114
|
-
ref_key: "baseInputEl",
|
|
115
|
-
ref: b,
|
|
116
|
-
"data-cy": e.dataCy,
|
|
117
|
-
name: e.$attrs.name,
|
|
118
|
-
class: v(["input-element uikit-peer uikit-relative uikit-ml-[1px] uikit-mt-[6px] uikit-box-border uikit-block uikit-h-[42px] uikit-w-[calc(100%-2px)] uikit-appearance-none uikit-truncate uikit-rounded-[11px] !uikit-border-none uikit-bg-white uikit-bg-no-repeat uikit-px-4 uikit-outline-0 focus:uikit-shadow-none focus:uikit-outline-none disabled:uikit-bg-w-cultured disabled:uikit-text-w-secondary", [
|
|
119
|
-
{
|
|
120
|
-
"is-invalid invalid-bg !uikit-pr-9": e.isValid === !1,
|
|
121
|
-
"is-valid valid-bg !uikit-pr-9": e.isValid
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"uikit-pr-[42px]": e.withRightIcon !== void 0 ? e.withRightIcon : !!e.$slots.righticon
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"uikit-pl-[42px]": e.withLeftIcon !== void 0 ? e.withLeftIcon : !!e.$slots.leftIcon
|
|
128
|
-
},
|
|
129
|
-
e.inputClass
|
|
130
|
-
]]),
|
|
131
|
-
autocomplete: e.$attrs.autocomplete === "on" ? "on" : "off",
|
|
132
|
-
disabled: e.$attrs.disabled,
|
|
133
|
-
"aria-labelledby": e.$attrs.id,
|
|
134
|
-
readonly: e.$attrs.readonly,
|
|
135
|
-
type: n.value,
|
|
136
|
-
pattern: e.$attrs.pattern,
|
|
137
|
-
min: e.$attrs.min,
|
|
138
|
-
max: e.$attrs.max,
|
|
139
|
-
maxlength: e.$attrs.maxlength,
|
|
140
|
-
inputmode: e.$attrs.inputmode,
|
|
141
|
-
placeholder: e.$attrs.placeholder,
|
|
142
|
-
value: a.value,
|
|
143
|
-
onClick: i[0] || (i[0] = (t) => k("click", t)),
|
|
144
|
-
onFocusin: i[1] || (i[1] = y(() => e.labelText && s(H)(), ["stop"])),
|
|
145
|
-
onFocusout: i[2] || (i[2] = y((t) => e.labelText && !e.keepFloatingLabel && s($)(a.value), ["stop"])),
|
|
146
|
-
onInput: y(P, ["stop"]),
|
|
147
|
-
onKeydown: [
|
|
148
|
-
i[3] || (i[3] = j(() => k("keydownEnterPressed"), ["enter"])),
|
|
149
|
-
i[4] || (i[4] = (t) => k("keydown", t))
|
|
150
|
-
],
|
|
151
|
-
onKeyup: i[5] || (i[5] = (t) => k("keyup", t))
|
|
152
|
-
}, null, 42, Q),
|
|
153
|
-
h("fieldset", {
|
|
154
|
-
class: v(["uikit-pointer-events-none uikit-absolute uikit-bottom-0 uikit-left-0 uikit-right-0 uikit-top-0 uikit-m-0 uikit-box-border uikit-h-12 uikit-overflow-hidden uikit-rounded-xs uikit-border uikit-border-solid uikit-px-2 uikit-py-0 uikit-text-left uikit-transition-[border] uikit-duration-100 uikit-ease-out peer-focus:uikit-border-2 peer-focus:uikit-border-w-primary peer-focus:[&.is-invalid]:uikit-border-w-danger", [
|
|
155
|
-
{
|
|
156
|
-
"is-invalid uikit-border-w-danger": e.isValid === !1,
|
|
157
|
-
"is-valid uikit-border-w-primary": e.isValid,
|
|
158
|
-
"uikit-border-w-secondary": e.isValid === null
|
|
159
|
-
},
|
|
160
|
-
{ "uikit-top-0": !e.labelText },
|
|
161
|
-
e.fieldsetClasses
|
|
162
|
-
]])
|
|
163
|
-
}, [
|
|
164
|
-
h("legend", W, [
|
|
165
|
-
h("span", {
|
|
166
|
-
class: v(["visible-label uikit-opacity-0", [
|
|
167
|
-
{ "uikit-mx-5px": e.labelText },
|
|
168
|
-
{
|
|
169
|
-
"uikit-visible uikit-inline-block": s(d) === "floating-label"
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"uikit-invisible uikit-hidden": s(d) === "inline-label"
|
|
173
|
-
}
|
|
174
|
-
]]),
|
|
175
|
-
innerHTML: e.labelText
|
|
176
|
-
}, null, 10, X)
|
|
177
|
-
])
|
|
178
|
-
], 2),
|
|
179
|
-
e.labelText ? (u(), O(D, {
|
|
180
|
-
key: 0,
|
|
181
|
-
for: e.$attrs.id,
|
|
182
|
-
"label-text": e.labelText,
|
|
183
|
-
"label-state": s(d),
|
|
184
|
-
"is-valid": e.isValid,
|
|
185
|
-
required: e.$attrs.required,
|
|
186
|
-
disabled: e.$attrs.disabled,
|
|
187
|
-
"label-classes": [
|
|
188
|
-
s(d) === "floating-label" ? "!-uikit-top-1" : "!uikit-top-4",
|
|
189
|
-
e.labelClasses
|
|
190
|
-
],
|
|
191
|
-
"label-text-classes": e.labelTextClasses
|
|
192
|
-
}, null, 8, ["for", "label-text", "label-state", "is-valid", "required", "disabled", "label-classes", "label-text-classes"])) : w("", !0),
|
|
193
|
-
p(e.$slots, "feedback", {}, () => [
|
|
194
|
-
e.isValid === !1 ? (u(!0), r(T, { key: 0 }, B(f.value.invalid, (t, c) => (u(), r("div", {
|
|
195
|
-
key: `${e.$attrs.id}_invalid_${c}`,
|
|
196
|
-
class: "uikit-mt-1 uikit-text-12 uikit-text-w-danger",
|
|
197
|
-
innerHTML: t
|
|
198
|
-
}, null, 8, Y))), 128)) : e.isValid === !0 ? (u(!0), r(T, { key: 1 }, B(f.value.valid, (t, c) => (u(), r("div", {
|
|
199
|
-
key: `${e.$attrs.id}_valid_${c}`,
|
|
200
|
-
class: "uikit-mt-1 uikit-text-12 uikit-text-w-primary",
|
|
201
|
-
innerHTML: t
|
|
202
|
-
}, null, 8, Z))), 128)) : w("", !0)
|
|
203
|
-
], !0),
|
|
204
|
-
e.$slots["under-label"] ? (u(), r("div", x, [
|
|
205
|
-
p(e.$slots, "under-label", {}, void 0, !0)
|
|
206
|
-
])) : w("", !0)
|
|
207
|
-
], 2));
|
|
208
|
-
}
|
|
209
|
-
}), ae = /* @__PURE__ */ J(U, [["__scopeId", "data-v-919095a8"]]);
|
|
1
|
+
import o from "../packages/components/lib/UIKit/BaseInput.vue.js";
|
|
2
|
+
import '../assets/packages/components/lib/UIKit/BaseInput.css';/* empty css */
|
|
3
|
+
import t from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-919095a8"]]);
|
|
210
5
|
export {
|
|
211
|
-
|
|
6
|
+
m as default
|
|
212
7
|
};
|
package/dist/UIKit/BaseModal.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from "../packages/components/lib/UIKit/BaseModal.vue.js";
|
|
2
|
+
import '../assets/packages/components/lib/UIKit/BaseModal.css';/* empty css */
|
|
2
3
|
export {
|
|
3
|
-
|
|
4
|
+
o as default
|
|
4
5
|
};
|
package/dist/UIKit/BasePaper.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import '../assets/BasePaper.css'
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
function
|
|
7
|
-
return r(), t("div",
|
|
1
|
+
import o from "../packages/components/lib/UIKit/BasePaper.vue.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as r, renderSlot as s } from "vue";
|
|
3
|
+
import '../assets/packages/components/lib/UIKit/BasePaper.css';/* empty css */
|
|
4
|
+
import p from "../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
+
const a = { class: "base-paper" };
|
|
6
|
+
function c(e, n, _, d, i, f) {
|
|
7
|
+
return r(), t("div", a, [
|
|
8
8
|
s(e.$slots, "content", {}, void 0, !0)
|
|
9
9
|
]);
|
|
10
10
|
}
|
|
11
|
-
const
|
|
11
|
+
const v = /* @__PURE__ */ p(o, [["render", c], ["__scopeId", "data-v-f52750e0"]]);
|
|
12
12
|
export {
|
|
13
|
-
|
|
13
|
+
v as default
|
|
14
14
|
};
|