@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
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export declare interface ITablePlusProps {
|
|
2
|
+
headers: {
|
|
3
|
+
label: string;
|
|
4
|
+
key: string;
|
|
5
|
+
width?: number;
|
|
6
|
+
minWidth?: number;
|
|
7
|
+
maxWidthContent?: string;
|
|
8
|
+
}[];
|
|
9
|
+
hideHeadersOnMobile?: string[];
|
|
10
|
+
rows: Record<string, string | number>[];
|
|
11
|
+
isLoading?: boolean;
|
|
12
|
+
withHover?: boolean;
|
|
13
|
+
isSelectable?: boolean;
|
|
14
|
+
uniqKey?: string | '';
|
|
15
|
+
defaultWrapperWidth?: number | null;
|
|
16
|
+
pagination?: boolean;
|
|
17
|
+
pageSizeOptions?: Array<number>;
|
|
18
|
+
total?: number;
|
|
19
|
+
bodyHeight?: number | string;
|
|
20
|
+
alignRight?: boolean;
|
|
21
|
+
border?: boolean;
|
|
22
|
+
showPageSize?: boolean;
|
|
23
|
+
virtualSize?: number;
|
|
24
|
+
loadingSize?: number;
|
|
25
|
+
minLoadingRows?: number;
|
|
26
|
+
hideHeaders?: boolean;
|
|
27
|
+
}
|
|
@@ -1,19 +1,33 @@
|
|
|
1
|
-
|
|
2
|
-
active
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
active:
|
|
8
|
-
|
|
9
|
-
default: boolean;
|
|
10
|
-
};
|
|
11
|
-
}>>, {
|
|
1
|
+
interface IProps {
|
|
2
|
+
active?: boolean;
|
|
3
|
+
}
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
|
5
|
+
active: boolean;
|
|
6
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
|
7
|
+
active: boolean;
|
|
8
|
+
}>>>, {
|
|
12
9
|
active: boolean;
|
|
13
10
|
}, {}>, {
|
|
14
11
|
default?(_: {}): any;
|
|
15
12
|
}>;
|
|
16
13
|
export default _default;
|
|
14
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
16
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
17
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
18
|
+
} : {
|
|
19
|
+
type: import('vue').PropType<T[K]>;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
type __VLS_WithDefaults<P, D> = {
|
|
24
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
25
|
+
default: D[K];
|
|
26
|
+
}> : P[K];
|
|
27
|
+
};
|
|
28
|
+
type __VLS_Prettify<T> = {
|
|
29
|
+
[K in keyof T]: T[K];
|
|
30
|
+
} & {};
|
|
17
31
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
32
|
new (): {
|
|
19
33
|
$slots: S;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { TIcon } from '../../../shared/pl-icon/types';
|
|
2
2
|
|
|
3
|
-
interface
|
|
3
|
+
interface ITabProps {
|
|
4
4
|
label?: string;
|
|
5
5
|
active?: boolean;
|
|
6
6
|
disabled?: boolean;
|
|
7
7
|
icon?: TIcon;
|
|
8
8
|
counter?: number;
|
|
9
9
|
}
|
|
10
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<
|
|
10
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITabProps>, {
|
|
11
11
|
label: string;
|
|
12
12
|
active: boolean;
|
|
13
13
|
disabled: boolean;
|
|
14
14
|
icon: string;
|
|
15
15
|
counter: any;
|
|
16
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<
|
|
16
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITabProps>, {
|
|
17
17
|
label: string;
|
|
18
18
|
active: boolean;
|
|
19
19
|
disabled: boolean;
|
|
@@ -1,6 +1,51 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ITabsProps } from './types';
|
|
2
2
|
|
|
3
|
-
declare const PlTabs: {
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
export declare const PlTabs: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
4
|
+
modelValue: import('vue').PropType<any>;
|
|
5
|
+
name: {
|
|
6
|
+
type: import('vue').PropType<string>;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
navClass: {
|
|
10
|
+
type: import('vue').PropType<string>;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
contentClass: {
|
|
14
|
+
type: import('vue').PropType<string>;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
keepAlive: {
|
|
18
|
+
type: import('vue').PropType<boolean>;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
22
|
+
modelValue: import('vue').PropType<any>;
|
|
23
|
+
name: {
|
|
24
|
+
type: import('vue').PropType<string>;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
navClass: {
|
|
28
|
+
type: import('vue').PropType<string>;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
contentClass: {
|
|
32
|
+
type: import('vue').PropType<string>;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
keepAlive: {
|
|
36
|
+
type: import('vue').PropType<boolean>;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
39
|
+
}>>, {
|
|
40
|
+
name: string;
|
|
41
|
+
navClass: string;
|
|
42
|
+
contentClass: string;
|
|
43
|
+
keepAlive: boolean;
|
|
44
|
+
}, {}>>;
|
|
6
45
|
export default PlTabs;
|
|
46
|
+
export type { ITabsProps };
|
|
47
|
+
declare module 'vue' {
|
|
48
|
+
interface GlobalComponents {
|
|
49
|
+
PlTabs: import('vue').DefineComponent<ITabsProps>;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -1,45 +1,43 @@
|
|
|
1
|
-
|
|
2
|
-
modelValue
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
contentClass:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
modelValue: import('vue').PropType<any>;
|
|
3
|
+
name: {
|
|
4
|
+
type: import('vue').PropType<string>;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
navClass: {
|
|
8
|
+
type: import('vue').PropType<string>;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
contentClass: {
|
|
12
|
+
type: import('vue').PropType<string>;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
keepAlive: {
|
|
16
|
+
type: import('vue').PropType<boolean>;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
20
|
+
modelValue: import('vue').PropType<any>;
|
|
21
|
+
name: {
|
|
22
|
+
type: import('vue').PropType<string>;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
navClass: {
|
|
26
|
+
type: import('vue').PropType<string>;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
contentClass: {
|
|
30
|
+
type: import('vue').PropType<string>;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
keepAlive: {
|
|
34
|
+
type: import('vue').PropType<boolean>;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
}>>, {
|
|
38
|
+
name: string;
|
|
24
39
|
navClass: string;
|
|
25
40
|
contentClass: string;
|
|
26
41
|
keepAlive: boolean;
|
|
27
42
|
}, {}>;
|
|
28
43
|
export default _default;
|
|
29
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
30
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
31
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
32
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
33
|
-
} : {
|
|
34
|
-
type: import('vue').PropType<T[K]>;
|
|
35
|
-
required: true;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
type __VLS_WithDefaults<P, D> = {
|
|
39
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
40
|
-
default: D[K];
|
|
41
|
-
}> : P[K];
|
|
42
|
-
};
|
|
43
|
-
type __VLS_Prettify<T> = {
|
|
44
|
-
[K in keyof T]: T[K];
|
|
45
|
-
} & {};
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { ITagsChipsProps } from './types';
|
|
2
|
+
|
|
1
3
|
export declare const PlTagsChips: import('../../../install-function').SFCInstallWithContext<{
|
|
2
4
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
3
5
|
size: {
|
|
@@ -5,7 +7,7 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
|
5
7
|
default: string;
|
|
6
8
|
};
|
|
7
9
|
type: {
|
|
8
|
-
type: import('vue').PropType<"error" | "info" | "
|
|
10
|
+
type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive" | ("primary" | "outline")>;
|
|
9
11
|
default: string;
|
|
10
12
|
};
|
|
11
13
|
disabled: {
|
|
@@ -20,14 +22,6 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
|
20
22
|
type: import('vue').PropType<string>;
|
|
21
23
|
default: string;
|
|
22
24
|
};
|
|
23
|
-
interactive: {
|
|
24
|
-
type: import('vue').PropType<boolean>;
|
|
25
|
-
default: boolean;
|
|
26
|
-
};
|
|
27
|
-
active: {
|
|
28
|
-
type: import('vue').PropType<boolean>;
|
|
29
|
-
default: boolean;
|
|
30
|
-
};
|
|
31
25
|
chip: {
|
|
32
26
|
type: import('vue').PropType<boolean>;
|
|
33
27
|
default: boolean;
|
|
@@ -44,19 +38,27 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
|
44
38
|
type: import('vue').PropType<boolean>;
|
|
45
39
|
default: boolean;
|
|
46
40
|
};
|
|
41
|
+
interactive: {
|
|
42
|
+
type: import('vue').PropType<boolean>;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
active: {
|
|
46
|
+
type: import('vue').PropType<boolean>;
|
|
47
|
+
default: boolean;
|
|
48
|
+
};
|
|
47
49
|
}>> & {
|
|
48
|
-
onTagClicked?: (
|
|
49
|
-
onCrossClicked?: (
|
|
50
|
+
onTagClicked?: () => any;
|
|
51
|
+
onCrossClicked?: () => any;
|
|
50
52
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
51
|
-
tagClicked: (
|
|
52
|
-
crossClicked: (
|
|
53
|
+
tagClicked: () => void;
|
|
54
|
+
crossClicked: () => void;
|
|
53
55
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
54
56
|
size: {
|
|
55
57
|
type: import('vue').PropType<"small" | "large">;
|
|
56
58
|
default: string;
|
|
57
59
|
};
|
|
58
60
|
type: {
|
|
59
|
-
type: import('vue').PropType<"error" | "info" | "
|
|
61
|
+
type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive" | ("primary" | "outline")>;
|
|
60
62
|
default: string;
|
|
61
63
|
};
|
|
62
64
|
disabled: {
|
|
@@ -71,14 +73,6 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
|
71
73
|
type: import('vue').PropType<string>;
|
|
72
74
|
default: string;
|
|
73
75
|
};
|
|
74
|
-
interactive: {
|
|
75
|
-
type: import('vue').PropType<boolean>;
|
|
76
|
-
default: boolean;
|
|
77
|
-
};
|
|
78
|
-
active: {
|
|
79
|
-
type: import('vue').PropType<boolean>;
|
|
80
|
-
default: boolean;
|
|
81
|
-
};
|
|
82
76
|
chip: {
|
|
83
77
|
type: import('vue').PropType<boolean>;
|
|
84
78
|
default: boolean;
|
|
@@ -95,21 +89,29 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
|
95
89
|
type: import('vue').PropType<boolean>;
|
|
96
90
|
default: boolean;
|
|
97
91
|
};
|
|
92
|
+
interactive: {
|
|
93
|
+
type: import('vue').PropType<boolean>;
|
|
94
|
+
default: boolean;
|
|
95
|
+
};
|
|
96
|
+
active: {
|
|
97
|
+
type: import('vue').PropType<boolean>;
|
|
98
|
+
default: boolean;
|
|
99
|
+
};
|
|
98
100
|
}>> & {
|
|
99
|
-
onTagClicked?: (
|
|
100
|
-
onCrossClicked?: (
|
|
101
|
+
onTagClicked?: () => any;
|
|
102
|
+
onCrossClicked?: () => any;
|
|
101
103
|
}, {
|
|
102
104
|
size: "small" | "large";
|
|
103
|
-
type: "error" | "info" | "
|
|
105
|
+
type: "error" | "info" | "success" | "warning" | "interactive" | ("primary" | "outline");
|
|
104
106
|
disabled: boolean;
|
|
105
107
|
icon: import('../../components').TIcon;
|
|
106
108
|
iconColor: string;
|
|
107
|
-
interactive: boolean;
|
|
108
|
-
active: boolean;
|
|
109
109
|
chip: boolean;
|
|
110
110
|
textColor: string;
|
|
111
111
|
backgroundColor: string;
|
|
112
112
|
deleteBtn: boolean;
|
|
113
|
+
interactive: boolean;
|
|
114
|
+
active: boolean;
|
|
113
115
|
}, true, {}, {}, {
|
|
114
116
|
P: {};
|
|
115
117
|
B: {};
|
|
@@ -123,7 +125,7 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
|
123
125
|
default: string;
|
|
124
126
|
};
|
|
125
127
|
type: {
|
|
126
|
-
type: import('vue').PropType<"error" | "info" | "
|
|
128
|
+
type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive" | ("primary" | "outline")>;
|
|
127
129
|
default: string;
|
|
128
130
|
};
|
|
129
131
|
disabled: {
|
|
@@ -138,14 +140,6 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
|
138
140
|
type: import('vue').PropType<string>;
|
|
139
141
|
default: string;
|
|
140
142
|
};
|
|
141
|
-
interactive: {
|
|
142
|
-
type: import('vue').PropType<boolean>;
|
|
143
|
-
default: boolean;
|
|
144
|
-
};
|
|
145
|
-
active: {
|
|
146
|
-
type: import('vue').PropType<boolean>;
|
|
147
|
-
default: boolean;
|
|
148
|
-
};
|
|
149
143
|
chip: {
|
|
150
144
|
type: import('vue').PropType<boolean>;
|
|
151
145
|
default: boolean;
|
|
@@ -162,21 +156,29 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
|
162
156
|
type: import('vue').PropType<boolean>;
|
|
163
157
|
default: boolean;
|
|
164
158
|
};
|
|
159
|
+
interactive: {
|
|
160
|
+
type: import('vue').PropType<boolean>;
|
|
161
|
+
default: boolean;
|
|
162
|
+
};
|
|
163
|
+
active: {
|
|
164
|
+
type: import('vue').PropType<boolean>;
|
|
165
|
+
default: boolean;
|
|
166
|
+
};
|
|
165
167
|
}>> & {
|
|
166
|
-
onTagClicked?: (
|
|
167
|
-
onCrossClicked?: (
|
|
168
|
+
onTagClicked?: () => any;
|
|
169
|
+
onCrossClicked?: () => any;
|
|
168
170
|
}, {}, {}, {}, {}, {
|
|
169
171
|
size: "small" | "large";
|
|
170
|
-
type: "error" | "info" | "
|
|
172
|
+
type: "error" | "info" | "success" | "warning" | "interactive" | ("primary" | "outline");
|
|
171
173
|
disabled: boolean;
|
|
172
174
|
icon: import('../../components').TIcon;
|
|
173
175
|
iconColor: string;
|
|
174
|
-
interactive: boolean;
|
|
175
|
-
active: boolean;
|
|
176
176
|
chip: boolean;
|
|
177
177
|
textColor: string;
|
|
178
178
|
backgroundColor: string;
|
|
179
179
|
deleteBtn: boolean;
|
|
180
|
+
interactive: boolean;
|
|
181
|
+
active: boolean;
|
|
180
182
|
}>;
|
|
181
183
|
__isFragment?: never;
|
|
182
184
|
__isTeleport?: never;
|
|
@@ -187,7 +189,7 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
|
187
189
|
default: string;
|
|
188
190
|
};
|
|
189
191
|
type: {
|
|
190
|
-
type: import('vue').PropType<"error" | "info" | "
|
|
192
|
+
type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive" | ("primary" | "outline")>;
|
|
191
193
|
default: string;
|
|
192
194
|
};
|
|
193
195
|
disabled: {
|
|
@@ -202,14 +204,6 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
|
202
204
|
type: import('vue').PropType<string>;
|
|
203
205
|
default: string;
|
|
204
206
|
};
|
|
205
|
-
interactive: {
|
|
206
|
-
type: import('vue').PropType<boolean>;
|
|
207
|
-
default: boolean;
|
|
208
|
-
};
|
|
209
|
-
active: {
|
|
210
|
-
type: import('vue').PropType<boolean>;
|
|
211
|
-
default: boolean;
|
|
212
|
-
};
|
|
213
207
|
chip: {
|
|
214
208
|
type: import('vue').PropType<boolean>;
|
|
215
209
|
default: boolean;
|
|
@@ -226,27 +220,41 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
|
226
220
|
type: import('vue').PropType<boolean>;
|
|
227
221
|
default: boolean;
|
|
228
222
|
};
|
|
223
|
+
interactive: {
|
|
224
|
+
type: import('vue').PropType<boolean>;
|
|
225
|
+
default: boolean;
|
|
226
|
+
};
|
|
227
|
+
active: {
|
|
228
|
+
type: import('vue').PropType<boolean>;
|
|
229
|
+
default: boolean;
|
|
230
|
+
};
|
|
229
231
|
}>> & {
|
|
230
|
-
onTagClicked?: (
|
|
231
|
-
onCrossClicked?: (
|
|
232
|
+
onTagClicked?: () => any;
|
|
233
|
+
onCrossClicked?: () => any;
|
|
232
234
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
233
|
-
tagClicked: (
|
|
234
|
-
crossClicked: (
|
|
235
|
+
tagClicked: () => void;
|
|
236
|
+
crossClicked: () => void;
|
|
235
237
|
}, string, {
|
|
236
238
|
size: "small" | "large";
|
|
237
|
-
type: "error" | "info" | "
|
|
239
|
+
type: "error" | "info" | "success" | "warning" | "interactive" | ("primary" | "outline");
|
|
238
240
|
disabled: boolean;
|
|
239
241
|
icon: import('../../components').TIcon;
|
|
240
242
|
iconColor: string;
|
|
241
|
-
interactive: boolean;
|
|
242
|
-
active: boolean;
|
|
243
243
|
chip: boolean;
|
|
244
244
|
textColor: string;
|
|
245
245
|
backgroundColor: string;
|
|
246
246
|
deleteBtn: boolean;
|
|
247
|
+
interactive: boolean;
|
|
248
|
+
active: boolean;
|
|
247
249
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
248
250
|
$slots: {
|
|
249
251
|
default?(_: {}): any;
|
|
250
252
|
};
|
|
251
253
|
})>;
|
|
252
254
|
export default PlTagsChips;
|
|
255
|
+
export type { ITagsChipsProps };
|
|
256
|
+
declare module 'vue' {
|
|
257
|
+
interface GlobalComponents {
|
|
258
|
+
PlTagsChips: import('vue').DefineComponent<ITagsChipsProps>;
|
|
259
|
+
}
|
|
260
|
+
}
|
|
@@ -1,20 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ITagsChipsProps } from './types';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
interface IProps {
|
|
5
|
-
textColor?: string;
|
|
6
|
-
icon?: TIcon;
|
|
7
|
-
iconColor?: string;
|
|
8
|
-
backgroundColor?: string;
|
|
9
|
-
size?: 'large' | 'small';
|
|
10
|
-
chip?: boolean;
|
|
11
|
-
type?: 'success' | 'interactive' | 'warning' | 'error' | 'info' | InteractiveTypes;
|
|
12
|
-
deleteBtn?: boolean;
|
|
13
|
-
interactive?: boolean;
|
|
14
|
-
active?: boolean;
|
|
15
|
-
disabled?: boolean;
|
|
16
|
-
}
|
|
17
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITagsChipsProps>, {
|
|
18
4
|
textColor: string;
|
|
19
5
|
icon: string;
|
|
20
6
|
iconColor: string;
|
|
@@ -27,9 +13,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
27
13
|
active: boolean;
|
|
28
14
|
disabled: boolean;
|
|
29
15
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
30
|
-
tagClicked: (
|
|
31
|
-
crossClicked: (
|
|
32
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<
|
|
16
|
+
tagClicked: () => void;
|
|
17
|
+
crossClicked: () => void;
|
|
18
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITagsChipsProps>, {
|
|
33
19
|
textColor: string;
|
|
34
20
|
icon: string;
|
|
35
21
|
iconColor: string;
|
|
@@ -42,20 +28,20 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
42
28
|
active: boolean;
|
|
43
29
|
disabled: boolean;
|
|
44
30
|
}>>> & {
|
|
45
|
-
onTagClicked?: (
|
|
46
|
-
onCrossClicked?: (
|
|
31
|
+
onTagClicked?: () => any;
|
|
32
|
+
onCrossClicked?: () => any;
|
|
47
33
|
}, {
|
|
48
34
|
size: "small" | "large";
|
|
49
|
-
type: "error" | "info" | "
|
|
35
|
+
type: "error" | "info" | "success" | "warning" | "interactive" | ("primary" | "outline");
|
|
50
36
|
disabled: boolean;
|
|
51
|
-
icon: TIcon;
|
|
37
|
+
icon: import('../../components').TIcon;
|
|
52
38
|
iconColor: string;
|
|
53
|
-
interactive: boolean;
|
|
54
|
-
active: boolean;
|
|
55
39
|
chip: boolean;
|
|
56
40
|
textColor: string;
|
|
57
41
|
backgroundColor: string;
|
|
58
42
|
deleteBtn: boolean;
|
|
43
|
+
interactive: boolean;
|
|
44
|
+
active: boolean;
|
|
59
45
|
}, {}>, {
|
|
60
46
|
default?(_: {}): any;
|
|
61
47
|
}>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { TIcon } from '../../../shared/pl-icon';
|
|
2
|
+
|
|
3
|
+
type InteractiveTypes = 'primary' | 'outline';
|
|
4
|
+
export declare interface ITagsChipsProps {
|
|
5
|
+
textColor?: string;
|
|
6
|
+
icon?: TIcon;
|
|
7
|
+
iconColor?: string;
|
|
8
|
+
backgroundColor?: string;
|
|
9
|
+
size?: 'large' | 'small';
|
|
10
|
+
chip?: boolean;
|
|
11
|
+
type?: 'success' | 'interactive' | 'warning' | 'error' | 'info' | InteractiveTypes;
|
|
12
|
+
deleteBtn?: boolean;
|
|
13
|
+
interactive?: boolean;
|
|
14
|
+
active?: boolean;
|
|
15
|
+
disabled?: boolean;
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -1,53 +1,76 @@
|
|
|
1
|
+
import { IPlTextProps } from './types';
|
|
2
|
+
|
|
1
3
|
export declare const PlTextCell: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
2
4
|
type: {
|
|
3
|
-
type: import('vue').PropType<"error" | "info" | "
|
|
5
|
+
type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive">;
|
|
6
|
+
default: any;
|
|
7
|
+
};
|
|
8
|
+
direction: {
|
|
9
|
+
type: import('vue').PropType<"vertical" | "horizontal">;
|
|
10
|
+
default: string;
|
|
4
11
|
};
|
|
5
12
|
label: {
|
|
6
13
|
type: import('vue').PropType<string>;
|
|
14
|
+
default: string;
|
|
7
15
|
};
|
|
8
16
|
description: {
|
|
9
17
|
type: import('vue').PropType<string>;
|
|
10
|
-
};
|
|
11
|
-
descriptionColor: {
|
|
12
|
-
type: import('vue').PropType<"secondary" | "tertiary">;
|
|
13
18
|
default: string;
|
|
14
19
|
};
|
|
15
|
-
|
|
16
|
-
type: import('vue').PropType<
|
|
20
|
+
subtitle: {
|
|
21
|
+
type: import('vue').PropType<string>;
|
|
17
22
|
default: string;
|
|
18
23
|
};
|
|
19
24
|
content: {
|
|
20
25
|
type: import('vue').PropType<string>;
|
|
26
|
+
default: string;
|
|
21
27
|
};
|
|
22
|
-
|
|
23
|
-
type: import('vue').PropType<
|
|
28
|
+
descriptionColor: {
|
|
29
|
+
type: import('vue').PropType<"secondary" | "tertiary">;
|
|
30
|
+
default: string;
|
|
24
31
|
};
|
|
25
32
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
26
33
|
type: {
|
|
27
|
-
type: import('vue').PropType<"error" | "info" | "
|
|
34
|
+
type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive">;
|
|
35
|
+
default: any;
|
|
36
|
+
};
|
|
37
|
+
direction: {
|
|
38
|
+
type: import('vue').PropType<"vertical" | "horizontal">;
|
|
39
|
+
default: string;
|
|
28
40
|
};
|
|
29
41
|
label: {
|
|
30
42
|
type: import('vue').PropType<string>;
|
|
43
|
+
default: string;
|
|
31
44
|
};
|
|
32
45
|
description: {
|
|
33
46
|
type: import('vue').PropType<string>;
|
|
34
|
-
};
|
|
35
|
-
descriptionColor: {
|
|
36
|
-
type: import('vue').PropType<"secondary" | "tertiary">;
|
|
37
47
|
default: string;
|
|
38
48
|
};
|
|
39
|
-
|
|
40
|
-
type: import('vue').PropType<
|
|
49
|
+
subtitle: {
|
|
50
|
+
type: import('vue').PropType<string>;
|
|
41
51
|
default: string;
|
|
42
52
|
};
|
|
43
53
|
content: {
|
|
44
54
|
type: import('vue').PropType<string>;
|
|
55
|
+
default: string;
|
|
45
56
|
};
|
|
46
|
-
|
|
47
|
-
type: import('vue').PropType<
|
|
57
|
+
descriptionColor: {
|
|
58
|
+
type: import('vue').PropType<"secondary" | "tertiary">;
|
|
59
|
+
default: string;
|
|
48
60
|
};
|
|
49
61
|
}>>, {
|
|
50
|
-
|
|
62
|
+
type: "error" | "info" | "success" | "warning" | "interactive";
|
|
51
63
|
direction: "vertical" | "horizontal";
|
|
64
|
+
label: string;
|
|
65
|
+
description: string;
|
|
66
|
+
subtitle: string;
|
|
67
|
+
content: string;
|
|
68
|
+
descriptionColor: "secondary" | "tertiary";
|
|
52
69
|
}, {}>>;
|
|
53
70
|
export default PlTextCell;
|
|
71
|
+
export type { IPlTextProps };
|
|
72
|
+
declare module 'vue' {
|
|
73
|
+
interface GlobalComponents {
|
|
74
|
+
PlTextCell: import('vue').DefineComponent<IPlTextProps>;
|
|
75
|
+
}
|
|
76
|
+
}
|