plugin-ui-for-kzt 0.0.11 → 0.0.13
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/BaseBreadCrumbs/BaseBreadCrumbs.vue.d.ts +16 -0
- package/dist/components/BaseButton/BaseButton.vue.d.ts +86 -0
- package/dist/components/BaseCalendar/BaseCalendar.vue.d.ts +40 -0
- package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +77 -0
- package/dist/components/BaseDropdown/BaseDropdown.vue.d.ts +83 -0
- package/dist/components/BaseIcon/BaseIcon.vue.d.ts +16 -0
- package/dist/components/BaseInput/BaseInput.vue.d.ts +108 -0
- package/dist/components/BaseInputCalendar/BaseInputCalendar.vue.d.ts +119 -0
- package/dist/components/BaseInputCurrency/BaseInputCurrency.vue.d.ts +103 -0
- package/dist/components/BaseInputEmail/BaseInputEmail.vue.d.ts +105 -0
- package/dist/components/BaseInputPhone/BaseInputPhone.vue.d.ts +103 -0
- package/dist/components/BaseLoader/BaseLoader.vue.d.ts +4 -0
- package/dist/components/BaseOpenedListItem/BaseOpenedListItem.vue.d.ts +66 -0
- package/dist/components/BaseRadio/BaseRadio.vue.d.ts +77 -0
- package/dist/components/BaseSegmentedButtons/BaseSegmentedButtons.vue.d.ts +87 -0
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +122 -0
- package/dist/components/BaseSiteInput/BaseSiteInput.vue.d.ts +53 -0
- package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +98 -0
- package/dist/components/BaseToggle/BaseToggle.vue.d.ts +75 -0
- package/dist/components/BaseTooltip/BaseTooltip.vue.d.ts +41 -0
- package/dist/components/DataTable/DataTable.vue.d.ts +12 -0
- package/dist/components/Modal/Modal.vue.d.ts +16 -0
- package/dist/components/Spinner/Spinner.vue.d.ts +20 -0
- package/dist/{src/components → components}/Toaster/Toaster.vue.d.ts +5 -42
- package/dist/components/Tooltip/Tooltip.vue.d.ts +28 -0
- package/dist/index.js +2 -58230
- package/dist/index.js.LICENSE.txt +1 -0
- package/package.json +2 -2
- package/src/components/BaseCalendar/BaseCalendar.vue +12 -11
- package/src/components/BaseInputPhone/BaseInputPhone.vue +6 -1
- package/src/components/BaseSelect/BaseSelect.vue +275 -265
- package/src/components/Modal/Modal.vue +12 -11
- package/src/types/input.d.ts +2 -2
- package/dist/example/App.vue.d.ts +0 -46
- package/dist/example/main.d.ts +0 -1
- package/dist/index.js.map +0 -1
- package/dist/src/components/BaseBreadCrumbs/BaseBreadCrumbs.vue.d.ts +0 -34
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +0 -189
- package/dist/src/components/BaseCalendar/BaseCalendar.vue.d.ts +0 -176
- package/dist/src/components/BaseCheckbox/BaseCheckbox.vue.d.ts +0 -174
- package/dist/src/components/BaseDropdown/BaseDropdown.vue.d.ts +0 -151
- package/dist/src/components/BaseIcon/BaseIcon.vue.d.ts +0 -29
- package/dist/src/components/BaseInputCalendar/BaseInputCalendar.vue.d.ts +0 -202
- package/dist/src/components/BaseInputEmail/BaseInputEmail.vue.d.ts +0 -176
- package/dist/src/components/BaseInputPhone/BaseInputPhone.vue.d.ts +0 -251
- package/dist/src/components/BaseLoader/BaseLoader.vue.d.ts +0 -4
- package/dist/src/components/BaseOpenedListItem/BaseOpenedListItem.vue.d.ts +0 -148
- package/dist/src/components/BaseRadio/BaseRadio.vue.d.ts +0 -173
- package/dist/src/components/BaseSegmentedButtons/BaseSegmentedButtons.vue.d.ts +0 -142
- package/dist/src/components/BaseSelect/BaseSelect.vue.d.ts +0 -265
- package/dist/src/components/BaseSiteInput/BaseSiteInput.vue.d.ts +0 -119
- package/dist/src/components/BaseTextarea/BaseTextarea.vue.d.ts +0 -195
- package/dist/src/components/BaseToggle/BaseToggle.vue.d.ts +0 -166
- package/dist/src/components/BaseTooltip/BaseTooltip.vue.d.ts +0 -76
- package/dist/src/components/DataTable/DataTable.vue.d.ts +0 -42
- package/dist/src/components/Modal/Modal.vue.d.ts +0 -36
- package/dist/src/components/Spinner/Spinner.vue.d.ts +0 -46
- package/dist/src/components/Tooltip/Tooltip.vue.d.ts +0 -43
- /package/dist/{src/components → components}/Toaster/timer.d.ts +0 -0
- /package/dist/{src/composables → composables}/kit/color.d.ts +0 -0
- /package/dist/{src/composables → composables}/kit/interactive.d.ts +0 -0
- /package/dist/{src/composables → composables}/kit/size.d.ts +0 -0
- /package/dist/{src/composables → composables}/kit/state.d.ts +0 -0
- /package/dist/{src/composables → composables}/kit/style.d.ts +0 -0
- /package/dist/{src/composables → composables}/kit/utils.d.ts +0 -0
- /package/dist/{src/icons → icons}/index.d.ts +0 -0
- /package/dist/{src/index.d.ts → index.d.ts} +0 -0
- /package/dist/{src/plugins → plugins}/modalPlugin.d.ts +0 -0
- /package/dist/{src/plugins → plugins}/toasterPlugin.d.ts +0 -0
- /package/dist/{src/store → store}/modal.d.ts +0 -0
- /package/dist/{src/types → types}/index.d.ts +0 -0
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
[getTypeModal.nameClass]: getTypeModal.nameClass.length,
|
|
8
8
|
}"
|
|
9
9
|
>
|
|
10
|
-
{{getTypeModal.nameClass}}
|
|
11
10
|
<div class="modal-container-header-title">
|
|
12
11
|
<component :is="getTypeModal.img"/>
|
|
13
12
|
<div>{{ options.title }}</div>
|
|
@@ -65,16 +64,18 @@ const getTypeModal = computed<{ img: any; nameClass: string }>(() => {
|
|
|
65
64
|
|
|
66
65
|
<style lang="scss" scoped>
|
|
67
66
|
.modal {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
67
|
+
:deep(.modal) {
|
|
68
|
+
position: fixed;
|
|
69
|
+
top: 0;
|
|
70
|
+
left: 0;
|
|
71
|
+
width: 100%;
|
|
72
|
+
height: 100%;
|
|
73
|
+
display: flex;
|
|
74
|
+
justify-content: center;
|
|
75
|
+
align-items: center;
|
|
76
|
+
background: rgba(0, 0, 0, 0.2);
|
|
77
|
+
z-index: 9999;
|
|
78
|
+
}
|
|
78
79
|
|
|
79
80
|
&-button-close {
|
|
80
81
|
width: 12px;
|
package/src/types/input.d.ts
CHANGED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
checkboxModel: import("vue").Ref<boolean, boolean>;
|
|
3
|
-
radioModel: import("vue").Ref<boolean, boolean>;
|
|
4
|
-
textAreaModel: import("vue").Ref<string, string>;
|
|
5
|
-
toggleModel: import("vue").Ref<boolean, boolean>;
|
|
6
|
-
inputModel: import("vue").Ref<string, string>;
|
|
7
|
-
emailModel: import("vue").Ref<string, string>;
|
|
8
|
-
selectedOption: import("vue").Ref<string, string>;
|
|
9
|
-
siteModel: import("vue").Ref<string, string>;
|
|
10
|
-
phoneModel: import("vue").Ref<string, string>;
|
|
11
|
-
currencyModel: import("vue").Ref<string, string>;
|
|
12
|
-
selectedOptionButton: import("vue").Ref<string, string>;
|
|
13
|
-
tooltipOptions: import("vue").Ref<{
|
|
14
|
-
title: string;
|
|
15
|
-
content: string;
|
|
16
|
-
position: string;
|
|
17
|
-
trigger: string;
|
|
18
|
-
theme: string;
|
|
19
|
-
}, {
|
|
20
|
-
title: string;
|
|
21
|
-
content: string;
|
|
22
|
-
position: string;
|
|
23
|
-
trigger: string;
|
|
24
|
-
theme: string;
|
|
25
|
-
} | {
|
|
26
|
-
title: string;
|
|
27
|
-
content: string;
|
|
28
|
-
position: string;
|
|
29
|
-
trigger: string;
|
|
30
|
-
theme: string;
|
|
31
|
-
}>;
|
|
32
|
-
itemsDropdown: import("vue").Ref<{
|
|
33
|
-
name: string;
|
|
34
|
-
text: string;
|
|
35
|
-
}[], {
|
|
36
|
-
name: string;
|
|
37
|
-
text: string;
|
|
38
|
-
}[] | {
|
|
39
|
-
name: string;
|
|
40
|
-
text: string;
|
|
41
|
-
}[]>;
|
|
42
|
-
calendarModel: import("vue").Ref<string, string>;
|
|
43
|
-
dropdownModel: import("vue").Ref<boolean, boolean>;
|
|
44
|
-
contentTooltip: import("vue").Ref<string, string>;
|
|
45
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
46
|
-
export default _default;
|
package/dist/example/main.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|