@factoringplus/pl-components-pack-v3 1.10.11 → 1.10.12-pre-01-refactor
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/{crypto-pro-actual-cades-plugin-fff3b673.js → crypto-pro-actual-cades-plugin-39d4088e.js} +1 -1
- package/dist/{crypto-pro-actual-cades-plugin-98082cab.cjs → crypto-pro-actual-cades-plugin-92e46d97.cjs} +1 -1
- package/dist/entry-68a9c923.cjs +115 -0
- package/dist/{entry-b80b42f0.js → entry-6f158286.js} +12814 -12949
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +1 -1
- package/dist/src/components/basic/pl-button/components/PlButtonSpinner.vue.d.ts +3 -7
- package/dist/src/components/basic/pl-button/index.d.ts +6 -18
- package/dist/src/components/basic/pl-button/pl-button.vue.d.ts +2 -2
- package/dist/src/components/basic/pl-button/types/index.d.ts +4 -1
- package/dist/src/components/basic/pl-button-dropdown/index.d.ts +31 -38
- package/dist/src/components/basic/pl-button-dropdown/pl-button-dropdown.vue.d.ts +115 -54
- package/dist/src/components/basic/pl-dialog/index.d.ts +411 -5
- package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +162 -92
- package/dist/src/components/basic/pl-dialog/types/index.d.ts +23 -0
- package/dist/src/components/basic/pl-link/index.d.ts +126 -4
- package/dist/src/components/basic/pl-link/pl-link.vue.d.ts +6 -8
- package/dist/src/components/basic/pl-link/types/index.d.ts +7 -0
- package/dist/src/components/basic/pl-scrollbar/index.d.ts +275 -4
- package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +15 -19
- package/dist/src/components/basic/pl-scrollbar/types/index.d.ts +12 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/pl-skeleton-button.vue.d.ts +4 -7
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/pl-skeleton-control.vue.d.ts +4 -8
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-icon/index.d.ts +11 -3
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-icon/pl-skeleton-icon.vue.d.ts +5 -8
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/pl-skeleton-input.vue.d.ts +4 -6
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tabs/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tabs/pl-skeleton-tabs.vue.d.ts +4 -5
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/pl-skeleton-tags-chips.vue.d.ts +4 -7
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/pl-skeleton-text.vue.d.ts +4 -6
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/pl-skeleton-text-cell.vue.d.ts +2 -5
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-upload/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-upload/pl-skeleton-upload.vue.d.ts +4 -5
- package/dist/src/components/basic/pl-skeleton/index.d.ts +47 -4
- package/dist/src/components/basic/pl-skeleton/pl-skeleton.vue.d.ts +4 -8
- package/dist/src/components/basic/pl-skeleton/types/index.d.ts +43 -0
- package/dist/src/components/basic/pl-tooltip-plus/index.d.ts +166 -5
- package/dist/src/components/basic/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +8 -12
- package/dist/src/components/basic/pl-tooltip-plus/types/index.d.ts +9 -0
- package/dist/src/components/data/pl-banner/index.d.ts +37 -37
- package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +3 -3
- package/dist/src/components/data/pl-card/index.d.ts +46 -4
- package/dist/src/components/data/pl-card/pl-card.vue.d.ts +13 -0
- package/dist/src/components/data/pl-card/types/index.d.ts +8 -0
- package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +1 -1
- package/dist/src/components/data/pl-multitab/index.d.ts +40 -4
- package/dist/src/components/data/pl-multitab/pl-multitab.vue.d.ts +29 -35
- package/dist/src/components/data/pl-multitab/types/index.d.ts +0 -1
- package/dist/src/components/data/pl-onboarding/index.d.ts +172 -4
- package/dist/src/components/data/pl-onboarding/pl-onboarding.vue.d.ts +63 -60
- package/dist/src/components/data/pl-onboarding/types/index.d.ts +12 -0
- package/dist/src/components/data/pl-progress/index.d.ts +8 -0
- package/dist/src/components/data/pl-progress/pl-progress.vue.d.ts +4 -9
- package/dist/src/components/data/pl-progress/types/index.d.ts +7 -0
- package/dist/src/components/data/pl-sign-error/index.d.ts +3 -0
- package/dist/src/components/data/pl-sign-error/pl-sign-error.vue.d.ts +4 -10
- package/dist/src/components/data/pl-sign-error/types/index.d.ts +5 -0
- package/dist/src/components/data/pl-signing/index.d.ts +19 -38
- package/dist/src/components/data/pl-signing/pl-signing.vue.d.ts +52 -57
- package/dist/src/components/data/pl-signing/types/index.d.ts +7 -0
- package/dist/src/components/data/pl-snackbar/index.d.ts +8 -1
- package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +5 -5
- package/dist/src/components/data/pl-snackbar/{types.d.ts → types/index.d.ts} +3 -2
- package/dist/src/components/data/pl-stepper/index.d.ts +67 -4
- package/dist/src/components/data/pl-stepper/pl-stepper.vue.d.ts +30 -51
- package/dist/src/components/data/pl-stepper/types/index.d.ts +10 -0
- package/dist/src/components/data/pl-table-plus/components/Pagination/PlPagination.vue.d.ts +15 -6
- package/dist/src/components/data/pl-table-plus/components/Pagination/index.d.ts +15 -6
- package/dist/src/components/data/pl-table-plus/components/row-mask.vue.d.ts +5 -5
- package/dist/src/components/data/pl-table-plus/index.d.ts +523 -4
- package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +41 -41
- package/dist/src/components/data/pl-table-plus/types/index.d.ts +27 -0
- package/dist/src/components/data/pl-tabs/components/pl-tab-counter.vue.d.ts +25 -11
- package/dist/src/components/data/pl-tabs/components/pl-tab.vue.d.ts +3 -3
- package/dist/src/components/data/pl-tabs/index.d.ts +49 -4
- package/dist/src/components/data/pl-tabs/pl-tabs.vue.d.ts +38 -40
- package/dist/src/components/data/pl-tabs/types/index.d.ts +6 -0
- package/dist/src/components/data/pl-tags-chips/index.d.ts +65 -57
- package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +11 -25
- package/dist/src/components/data/pl-tags-chips/types/index.d.ts +17 -0
- package/dist/src/components/data/pl-text-cell/index.d.ts +40 -17
- package/dist/src/components/data/pl-text-cell/pl-text-cell.vue.d.ts +18 -10
- package/dist/src/components/data/pl-text-cell/types/index.d.ts +9 -0
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-dialog/pl-dialog.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-select/pl-select.vue.d.ts +5 -5
- package/dist/src/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-table/pl-table.vue.d.ts +3 -3
- package/dist/src/components/deprecated/pl-tooltip/pl-tooltip.vue.d.ts +3 -3
- package/dist/src/components/deprecated/pl-upload/pl-upload.vue.d.ts +4 -4
- package/dist/src/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +4 -4
- package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +5 -5
- package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +98 -54
- package/dist/src/components/form/pl-autocomplete/index.d.ts +461 -4
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +190 -80
- package/dist/src/components/form/pl-autocomplete/types/index.d.ts +0 -2
- package/dist/src/components/form/pl-checkbox-plus/index.d.ts +142 -4
- package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +21 -30
- package/dist/src/components/form/pl-checkbox-plus/types/index.d.ts +7 -0
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +2 -8
- package/dist/src/components/form/pl-date-picker-plus/common/types/index.d.ts +2 -8
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +27 -27
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +36 -36
- package/dist/src/components/form/pl-form/index.d.ts +96 -4
- package/dist/src/components/form/pl-form/pl-form.vue.d.ts +24 -35
- package/dist/src/components/form/pl-form/types/index.d.ts +9 -0
- package/dist/src/components/form/pl-input-plus/components/pl-currency.vue.d.ts +104 -44
- package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +134 -65
- package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +80 -43
- package/dist/src/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +40 -38
- package/dist/src/components/form/pl-input-plus/index.d.ts +266 -284
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +291 -115
- package/dist/src/components/form/pl-input-plus/types/index.d.ts +1 -1
- package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +78 -59
- package/dist/src/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +95 -44
- package/dist/src/components/form/pl-multi-select/index.d.ts +341 -4
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +138 -68
- package/dist/src/components/form/pl-multi-select/types/index.d.ts +0 -1
- package/dist/src/components/form/pl-radio/index.d.ts +10 -16
- package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +4 -6
- package/dist/src/components/form/pl-radio/types/index.d.ts +0 -4
- package/dist/src/components/form/pl-select-plus/components/pl-account.vue.d.ts +30 -42
- package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +77 -59
- package/dist/src/components/form/pl-select-plus/components/pl-select-dropdown.vue.d.ts +3 -5
- package/dist/src/components/form/pl-select-plus/index.d.ts +348 -6
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +143 -65
- package/dist/src/components/form/pl-select-plus/types/index.d.ts +0 -1
- package/dist/src/components/form/pl-switch/index.d.ts +44 -4
- package/dist/src/components/form/pl-switch/pl-switch.vue.d.ts +10 -19
- package/dist/src/components/form/pl-switch/types/index.d.ts +5 -0
- package/dist/src/components/form/pl-upload-plus/index.d.ts +709 -4
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +163 -91
- package/dist/src/components/form/pl-upload-plus/types/index.d.ts +20 -0
- package/dist/src/components/shared/pl-dropdown/index.d.ts +122 -0
- package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +43 -37
- package/dist/src/components/shared/pl-dropdown/types/index.d.ts +7 -0
- package/dist/src/components/shared/pl-label/index.d.ts +90 -0
- package/dist/src/components/shared/pl-label/pl-label.vue.d.ts +28 -27
- package/dist/src/components/shared/pl-label/types/index.d.ts +5 -0
- package/dist/src/components/shared/pl-mark-text/index.d.ts +17 -9
- package/dist/src/components/shared/pl-mark-text/pl-mark-text.vue.d.ts +9 -9
- package/dist/src/components/shared/pl-mark-text/types/index.d.ts +3 -0
- package/dist/src/components/shared/pl-option/index.d.ts +128 -4
- package/dist/src/components/shared/pl-option/pl-option.vue.d.ts +50 -109
- package/dist/src/components/shared/pl-option/types/index.d.ts +17 -0
- package/dist/src/components/shared/pl-status-icon/index.d.ts +12 -12
- package/dist/src/components/shared/pl-status-icon/pl-status-icon.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-tab-pane/index.d.ts +145 -4
- package/dist/src/components/shared/pl-tab-pane/pl-tab-pane.vue.d.ts +1 -1
- package/dist/src/services/pl-navigation/components/Header.vue.d.ts +7 -7
- package/dist/src/services/pl-navigation/components/NavButton/NavButton.vue.d.ts +33 -38
- package/dist/src/services/pl-navigation/components/NavButton/index.d.ts +17 -31
- package/dist/src/services/pl-navigation/components/SidebarItem/SidebarItem.vue.d.ts +5 -5
- package/dist/src/services/pl-navigation/components/SidebarItem/index.d.ts +2 -2
- package/dist/src/services/pl-navigation/index.d.ts +18 -18
- package/dist/src/services/pl-navigation/pl-navigation.vue.d.ts +6 -6
- package/dist/src/services/pl-navigation/{types.d.ts → types/index.d.ts} +1 -1
- package/dist/src/services/pl-navigation-plus/components/HeaderPlus.vue.d.ts +5 -5
- package/dist/src/services/pl-navigation-plus/components/NavButtonPlus/NavButtonPlus.vue.d.ts +33 -38
- package/dist/src/services/pl-navigation-plus/components/NavButtonPlus/index.d.ts +17 -31
- package/dist/src/services/pl-navigation-plus/components/SidebarItem/SidebarItemPlus.vue.d.ts +5 -5
- package/dist/src/services/pl-navigation-plus/components/SidebarItem/index.d.ts +2 -2
- package/dist/src/services/pl-navigation-plus/index.d.ts +12 -12
- package/dist/src/services/pl-navigation-plus/pl-navigation-plus.vue.d.ts +4 -4
- package/dist/src/services/pl-navigation-plus/{types.d.ts → types/index.d.ts} +1 -1
- package/dist/src/utils/types.d.ts +1 -0
- package/dist/style.css +1 -1
- package/package.json +6 -5
- package/dist/entry-8adeee28.cjs +0 -115
- /package/dist/src/components/shared/pl-text/{types.d.ts → types/index.d.ts} +0 -0
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { ISkeletonInputProps } from '../../types';
|
|
2
|
+
|
|
1
3
|
export declare const PlSkeletonInput: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
2
4
|
type: {
|
|
3
5
|
type: import('vue').PropType<"input" | "text-area">;
|
|
@@ -21,3 +23,9 @@ export declare const PlSkeletonInput: import('../../../../../install-function').
|
|
|
21
23
|
width: string;
|
|
22
24
|
}, {}>>;
|
|
23
25
|
export default PlSkeletonInput;
|
|
26
|
+
export type { ISkeletonInputProps };
|
|
27
|
+
declare module 'vue' {
|
|
28
|
+
interface GlobalComponents {
|
|
29
|
+
PlSkeletonInput: import('vue').DefineComponent<ISkeletonInputProps>;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
5
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
|
1
|
+
import { ISkeletonInputProps } from '../../types';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISkeletonInputProps>, {
|
|
6
4
|
width: string;
|
|
7
5
|
type: string;
|
|
8
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<
|
|
6
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISkeletonInputProps>, {
|
|
9
7
|
width: string;
|
|
10
8
|
type: string;
|
|
11
9
|
}>>>, {
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { ISkeletonTabsProps } from '../../types';
|
|
2
|
+
|
|
1
3
|
export declare const PlSkeletonTabs: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
2
4
|
width: {
|
|
3
5
|
type: import('vue').PropType<string>;
|
|
@@ -12,3 +14,9 @@ export declare const PlSkeletonTabs: import('../../../../../install-function').S
|
|
|
12
14
|
width: string;
|
|
13
15
|
}, {}>>;
|
|
14
16
|
export default PlSkeletonTabs;
|
|
17
|
+
export type { ISkeletonTabsProps };
|
|
18
|
+
declare module 'vue' {
|
|
19
|
+
interface GlobalComponents {
|
|
20
|
+
PlSkeletonTabs: import('vue').DefineComponent<ISkeletonTabsProps>;
|
|
21
|
+
}
|
|
22
|
+
}
|
package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tabs/pl-skeleton-tabs.vue.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
|
1
|
+
import { ISkeletonTabsProps } from '../../types';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISkeletonTabsProps>, {
|
|
5
4
|
width: string;
|
|
6
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<
|
|
5
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISkeletonTabsProps>, {
|
|
7
6
|
width: string;
|
|
8
7
|
}>>>, {
|
|
9
8
|
width: string;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { ISkeletonTagsChipsProps } from '../../types';
|
|
2
|
+
|
|
1
3
|
export declare const PlSkeletonTagsChips: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
2
4
|
size: {
|
|
3
5
|
type: import('vue').PropType<"small" | "large">;
|
|
@@ -30,3 +32,9 @@ export declare const PlSkeletonTagsChips: import('../../../../../install-functio
|
|
|
30
32
|
width: string;
|
|
31
33
|
}, {}>>;
|
|
32
34
|
export default PlSkeletonTagsChips;
|
|
35
|
+
export type { ISkeletonTagsChipsProps };
|
|
36
|
+
declare module 'vue' {
|
|
37
|
+
interface GlobalComponents {
|
|
38
|
+
PlSkeletonTagsChips: import('vue').DefineComponent<ISkeletonTagsChipsProps>;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
size?: 'large' | 'small';
|
|
5
|
-
}
|
|
6
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
|
1
|
+
import { ISkeletonTagsChipsProps } from '../../types';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISkeletonTagsChipsProps>, {
|
|
7
4
|
width: string;
|
|
8
5
|
type: string;
|
|
9
6
|
size: string;
|
|
10
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<
|
|
7
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISkeletonTagsChipsProps>, {
|
|
11
8
|
width: string;
|
|
12
9
|
type: string;
|
|
13
10
|
size: string;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { ISkeletonTextProps } from '../../types';
|
|
2
|
+
|
|
1
3
|
export declare const PlSkeletonText: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
2
4
|
type: {
|
|
3
5
|
type: import('vue').PropType<"H1" | "H2" | "H3" | "H4" | "Title1" | "Title2" | "Title3" | "Subtitle1" | "Subtitle2" | "Btn1" | "Btn2" | "Btn3" | "Body1" | "Body2" | "Body3" | "Underline" | "System" | "Cap" | "Tag">;
|
|
@@ -21,3 +23,9 @@ export declare const PlSkeletonText: import('../../../../../install-function').S
|
|
|
21
23
|
width: string;
|
|
22
24
|
}, {}>>;
|
|
23
25
|
export default PlSkeletonText;
|
|
26
|
+
export type { ISkeletonTextProps };
|
|
27
|
+
declare module 'vue' {
|
|
28
|
+
interface GlobalComponents {
|
|
29
|
+
PlSkeletonText: import('vue').DefineComponent<ISkeletonTextProps>;
|
|
30
|
+
}
|
|
31
|
+
}
|
package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/pl-skeleton-text.vue.d.ts
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
5
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
|
1
|
+
import { ISkeletonTextProps } from '../../types';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISkeletonTextProps>, {
|
|
6
4
|
width: string;
|
|
7
5
|
type: string;
|
|
8
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<
|
|
6
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISkeletonTextProps>, {
|
|
9
7
|
width: string;
|
|
10
8
|
type: string;
|
|
11
9
|
}>>>, {
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { IPlTextProps } from '../../types';
|
|
2
|
+
|
|
1
3
|
export declare const PlSkeletonTextCell: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
2
4
|
type: {
|
|
3
5
|
type: import('vue').PropType<"content+description" | "label+content" | "subtitle+description">;
|
|
@@ -30,3 +32,9 @@ export declare const PlSkeletonTextCell: import('../../../../../install-function
|
|
|
30
32
|
direction: "vertical" | "horizontal";
|
|
31
33
|
}, {}>>;
|
|
32
34
|
export default PlSkeletonTextCell;
|
|
35
|
+
export type { IPlTextProps };
|
|
36
|
+
declare module 'vue' {
|
|
37
|
+
interface GlobalComponents {
|
|
38
|
+
PlSkeletonTextCell: import('vue').DefineComponent<IPlTextProps>;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
direction?: 'vertical' | 'horizontal';
|
|
4
|
-
type?: 'content+description' | 'label+content' | 'subtitle+description';
|
|
5
|
-
}
|
|
1
|
+
import { IPlTextProps } from '../../types';
|
|
2
|
+
|
|
6
3
|
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlTextProps>, {
|
|
7
4
|
width: string;
|
|
8
5
|
direction: string;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { ISkeletonUploadProps } from '../../types';
|
|
2
|
+
|
|
1
3
|
export declare const PlSkeletonUpload: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
2
4
|
width: {
|
|
3
5
|
type: import('vue').PropType<string>;
|
|
@@ -12,3 +14,9 @@ export declare const PlSkeletonUpload: import('../../../../../install-function')
|
|
|
12
14
|
width: string;
|
|
13
15
|
}, {}>>;
|
|
14
16
|
export default PlSkeletonUpload;
|
|
17
|
+
export type { ISkeletonUploadProps };
|
|
18
|
+
declare module 'vue' {
|
|
19
|
+
interface GlobalComponents {
|
|
20
|
+
PlSkeletonUpload: import('vue').DefineComponent<ISkeletonUploadProps>;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
|
1
|
+
import { ISkeletonUploadProps } from '../../types';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISkeletonUploadProps>, {
|
|
5
4
|
width: string;
|
|
6
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<
|
|
5
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISkeletonUploadProps>, {
|
|
7
6
|
width: string;
|
|
8
7
|
}>>>, {
|
|
9
8
|
width: string;
|
|
@@ -1,6 +1,49 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ISkeletonProps } from './types';
|
|
2
2
|
|
|
3
|
-
declare const PlSkeleton: {
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
export declare const PlSkeleton: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
4
|
+
width: {
|
|
5
|
+
type: import('vue').PropType<string>;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
height: {
|
|
9
|
+
type: import('vue').PropType<string>;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
variant: {
|
|
13
|
+
type: import('vue').PropType<string>;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
borderRadius: {
|
|
17
|
+
type: import('vue').PropType<string>;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
21
|
+
width: {
|
|
22
|
+
type: import('vue').PropType<string>;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
height: {
|
|
26
|
+
type: import('vue').PropType<string>;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
variant: {
|
|
30
|
+
type: import('vue').PropType<string>;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
borderRadius: {
|
|
34
|
+
type: import('vue').PropType<string>;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
}>>, {
|
|
38
|
+
width: string;
|
|
39
|
+
height: string;
|
|
40
|
+
variant: string;
|
|
41
|
+
borderRadius: string;
|
|
42
|
+
}, {}>>;
|
|
6
43
|
export default PlSkeleton;
|
|
44
|
+
export type { ISkeletonProps };
|
|
45
|
+
declare module 'vue' {
|
|
46
|
+
interface GlobalComponents {
|
|
47
|
+
PlSkeleton: import('vue').DefineComponent<ISkeletonProps>;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
variant?: string;
|
|
5
|
-
borderRadius?: string;
|
|
6
|
-
}
|
|
7
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
|
1
|
+
import { ISkeletonProps } from './types';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISkeletonProps>, {
|
|
8
4
|
width: string;
|
|
9
5
|
height: string;
|
|
10
6
|
borderRadius: string;
|
|
11
7
|
variant: string;
|
|
12
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<
|
|
8
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISkeletonProps>, {
|
|
13
9
|
width: string;
|
|
14
10
|
height: string;
|
|
15
11
|
borderRadius: string;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export declare interface ISkeletonButtonProps {
|
|
2
|
+
width?: string;
|
|
3
|
+
type?: 'primary' | 'empty' | 'link';
|
|
4
|
+
size?: 'large' | 'medium' | 'small';
|
|
5
|
+
}
|
|
6
|
+
export declare interface ISkeletonControlProps {
|
|
7
|
+
width: string;
|
|
8
|
+
size: 'small' | 'medium';
|
|
9
|
+
}
|
|
10
|
+
export declare type SkeletonSize = 16 | 20 | 24 | 32 | 40 | 56;
|
|
11
|
+
export declare interface ISkeletonIconProps {
|
|
12
|
+
size?: SkeletonSize | string;
|
|
13
|
+
}
|
|
14
|
+
export declare interface ISkeletonInputProps {
|
|
15
|
+
width?: string;
|
|
16
|
+
type?: 'input' | 'text-area';
|
|
17
|
+
}
|
|
18
|
+
export declare interface ISkeletonTabsProps {
|
|
19
|
+
width?: string;
|
|
20
|
+
}
|
|
21
|
+
export declare interface ISkeletonTagsChipsProps {
|
|
22
|
+
width?: string;
|
|
23
|
+
type?: 'tag' | 'chip';
|
|
24
|
+
size?: 'large' | 'small';
|
|
25
|
+
}
|
|
26
|
+
export declare interface ISkeletonTextProps {
|
|
27
|
+
width?: string;
|
|
28
|
+
type?: 'H1' | 'H2' | 'H3' | 'H4' | 'Title1' | 'Title2' | 'Title3' | 'Subtitle1' | 'Subtitle2' | 'Btn1' | 'Btn2' | 'Btn3' | 'Body1' | 'Body2' | 'Body3' | 'Underline' | 'System' | 'Cap' | 'Tag';
|
|
29
|
+
}
|
|
30
|
+
export declare interface IPlTextProps {
|
|
31
|
+
width?: string;
|
|
32
|
+
direction?: 'vertical' | 'horizontal';
|
|
33
|
+
type?: 'content+description' | 'label+content' | 'subtitle+description';
|
|
34
|
+
}
|
|
35
|
+
export declare interface ISkeletonUploadProps {
|
|
36
|
+
width?: string;
|
|
37
|
+
}
|
|
38
|
+
export declare interface ISkeletonProps {
|
|
39
|
+
width?: string;
|
|
40
|
+
height?: string;
|
|
41
|
+
variant?: string;
|
|
42
|
+
borderRadius?: string;
|
|
43
|
+
}
|
|
@@ -1,6 +1,167 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ITooltipPlusProps } from './types';
|
|
2
2
|
|
|
3
|
-
declare const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
export declare const PlTooltipPlus: import('../../../install-function').SFCInstallWithContext<{
|
|
4
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
5
|
+
disabled: {
|
|
6
|
+
type: import('vue').PropType<boolean>;
|
|
7
|
+
default: boolean;
|
|
8
|
+
};
|
|
9
|
+
width: {
|
|
10
|
+
type: import('vue').PropType<string>;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
placement: {
|
|
14
|
+
type: import('vue').PropType<"left" | "right" | "top-right" | "top" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top">;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
delay: {
|
|
18
|
+
type: import('vue').PropType<boolean>;
|
|
19
|
+
default: any;
|
|
20
|
+
};
|
|
21
|
+
truncated: {
|
|
22
|
+
type: import('vue').PropType<boolean>;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
trigger: {
|
|
26
|
+
type: import('vue').PropType<"click" | "hover">;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
customClass: {
|
|
30
|
+
type: import('vue').PropType<string>;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
34
|
+
disabled: {
|
|
35
|
+
type: import('vue').PropType<boolean>;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
width: {
|
|
39
|
+
type: import('vue').PropType<string>;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
placement: {
|
|
43
|
+
type: import('vue').PropType<"left" | "right" | "top-right" | "top" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top">;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
delay: {
|
|
47
|
+
type: import('vue').PropType<boolean>;
|
|
48
|
+
default: any;
|
|
49
|
+
};
|
|
50
|
+
truncated: {
|
|
51
|
+
type: import('vue').PropType<boolean>;
|
|
52
|
+
default: boolean;
|
|
53
|
+
};
|
|
54
|
+
trigger: {
|
|
55
|
+
type: import('vue').PropType<"click" | "hover">;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
customClass: {
|
|
59
|
+
type: import('vue').PropType<string>;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
}>>, {
|
|
63
|
+
disabled: boolean;
|
|
64
|
+
width: string;
|
|
65
|
+
placement: "left" | "right" | "top-right" | "top" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top";
|
|
66
|
+
delay: boolean;
|
|
67
|
+
truncated: boolean;
|
|
68
|
+
trigger: "click" | "hover";
|
|
69
|
+
customClass: string;
|
|
70
|
+
}, true, {}, {}, {
|
|
71
|
+
P: {};
|
|
72
|
+
B: {};
|
|
73
|
+
D: {};
|
|
74
|
+
C: {};
|
|
75
|
+
M: {};
|
|
76
|
+
Defaults: {};
|
|
77
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
78
|
+
disabled: {
|
|
79
|
+
type: import('vue').PropType<boolean>;
|
|
80
|
+
default: boolean;
|
|
81
|
+
};
|
|
82
|
+
width: {
|
|
83
|
+
type: import('vue').PropType<string>;
|
|
84
|
+
default: string;
|
|
85
|
+
};
|
|
86
|
+
placement: {
|
|
87
|
+
type: import('vue').PropType<"left" | "right" | "top-right" | "top" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top">;
|
|
88
|
+
default: string;
|
|
89
|
+
};
|
|
90
|
+
delay: {
|
|
91
|
+
type: import('vue').PropType<boolean>;
|
|
92
|
+
default: any;
|
|
93
|
+
};
|
|
94
|
+
truncated: {
|
|
95
|
+
type: import('vue').PropType<boolean>;
|
|
96
|
+
default: boolean;
|
|
97
|
+
};
|
|
98
|
+
trigger: {
|
|
99
|
+
type: import('vue').PropType<"click" | "hover">;
|
|
100
|
+
default: string;
|
|
101
|
+
};
|
|
102
|
+
customClass: {
|
|
103
|
+
type: import('vue').PropType<string>;
|
|
104
|
+
default: string;
|
|
105
|
+
};
|
|
106
|
+
}>>, {}, {}, {}, {}, {
|
|
107
|
+
disabled: boolean;
|
|
108
|
+
width: string;
|
|
109
|
+
placement: "left" | "right" | "top-right" | "top" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top";
|
|
110
|
+
delay: boolean;
|
|
111
|
+
truncated: boolean;
|
|
112
|
+
trigger: "click" | "hover";
|
|
113
|
+
customClass: string;
|
|
114
|
+
}>;
|
|
115
|
+
__isFragment?: never;
|
|
116
|
+
__isTeleport?: never;
|
|
117
|
+
__isSuspense?: never;
|
|
118
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
119
|
+
disabled: {
|
|
120
|
+
type: import('vue').PropType<boolean>;
|
|
121
|
+
default: boolean;
|
|
122
|
+
};
|
|
123
|
+
width: {
|
|
124
|
+
type: import('vue').PropType<string>;
|
|
125
|
+
default: string;
|
|
126
|
+
};
|
|
127
|
+
placement: {
|
|
128
|
+
type: import('vue').PropType<"left" | "right" | "top-right" | "top" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top">;
|
|
129
|
+
default: string;
|
|
130
|
+
};
|
|
131
|
+
delay: {
|
|
132
|
+
type: import('vue').PropType<boolean>;
|
|
133
|
+
default: any;
|
|
134
|
+
};
|
|
135
|
+
truncated: {
|
|
136
|
+
type: import('vue').PropType<boolean>;
|
|
137
|
+
default: boolean;
|
|
138
|
+
};
|
|
139
|
+
trigger: {
|
|
140
|
+
type: import('vue').PropType<"click" | "hover">;
|
|
141
|
+
default: string;
|
|
142
|
+
};
|
|
143
|
+
customClass: {
|
|
144
|
+
type: import('vue').PropType<string>;
|
|
145
|
+
default: string;
|
|
146
|
+
};
|
|
147
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
148
|
+
disabled: boolean;
|
|
149
|
+
width: string;
|
|
150
|
+
placement: "left" | "right" | "top-right" | "top" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top";
|
|
151
|
+
delay: boolean;
|
|
152
|
+
truncated: boolean;
|
|
153
|
+
trigger: "click" | "hover";
|
|
154
|
+
customClass: string;
|
|
155
|
+
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
156
|
+
$slots: {
|
|
157
|
+
default?(_: {}): any;
|
|
158
|
+
"tooltip-text"?(_: {}): any;
|
|
159
|
+
};
|
|
160
|
+
})>;
|
|
161
|
+
export default PlTooltipPlus;
|
|
162
|
+
export type { ITooltipPlusProps };
|
|
163
|
+
declare module 'vue' {
|
|
164
|
+
interface GlobalComponents {
|
|
165
|
+
PlTooltipPlus: import('vue').DefineComponent<ITooltipPlusProps>;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
@@ -1,21 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
delay?: boolean | undefined;
|
|
5
|
-
truncated?: boolean;
|
|
6
|
-
trigger?: 'click' | 'hover';
|
|
7
|
-
disabled?: boolean;
|
|
8
|
-
customClass?: string;
|
|
9
|
-
}
|
|
10
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
|
1
|
+
import { ITooltipPlusProps } from './types';
|
|
2
|
+
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITooltipPlusProps>, {
|
|
11
4
|
placement: string;
|
|
5
|
+
width: string;
|
|
12
6
|
delay: any;
|
|
13
7
|
truncated: boolean;
|
|
14
8
|
trigger: string;
|
|
15
9
|
disabled: boolean;
|
|
16
10
|
customClass: string;
|
|
17
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<
|
|
11
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITooltipPlusProps>, {
|
|
18
12
|
placement: string;
|
|
13
|
+
width: string;
|
|
19
14
|
delay: any;
|
|
20
15
|
truncated: boolean;
|
|
21
16
|
trigger: string;
|
|
@@ -23,7 +18,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
23
18
|
customClass: string;
|
|
24
19
|
}>>>, {
|
|
25
20
|
disabled: boolean;
|
|
26
|
-
|
|
21
|
+
width: string;
|
|
22
|
+
placement: "left" | "right" | "top-right" | "top" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top";
|
|
27
23
|
delay: boolean;
|
|
28
24
|
truncated: boolean;
|
|
29
25
|
trigger: "click" | "hover";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare interface ITooltipPlusProps {
|
|
2
|
+
placement?: 'top-right' | 'top' | 'top-left' | 'right-top' | 'right' | 'right-bottom' | 'bottom-left' | 'bottom' | 'bottom-right' | 'left-bottom' | 'left' | 'left-top';
|
|
3
|
+
width?: string;
|
|
4
|
+
delay?: boolean | undefined;
|
|
5
|
+
truncated?: boolean;
|
|
6
|
+
trigger?: 'click' | 'hover';
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
customClass?: string;
|
|
9
|
+
}
|