@wikicasa-dev/components 1.2.3 → 1.2.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/components.js +135 -3
- package/dist/components.umd.cjs +1 -32
- package/dist/src/index.d.ts +2 -0
- package/dist/src/main.d.ts +0 -2
- package/dist/style.css +1 -1
- package/package.json +6 -6
- package/dist/BaseSnackbar--aqJ1_MG.js +0 -78
- package/dist/main-CH5Gft3f.js +0 -8168
- package/dist/src/App.vue.d.ts +0 -2
- package/dist/src/UIKit/AccessibleSelect.vue.d.ts +0 -74
- package/dist/src/UIKit/Accordion/BaseAccordion.vue.d.ts +0 -45
- package/dist/src/UIKit/Accordion/BaseAccordionBtn.vue.d.ts +0 -59
- package/dist/src/UIKit/Accordion/BaseAccordionContent.vue.d.ts +0 -29
- package/dist/src/UIKit/Accordion/BaseAccordionItem.vue.d.ts +0 -71
- package/dist/src/UIKit/BaseAlert.vue.d.ts +0 -41
- package/dist/src/UIKit/BaseAutocomplete.vue.d.ts +0 -109
- package/dist/src/UIKit/BaseBadge.vue.d.ts +0 -36
- package/dist/src/UIKit/BaseBtModal.vue.d.ts +0 -172
- package/dist/src/UIKit/BaseCard.vue.d.ts +0 -41
- package/dist/src/UIKit/BaseComplexToggle.vue.d.ts +0 -83
- package/dist/src/UIKit/BaseDropDown.vue.d.ts +0 -123
- package/dist/src/UIKit/BaseFloatingLabel.vue.d.ts +0 -44
- package/dist/src/UIKit/BaseInput.vue.d.ts +0 -143
- package/dist/src/UIKit/BaseNavItem.vue.d.ts +0 -43
- package/dist/src/UIKit/BasePagination.vue.d.ts +0 -65
- package/dist/src/UIKit/BasePaper.vue.d.ts +0 -2
- package/dist/src/UIKit/BaseSelect/SelectItem.vue.d.ts +0 -54
- package/dist/src/UIKit/BaseSlider.vue.d.ts +0 -42
- package/dist/src/UIKit/BaseSnackbar.vue.d.ts +0 -56
- package/dist/src/UIKit/BaseTab.vue.d.ts +0 -60
- package/dist/src/UIKit/BaseTextarea.vue.d.ts +0 -82
- package/dist/src/UIKit/BaseToggle.vue.d.ts +0 -36
- package/dist/src/UIKit/BaseTooltip.vue.d.ts +0 -56
- package/dist/src/UIKit/BaseUploadFile.vue.d.ts +0 -37
- package/dist/src/UIKit/Checkbox/CheckboxBtn.vue.d.ts +0 -92
- package/dist/src/UIKit/Checkbox/CheckboxGroup.vue.d.ts +0 -78
- package/dist/src/UIKit/Radio/RadioButton.vue.d.ts +0 -26
- package/dist/src/UIKit/Radio/RadioGroup.vue.d.ts +0 -37
- package/dist/src/Views/AccordionSection.vue.d.ts +0 -2
- package/dist/src/Views/AlertSection.vue.d.ts +0 -2
- package/dist/src/Views/AutocompleteSection.vue.d.ts +0 -2
- package/dist/src/Views/BadgeSection.vue.d.ts +0 -2
- package/dist/src/Views/ButtonsSection.vue.d.ts +0 -2
- package/dist/src/Views/CardSection.vue.d.ts +0 -2
- package/dist/src/Views/CheckboxSection.vue.d.ts +0 -6
- package/dist/src/Views/DropdownSection.vue.d.ts +0 -35
- package/dist/src/Views/ModalSection.vue.d.ts +0 -4
- package/dist/src/Views/PaginationSection.vue.d.ts +0 -2
- package/dist/src/Views/PaperSection.vue.d.ts +0 -2
- package/dist/src/Views/RadioSection.vue.d.ts +0 -9
- package/dist/src/Views/SliderSection.vue.d.ts +0 -9
- package/dist/src/Views/SnackbarSection.vue.d.ts +0 -2
- package/dist/src/Views/TabSection.vue.d.ts +0 -2
- package/dist/src/Views/TextInputSection.vue.d.ts +0 -2
- package/dist/src/Views/TextareaSection.vue.d.ts +0 -6
- package/dist/src/Views/ToggleSection.vue.d.ts +0 -2
- package/dist/src/Views/TooltipSection.vue.d.ts +0 -2
- package/dist/src/Views/UiKitSidebar.vue.d.ts +0 -18
- package/dist/src/Views/UploadBtnSection.vue.d.ts +0 -2
- package/dist/src/Views/WikicasaUiKit.vue.d.ts +0 -19
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
isSmall: import("vue").Ref<boolean>;
|
|
3
|
-
}, {
|
|
4
|
-
checkboxValue: boolean;
|
|
5
|
-
checkboxValue2: boolean;
|
|
6
|
-
checkboxValue3: boolean;
|
|
7
|
-
checkboxValue4: boolean;
|
|
8
|
-
showMobileSidebar: boolean;
|
|
9
|
-
sidebarItems: {
|
|
10
|
-
id: string;
|
|
11
|
-
label: string;
|
|
12
|
-
}[];
|
|
13
|
-
sidebarAnimationIn: boolean;
|
|
14
|
-
sidebarAnimationOut: boolean;
|
|
15
|
-
}, {}, {
|
|
16
|
-
delayedCloseMobileSidebar(): void;
|
|
17
|
-
delayedOpenMobileSidebar(): void;
|
|
18
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
19
|
-
export default _default;
|