@wikicasa-dev/components 0.1.4 → 1.0.0
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/README.md +39 -11
- package/dist/BaseSnackbar-BiEYmHwi.js +78 -0
- package/dist/components.js +31 -6899
- package/dist/components.umd.cjs +30 -12
- package/dist/main-hMfaViVU.js +8193 -0
- package/dist/src/App.vue.d.ts +2 -0
- package/dist/src/UIKit/AccessibleSelect.vue.d.ts +74 -0
- package/dist/src/UIKit/Accordion/BaseAccordion.vue.d.ts +45 -0
- package/dist/src/UIKit/Accordion/BaseAccordionBtn.vue.d.ts +59 -0
- package/dist/src/UIKit/Accordion/BaseAccordionContent.vue.d.ts +29 -0
- package/dist/src/UIKit/Accordion/BaseAccordionItem.vue.d.ts +71 -0
- package/dist/src/UIKit/BaseAlert.vue.d.ts +41 -0
- package/dist/src/UIKit/BaseAutocomplete.vue.d.ts +109 -0
- package/dist/src/UIKit/BaseBadge.vue.d.ts +36 -0
- package/dist/src/UIKit/BaseBtModal.vue.d.ts +172 -0
- package/dist/src/UIKit/BaseButton.vue.d.ts +87 -0
- package/dist/src/UIKit/BaseCard.vue.d.ts +41 -0
- package/dist/{UIKit → src/UIKit}/BaseComplexToggle.vue.d.ts +2 -2
- package/dist/src/UIKit/BaseDropDown.vue.d.ts +123 -0
- package/dist/{UIKit → src/UIKit}/BaseFloatingLabel.vue.d.ts +4 -4
- package/dist/{UIKit → src/UIKit}/BaseIcon.vue.d.ts +1 -3
- package/dist/{UIKit → src/UIKit}/BaseInput.vue.d.ts +16 -6
- package/dist/{UIKit → src/UIKit}/BaseNavItem.vue.d.ts +1 -1
- package/dist/{UIKit → src/UIKit}/BasePagination.vue.d.ts +2 -4
- package/dist/src/UIKit/BasePaper.vue.d.ts +2 -0
- package/dist/src/UIKit/BaseSelect/SelectItem.vue.d.ts +54 -0
- package/dist/{UIKit → src/UIKit}/BaseSlider.vue.d.ts +4 -4
- package/dist/src/UIKit/BaseSnackbar.vue.d.ts +56 -0
- package/dist/{UIKit → src/UIKit}/BaseTab.vue.d.ts +1 -1
- package/dist/{UIKit → src/UIKit}/BaseTextarea.vue.d.ts +4 -4
- package/dist/{UIKit → src/UIKit}/BaseToggle.vue.d.ts +1 -1
- package/dist/{UIKit → src/UIKit}/BaseTooltip.vue.d.ts +2 -2
- package/dist/{UIKit → src/UIKit}/BaseUploadFile.vue.d.ts +1 -1
- package/dist/src/UIKit/Checkbox/CheckboxBtn.vue.d.ts +92 -0
- package/dist/src/UIKit/Checkbox/CheckboxGroup.vue.d.ts +78 -0
- package/dist/{UIKit → src/UIKit}/Radio/RadioButton.vue.d.ts +3 -3
- package/dist/{UIKit → src/UIKit}/Radio/RadioGroup.vue.d.ts +3 -2
- package/dist/src/UIKit/StaticSpinner.vue.d.ts +34 -0
- package/dist/src/Views/AccordionSection.vue.d.ts +2 -0
- package/dist/src/Views/AlertSection.vue.d.ts +2 -0
- package/dist/src/Views/AutocompleteSection.vue.d.ts +2 -0
- package/dist/src/Views/BadgeSection.vue.d.ts +2 -0
- package/dist/src/Views/ButtonsSection.vue.d.ts +2 -0
- package/dist/src/Views/CardSection.vue.d.ts +2 -0
- package/dist/src/Views/CheckboxSection.vue.d.ts +6 -0
- package/dist/src/Views/DropdownSection.vue.d.ts +35 -0
- package/dist/src/Views/ModalSection.vue.d.ts +4 -0
- package/dist/src/Views/PaginationSection.vue.d.ts +2 -0
- package/dist/src/Views/PaperSection.vue.d.ts +2 -0
- package/dist/src/Views/RadioSection.vue.d.ts +9 -0
- package/dist/src/Views/SliderSection.vue.d.ts +9 -0
- package/dist/src/Views/SnackbarSection.vue.d.ts +2 -0
- package/dist/src/Views/TabSection.vue.d.ts +2 -0
- package/dist/src/Views/TextInputSection.vue.d.ts +2 -0
- package/dist/src/Views/TextareaSection.vue.d.ts +6 -0
- package/dist/src/Views/ToggleSection.vue.d.ts +2 -0
- package/dist/src/Views/TooltipSection.vue.d.ts +2 -0
- package/dist/src/Views/UiKitSidebar.vue.d.ts +18 -0
- package/dist/src/Views/UploadBtnSection.vue.d.ts +2 -0
- package/dist/src/Views/WikicasaUiKit.vue.d.ts +19 -0
- package/dist/src/composables/useBreakpoints.d.ts +10 -0
- package/dist/{composables → src/composables}/useFloatingLabel.d.ts +1 -1
- package/dist/src/composables/useKeyboardController.d.ts +11 -0
- package/dist/{main.d.ts → src/main.d.ts} +12 -12
- package/dist/{stories → src/stories}/Button.stories.d.ts +2 -2
- package/dist/{stories → src/stories}/Header.stories.d.ts +3 -3
- package/dist/{stories → src/stories}/Page.stories.d.ts +3 -3
- package/dist/src/svgIcons/AboutUsIcon.d.ts +3 -0
- package/dist/src/svgIcons/ArrowIcon.d.ts +3 -0
- package/dist/src/svgIcons/BarChartIcon.d.ts +3 -0
- package/dist/src/svgIcons/BellIcon.d.ts +3 -0
- package/dist/src/svgIcons/BulbIcon.d.ts +3 -0
- package/dist/src/svgIcons/CloseIcon.d.ts +3 -0
- package/dist/src/svgIcons/DefaultValues.d.ts +8 -0
- package/dist/src/svgIcons/DeleteIcon.d.ts +3 -0
- package/dist/src/svgIcons/DrawIcon.d.ts +3 -0
- package/dist/src/svgIcons/GermanyFlagIcon.d.ts +3 -0
- package/dist/src/svgIcons/HeartIcon.d.ts +3 -0
- package/dist/src/svgIcons/HidePswIcon.d.ts +3 -0
- package/dist/src/svgIcons/ItalyFlagIcon.d.ts +3 -0
- package/dist/src/svgIcons/LocationIcon.d.ts +3 -0
- package/dist/src/svgIcons/LogoutIcon.d.ts +3 -0
- package/dist/src/svgIcons/MailIcon.d.ts +3 -0
- package/dist/src/svgIcons/MapIcon.d.ts +3 -0
- package/dist/src/svgIcons/NewsIcon.d.ts +3 -0
- package/dist/src/svgIcons/NotesIcon.d.ts +3 -0
- package/dist/src/svgIcons/PhoneIcon.d.ts +3 -0
- package/dist/src/svgIcons/PhotoIcon.d.ts +3 -0
- package/dist/src/svgIcons/PinIcon.d.ts +3 -0
- package/dist/src/svgIcons/PlanIcon.d.ts +3 -0
- package/dist/src/svgIcons/PlusIcon.d.ts +3 -0
- package/dist/src/svgIcons/PrestigeIcon.d.ts +3 -0
- package/dist/src/svgIcons/PrintIcon.d.ts +3 -0
- package/dist/src/svgIcons/ProfileIcon.d.ts +3 -0
- package/dist/src/svgIcons/QuotesIcon.d.ts +3 -0
- package/dist/src/svgIcons/RequestIcon.d.ts +3 -0
- package/dist/src/svgIcons/SearchIcon.d.ts +3 -0
- package/dist/src/svgIcons/ShareIcon.d.ts +3 -0
- package/dist/src/svgIcons/SuitcaseIcon.d.ts +3 -0
- package/dist/src/svgIcons/TieIcon.d.ts +3 -0
- package/dist/src/svgIcons/TourIcon.d.ts +3 -0
- package/dist/src/svgIcons/UkFlagIcon.d.ts +3 -0
- package/dist/src/svgIcons/ValuationIcon.d.ts +3 -0
- package/dist/src/svgIcons/VideoIcon.d.ts +3 -0
- package/dist/src/svgIcons/ViewPswIcon.d.ts +3 -0
- package/dist/src/svgIcons/WarningIcon.d.ts +3 -0
- package/dist/src/svgIcons/WarningIconRounded.d.ts +3 -0
- package/dist/src/svgIcons/WikiNerdIcon.d.ts +3 -0
- package/dist/src/svgIcons/WkAppIcon.d.ts +3 -0
- package/dist/style.css +1 -1
- package/package.json +35 -30
- package/dist/App.vue.d.ts +0 -2
- package/dist/UIKit/BaseAccordion.vue.d.ts +0 -25
- package/dist/UIKit/BaseAlert.vue.d.ts +0 -16
- package/dist/UIKit/BaseAutocomplete.vue.d.ts +0 -103
- package/dist/UIKit/BaseBadge.vue.d.ts +0 -14
- package/dist/UIKit/BaseButton.stories.d.ts +0 -10
- package/dist/UIKit/BaseButton.vue.d.ts +0 -90
- package/dist/UIKit/BaseCloseButton.vue.d.ts +0 -2
- package/dist/UIKit/BaseDropDown.vue.d.ts +0 -78
- package/dist/UIKit/BaseInput.stories.d.ts +0 -6
- package/dist/UIKit/BasePaper.vue.d.ts +0 -2
- package/dist/UIKit/BaseSearchBox.vue.d.ts +0 -4
- package/dist/UIKit/BaseSelect.vue.d.ts +0 -150
- package/dist/UIKit/BaseToggle.stories.d.ts +0 -7
- package/dist/UIKit/Checkbox/CheckboxBtn.vue.d.ts +0 -101
- package/dist/UIKit/Checkbox/CheckboxGroup.vue.d.ts +0 -55
- package/dist/components/HelloWorld.vue.d.ts +0 -2
- package/dist/components/base/StaticSpinner.vue.d.ts +0 -23
- /package/dist/{components → src/components}/Pera.stories.d.ts +0 -0
- /package/dist/{components → src/components}/base/BaseEmptyButton.stories.d.ts +0 -0
- /package/dist/{components → src/components}/base/StaticSpinner.stories.d.ts +0 -0
- /package/dist/{components → src/components}/input/TripleSelect.stories.d.ts +0 -0
- /package/dist/{components → src/components}/insert/QualityScore.stories.d.ts +0 -0
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
import { Nullable } from "@wikicasa-dev/types";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
id: {
|
|
4
|
-
type: StringConstructor[];
|
|
5
|
-
required: true;
|
|
6
|
-
};
|
|
7
|
-
inputClass: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
default: string;
|
|
10
|
-
};
|
|
11
|
-
inline: {
|
|
12
|
-
type: BooleanConstructor;
|
|
13
|
-
default: boolean;
|
|
14
|
-
};
|
|
15
|
-
label: {
|
|
16
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
17
|
-
required: false;
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
|
-
labelClass: {
|
|
21
|
-
type: StringConstructor;
|
|
22
|
-
required: false;
|
|
23
|
-
default: string;
|
|
24
|
-
};
|
|
25
|
-
isValid: {
|
|
26
|
-
type: () => Nullable<boolean>;
|
|
27
|
-
default: null;
|
|
28
|
-
};
|
|
29
|
-
modelValue: {
|
|
30
|
-
type: BooleanConstructor;
|
|
31
|
-
default: boolean;
|
|
32
|
-
};
|
|
33
|
-
containerId: {
|
|
34
|
-
type: StringConstructor;
|
|
35
|
-
required: false;
|
|
36
|
-
default: string;
|
|
37
|
-
};
|
|
38
|
-
handleLabelClick: {
|
|
39
|
-
type: BooleanConstructor;
|
|
40
|
-
default: boolean;
|
|
41
|
-
};
|
|
42
|
-
}, unknown, unknown, {
|
|
43
|
-
checkboxEl(): HTMLInputElement;
|
|
44
|
-
}, {
|
|
45
|
-
handleChange(_: Event): void;
|
|
46
|
-
handleClick(): void;
|
|
47
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:modelValue" | "change")[], "click" | "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
48
|
-
id: {
|
|
49
|
-
type: StringConstructor[];
|
|
50
|
-
required: true;
|
|
51
|
-
};
|
|
52
|
-
inputClass: {
|
|
53
|
-
type: StringConstructor;
|
|
54
|
-
default: string;
|
|
55
|
-
};
|
|
56
|
-
inline: {
|
|
57
|
-
type: BooleanConstructor;
|
|
58
|
-
default: boolean;
|
|
59
|
-
};
|
|
60
|
-
label: {
|
|
61
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
62
|
-
required: false;
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
|
-
labelClass: {
|
|
66
|
-
type: StringConstructor;
|
|
67
|
-
required: false;
|
|
68
|
-
default: string;
|
|
69
|
-
};
|
|
70
|
-
isValid: {
|
|
71
|
-
type: () => Nullable<boolean>;
|
|
72
|
-
default: null;
|
|
73
|
-
};
|
|
74
|
-
modelValue: {
|
|
75
|
-
type: BooleanConstructor;
|
|
76
|
-
default: boolean;
|
|
77
|
-
};
|
|
78
|
-
containerId: {
|
|
79
|
-
type: StringConstructor;
|
|
80
|
-
required: false;
|
|
81
|
-
default: string;
|
|
82
|
-
};
|
|
83
|
-
handleLabelClick: {
|
|
84
|
-
type: BooleanConstructor;
|
|
85
|
-
default: boolean;
|
|
86
|
-
};
|
|
87
|
-
}>> & {
|
|
88
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
89
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
90
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
91
|
-
}, {
|
|
92
|
-
isValid: Nullable<boolean>;
|
|
93
|
-
label: string | number;
|
|
94
|
-
modelValue: boolean;
|
|
95
|
-
inputClass: string;
|
|
96
|
-
inline: boolean;
|
|
97
|
-
labelClass: string;
|
|
98
|
-
containerId: string;
|
|
99
|
-
handleLabelClick: boolean;
|
|
100
|
-
}, {}>;
|
|
101
|
-
export default _default;
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { CheckboxButtonType } from "@wikicasa-dev/types";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
checkboxValues: {
|
|
4
|
-
type: () => CheckboxButtonType[];
|
|
5
|
-
};
|
|
6
|
-
valuesObj: {
|
|
7
|
-
type: () => Record<string | number, unknown>;
|
|
8
|
-
};
|
|
9
|
-
formCheckInline: {
|
|
10
|
-
type: BooleanConstructor;
|
|
11
|
-
default: boolean;
|
|
12
|
-
};
|
|
13
|
-
customClass: {
|
|
14
|
-
type: StringConstructor;
|
|
15
|
-
default: string;
|
|
16
|
-
};
|
|
17
|
-
reset: {
|
|
18
|
-
type: BooleanConstructor;
|
|
19
|
-
default: boolean;
|
|
20
|
-
};
|
|
21
|
-
}, unknown, {
|
|
22
|
-
checkedValues: CheckboxButtonType[];
|
|
23
|
-
checkedValuesObj: Record<string | number, unknown>;
|
|
24
|
-
}, {}, {
|
|
25
|
-
isActive(elem: CheckboxButtonType): boolean;
|
|
26
|
-
handleChange(checkboxValue: CheckboxButtonType): void;
|
|
27
|
-
handleCheckboxChange(checkboxValue: CheckboxButtonType): void;
|
|
28
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "resetted")[], "update:modelValue" | "resetted", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
-
checkboxValues: {
|
|
30
|
-
type: () => CheckboxButtonType[];
|
|
31
|
-
};
|
|
32
|
-
valuesObj: {
|
|
33
|
-
type: () => Record<string | number, unknown>;
|
|
34
|
-
};
|
|
35
|
-
formCheckInline: {
|
|
36
|
-
type: BooleanConstructor;
|
|
37
|
-
default: boolean;
|
|
38
|
-
};
|
|
39
|
-
customClass: {
|
|
40
|
-
type: StringConstructor;
|
|
41
|
-
default: string;
|
|
42
|
-
};
|
|
43
|
-
reset: {
|
|
44
|
-
type: BooleanConstructor;
|
|
45
|
-
default: boolean;
|
|
46
|
-
};
|
|
47
|
-
}>> & {
|
|
48
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
49
|
-
onResetted?: ((...args: any[]) => any) | undefined;
|
|
50
|
-
}, {
|
|
51
|
-
reset: boolean;
|
|
52
|
-
customClass: string;
|
|
53
|
-
formCheckInline: boolean;
|
|
54
|
-
}, {}>;
|
|
55
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
-
export default _default;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
thickness: {
|
|
3
|
-
type: NumberConstructor;
|
|
4
|
-
default: number;
|
|
5
|
-
};
|
|
6
|
-
color: {
|
|
7
|
-
type: () => "tw-stroke-black" | "tw-stroke-white";
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
-
thickness: {
|
|
12
|
-
type: NumberConstructor;
|
|
13
|
-
default: number;
|
|
14
|
-
};
|
|
15
|
-
color: {
|
|
16
|
-
type: () => "tw-stroke-black" | "tw-stroke-white";
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
}>>, {
|
|
20
|
-
color: "tw-stroke-black" | "tw-stroke-white";
|
|
21
|
-
thickness: number;
|
|
22
|
-
}, {}>;
|
|
23
|
-
export default _default;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|