@factoringplus/pl-components-pack-v3 1.2.30 → 1.2.31-pre-01
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/{button → basic/pl-button}/index.d.ts +56 -55
- package/dist/components/{button → basic/pl-button}/pl-button.vue.d.ts +12 -11
- package/dist/components/{button → basic/pl-button}/types/index.d.ts +2 -1
- package/dist/components/{pl-dialog → basic/pl-dialog}/index.d.ts +2 -1
- package/dist/components/{pl-dialog → basic/pl-dialog}/pl-dialog-plus.vue.d.ts +15 -17
- package/dist/components/{pl-link → basic/pl-link}/index.d.ts +2 -1
- package/dist/components/{pl-link → basic/pl-link}/pl-link.vue.d.ts +7 -7
- package/dist/components/{pl-scrollbar → basic/pl-scrollbar}/index.d.ts +2 -1
- package/dist/components/{pl-scrollbar → basic/pl-scrollbar}/pl-scrollbar.vue.d.ts +8 -8
- package/dist/components/{pl-skeleton → basic/pl-skeleton}/index.d.ts +2 -1
- package/dist/components/{pl-skeleton → basic/pl-skeleton}/pl-skeleton.vue.d.ts +7 -7
- package/dist/components/{pl-tooltip-plus → basic/pl-tooltip-plus}/index.d.ts +2 -1
- package/dist/components/{pl-tooltip-plus → basic/pl-tooltip-plus}/pl-tooltip-plus.vue.d.ts +8 -8
- package/dist/components/components.d.ts +39 -37
- package/dist/components/{pl-card → data/pl-card}/index.d.ts +2 -1
- package/dist/components/{pl-multitab → data/pl-multitab}/components/pl-tab-card.vue.d.ts +10 -9
- package/dist/components/{pl-multitab → data/pl-multitab}/index.d.ts +2 -1
- package/dist/components/{pl-multitab → data/pl-multitab}/pl-multitab.vue.d.ts +9 -8
- package/dist/components/{pl-multitab → data/pl-multitab}/types/index.d.ts +2 -1
- package/dist/components/{pl-snackbar → data/pl-snackbar}/index.d.ts +2 -1
- package/dist/components/{pl-snackbar → data/pl-snackbar}/pl-snackbar.vue.d.ts +9 -14
- package/dist/components/data/pl-snackbar/renderSnackbar.d.ts +4 -0
- package/dist/components/data/pl-snackbar/types.d.ts +26 -0
- package/dist/components/{pl-stepper → data/pl-stepper}/index.d.ts +2 -1
- package/dist/components/data/pl-stepper/pl-stepper.vue.d.ts +57 -0
- package/dist/components/{pl-table-plus → data/pl-table-plus}/components/row-mask.vue.d.ts +6 -6
- package/dist/components/{pl-table-plus → data/pl-table-plus}/index.d.ts +2 -1
- package/dist/components/{pl-table-plus → data/pl-table-plus}/pl-table-plus.vue.d.ts +9 -9
- package/dist/components/data/pl-tabs/components/pl-tab-counter.vue.d.ts +21 -0
- package/dist/components/{pl-tabs → data/pl-tabs}/components/pl-tab.vue.d.ts +8 -7
- package/dist/components/{pl-tabs → data/pl-tabs}/index.d.ts +2 -1
- package/dist/components/{pl-tabs → data/pl-tabs}/pl-tabs.vue.d.ts +7 -7
- package/dist/components/{currency-input → deprecated/currency-input}/index.d.ts +2 -1
- package/dist/components/{pl-checkbox → deprecated/pl-checkbox}/index.d.ts +2 -1
- package/dist/components/{pl-date-picker → deprecated/pl-date-picker}/index.d.ts +2 -1
- package/dist/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +77 -0
- package/dist/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +72 -0
- package/dist/components/{pl-date-picker-legacy → deprecated/pl-date-picker-legacy}/index.d.ts +2 -1
- package/dist/components/deprecated/pl-dialog/index.d.ts +6 -0
- package/dist/components/{pl-dialog → deprecated/pl-dialog}/pl-dialog.vue.d.ts +11 -11
- package/dist/components/{pl-form-item → deprecated/pl-form-item}/index.d.ts +2 -1
- package/dist/components/{pl-input → deprecated/pl-input}/index.d.ts +2 -1
- package/dist/components/{pl-input-native → deprecated/pl-input-native}/index.d.ts +2 -1
- package/dist/components/{pl-select → deprecated/pl-select}/index.d.ts +2 -1
- package/dist/components/deprecated/pl-select/pl-select.vue.d.ts +147 -0
- package/dist/components/{pl-suggestions → deprecated/pl-suggestions}/index.d.ts +2 -1
- package/dist/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +112 -0
- package/dist/components/{pl-table → deprecated/pl-table}/index.d.ts +2 -1
- package/dist/components/deprecated/pl-table/pl-table.vue.d.ts +133 -0
- package/dist/components/{pl-tooltip → deprecated/pl-tooltip}/index.d.ts +2 -1
- package/dist/components/{pl-tooltip → deprecated/pl-tooltip}/pl-tooltip.vue.d.ts +7 -7
- package/dist/components/{pl-upload → deprecated/pl-upload}/index.d.ts +2 -1
- package/dist/components/deprecated/pl-upload/pl-upload.vue.d.ts +124 -0
- package/dist/components/{pl-upload-legacy → deprecated/pl-upload-legacy}/index.d.ts +2 -1
- package/dist/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +112 -0
- package/dist/components/{pl-autocomplete → form/pl-autocomplete}/components/pl-autocomplete-dropdown.vue.d.ts +14 -13
- package/dist/components/{pl-autocomplete → form/pl-autocomplete}/components/pl-default.vue.d.ts +13 -12
- package/dist/components/{pl-autocomplete → form/pl-autocomplete}/index.d.ts +2 -1
- package/dist/components/{pl-autocomplete → form/pl-autocomplete}/pl-autocompete.vue.d.ts +21 -20
- package/dist/components/{pl-autocomplete → form/pl-autocomplete}/types/index.d.ts +3 -2
- package/dist/components/{pl-checkbox-plus → form/pl-checkbox-plus}/index.d.ts +2 -1
- package/dist/components/{pl-checkbox-plus → form/pl-checkbox-plus}/pl-checkbox-plus.vue.d.ts +4 -4
- package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/components/PlDatePickerRangeWrapper.vue.d.ts +12 -15
- package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/components/PlDatePickerWrapper.vue.d.ts +10 -13
- package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/types/index.d.ts +2 -2
- package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/utils/wrapperFunctions.d.ts +5 -4
- package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/index.d.ts +2 -1
- package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +16 -15
- package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +16 -15
- package/dist/components/{pl-form → form/pl-form}/index.d.ts +2 -1
- package/dist/components/{pl-form → form/pl-form}/pl-form.vue.d.ts +10 -9
- package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-currency.vue.d.ts +11 -10
- package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-default.vue.d.ts +18 -17
- package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-password.vue.d.ts +11 -10
- package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-textarea.vue.d.ts +11 -10
- package/dist/components/{pl-input-plus → form/pl-input-plus}/index.d.ts +2 -1
- package/dist/components/{pl-input-plus → form/pl-input-plus}/pl-input-plus.vue.d.ts +21 -20
- package/dist/components/{pl-input-plus → form/pl-input-plus}/types/index.d.ts +5 -4
- package/dist/components/{pl-multi-select → form/pl-multi-select}/components/pl-default.vue.d.ts +13 -12
- package/dist/components/{pl-multi-select → form/pl-multi-select}/components/pl-multi-select-dropdown.vue.d.ts +11 -10
- package/dist/components/{pl-multi-select → form/pl-multi-select}/index.d.ts +2 -1
- package/dist/components/{pl-multi-select → form/pl-multi-select}/pl-multi-select.vue.d.ts +14 -13
- package/dist/components/{pl-multi-select → form/pl-multi-select}/types/index.d.ts +3 -2
- package/dist/components/{pl-radio → form/pl-radio}/index.d.ts +2 -1
- package/dist/components/{pl-radio → form/pl-radio}/pl-radio.vue.d.ts +3 -3
- package/dist/components/form/pl-select-plus/components/pl-account.vue.d.ts +68 -0
- package/dist/components/{pl-select-plus → form/pl-select-plus}/components/pl-default.vue.d.ts +14 -13
- package/dist/components/{pl-select-plus → form/pl-select-plus}/components/pl-select-dropdown.vue.d.ts +11 -10
- package/dist/components/{pl-select-plus → form/pl-select-plus}/index.d.ts +2 -1
- package/dist/components/{pl-select-plus → form/pl-select-plus}/pl-select-plus.vue.d.ts +15 -14
- package/dist/components/{pl-select-plus → form/pl-select-plus}/types/index.d.ts +3 -2
- package/dist/components/{pl-switch → form/pl-switch}/index.d.ts +2 -1
- package/dist/components/{pl-switch → form/pl-switch}/pl-switch.vue.d.ts +3 -3
- package/dist/components/{pl-upload-plus → form/pl-upload-plus}/index.d.ts +2 -1
- package/dist/components/{pl-upload-plus → form/pl-upload-plus}/pl-upload-plus.vue.d.ts +14 -14
- package/dist/components/form/pl-upload-plus/types/FileExtension.d.ts +1 -0
- package/dist/components/{pl-icon → shared/pl-icon}/index.d.ts +3 -2
- package/dist/components/shared/pl-icon/pl-icon.vue.d.ts +13 -0
- package/dist/components/shared/pl-icon/types/index.d.ts +3 -0
- package/dist/components/{pl-label → shared/pl-label}/pl-label.vue.d.ts +3 -3
- package/dist/components/shared/pl-mark-text/index.d.ts +16 -0
- package/dist/components/shared/pl-mark-text/pl-mark-text.vue.d.ts +16 -0
- package/dist/components/{pl-option → shared/pl-option}/index.d.ts +2 -1
- package/dist/components/{pl-option → shared/pl-option}/pl-option.vue.d.ts +7 -7
- package/dist/components/{pl-tab-pane → shared/pl-tab-pane}/index.d.ts +2 -1
- package/dist/components/{pl-tab-pane → shared/pl-tab-pane}/pl-tab-pane.vue.d.ts +10 -9
- package/dist/components/{pl-tab-pane → shared/pl-tab-pane}/types/index.d.ts +2 -1
- package/dist/components/{pl-tags/pl-tags.vue.d.ts → shared/pl-tags-chips/pl-tags-chips.vue.d.ts} +8 -8
- package/dist/components/shared/pl-text/components/pl-body1.vue.d.ts +21 -0
- package/dist/components/shared/pl-text/components/pl-body2.vue.d.ts +21 -0
- package/dist/components/shared/pl-text/components/pl-body3.vue.d.ts +21 -0
- package/dist/components/shared/pl-text/components/pl-bodyu.vue.d.ts +21 -0
- package/dist/components/shared/pl-text/components/pl-btn1.vue.d.ts +21 -0
- package/dist/components/shared/pl-text/components/pl-btn2.vue.d.ts +21 -0
- package/dist/components/shared/pl-text/components/pl-btn3.vue.d.ts +21 -0
- package/dist/components/shared/pl-text/components/pl-cap.vue.d.ts +21 -0
- package/dist/components/shared/pl-text/components/pl-h1.vue.d.ts +21 -0
- package/dist/components/shared/pl-text/components/pl-h2.vue.d.ts +21 -0
- package/dist/components/shared/pl-text/components/pl-h3.vue.d.ts +21 -0
- package/dist/components/shared/pl-text/components/pl-h4.vue.d.ts +21 -0
- package/dist/components/shared/pl-text/components/pl-sub1.vue.d.ts +17 -0
- package/dist/components/shared/pl-text/components/pl-sub2.vue.d.ts +17 -0
- package/dist/components/shared/pl-text/components/pl-system.vue.d.ts +17 -0
- package/dist/components/shared/pl-text/components/pl-tag.vue.d.ts +17 -0
- package/dist/components/shared/pl-text/components/pl-title1.vue.d.ts +17 -0
- package/dist/components/shared/pl-text/components/pl-title2.vue.d.ts +17 -0
- package/dist/components/shared/pl-text/components/pl-title3.vue.d.ts +17 -0
- package/dist/components/{pl-text → shared/pl-text}/index.d.ts +2 -1
- package/dist/directives/index.d.ts +3 -1
- package/dist/directives/vInfiniteScroll/vInfiniteScroll.d.ts +2 -1
- package/dist/directives/vLoading.d.ts +2 -1
- package/dist/directives/vTap.d.ts +2 -1
- package/dist/directives/vTouchOutside.d.ts +2 -1
- package/dist/install-function/index.d.ts +4 -3
- package/dist/pl-components-pack-v3.d.ts +0 -2
- package/dist/pl-components-pack-v3.es.js +16896 -17035
- package/dist/pl-components-pack-v3.umd.js +41 -42
- package/dist/plugins/filters.d.ts +5 -3
- package/dist/plugins/loading/loading.d.ts +3 -1
- package/dist/services/plLoading.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/dadataParser.d.ts +2 -1
- package/dist/utils/deepSet.d.ts +3 -2
- package/dist/utils/formatAccount.d.ts +1 -1
- package/dist/utils/getSourceCode.d.ts +4 -1
- package/package.json +67 -79
- package/dist/components/entry.d.ts +0 -88
- package/dist/components/pl-icon/pl-icon.vue.d.ts +0 -12
- package/dist/components/pl-icon/types/index.d.ts +0 -2
- package/dist/components/pl-mark-text/index.d.ts +0 -2
- package/dist/components/pl-snackbar/renderSnackbar.d.ts +0 -4
- package/dist/components/pl-snackbar/types.d.ts +0 -21
- package/dist/components/pl-tabs/components/pl-tab-counter.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-body1.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-body2.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-body3.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-bodyu.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-btn1.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-btn2.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-btn3.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-cap.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-h1.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-h2.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-h3.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-h4.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-sub1.vue.d.ts +0 -17
- package/dist/components/pl-text/components/pl-sub2.vue.d.ts +0 -17
- package/dist/components/pl-text/components/pl-system.vue.d.ts +0 -17
- package/dist/components/pl-text/components/pl-tag.vue.d.ts +0 -17
- package/dist/components/pl-text/components/pl-title1.vue.d.ts +0 -17
- package/dist/components/pl-text/components/pl-title2.vue.d.ts +0 -17
- package/dist/components/pl-text/components/pl-title3.vue.d.ts +0 -17
- package/dist/components/pl-upload-plus/types/FileExtension.d.ts +0 -1
- package/dist/mockServiceWorker.js +0 -364
- /package/dist/components/{pl-scrollbar → basic/pl-scrollbar}/utils/getSizeWithUnits.d.ts +0 -0
- /package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/constants.d.ts +0 -0
- /package/dist/components/{pl-icon → shared/pl-icon}/types/iconsType.d.ts +0 -0
@@ -1,40 +1,42 @@
|
|
1
|
-
import
|
2
|
-
|
3
|
-
export * from './
|
4
|
-
export * from './pl-
|
5
|
-
export * from './pl-
|
6
|
-
export * from './pl-
|
7
|
-
export * from './pl-
|
8
|
-
export * from './pl-
|
9
|
-
export * from './pl-
|
10
|
-
export * from './pl-
|
11
|
-
export * from './pl-
|
12
|
-
export * from './pl-
|
13
|
-
export * from './pl-
|
14
|
-
export * from './pl-
|
15
|
-
export * from './
|
16
|
-
export * from './pl-
|
17
|
-
export * from './pl-
|
18
|
-
export * from './pl-
|
19
|
-
export * from './pl-
|
20
|
-
export * from './pl-
|
21
|
-
export * from './pl-
|
22
|
-
export * from './pl-
|
23
|
-
export * from './pl-
|
24
|
-
export * from './pl-
|
25
|
-
export * from './pl-
|
26
|
-
export * from './pl-
|
27
|
-
export * from './pl-
|
28
|
-
export * from './pl-
|
29
|
-
export * from './pl-
|
30
|
-
export * from './pl-
|
31
|
-
export * from './pl-
|
32
|
-
export * from './pl-
|
33
|
-
export * from './pl-
|
34
|
-
export * from './pl-
|
35
|
-
export * from './pl-
|
36
|
-
export * from './pl-
|
37
|
-
export * from './pl-
|
1
|
+
import { Plugin } from 'vue';
|
2
|
+
|
3
|
+
export * from './deprecated/pl-checkbox';
|
4
|
+
export * from './deprecated/pl-date-picker';
|
5
|
+
export * from './deprecated/pl-date-picker-legacy';
|
6
|
+
export * from './deprecated/pl-input';
|
7
|
+
export * from './deprecated/pl-select';
|
8
|
+
export * from './deprecated/pl-suggestions';
|
9
|
+
export * from './deprecated/pl-table';
|
10
|
+
export * from './deprecated/pl-tooltip';
|
11
|
+
export * from './deprecated/pl-upload';
|
12
|
+
export * from './deprecated/pl-upload-legacy';
|
13
|
+
export * from './deprecated/pl-dialog';
|
14
|
+
export * from './basic/pl-button';
|
15
|
+
export * from './deprecated/currency-input';
|
16
|
+
export * from './form/pl-autocomplete';
|
17
|
+
export * from './data/pl-card';
|
18
|
+
export * from './form/pl-checkbox-plus';
|
19
|
+
export * from './form/pl-date-picker-plus';
|
20
|
+
export * from './basic/pl-dialog';
|
21
|
+
export * from './form/pl-form';
|
22
|
+
export * from './shared/pl-icon';
|
23
|
+
export * from './form/pl-input-plus';
|
24
|
+
export * from './basic/pl-link';
|
25
|
+
export * from './data/pl-multitab';
|
26
|
+
export * from './form/pl-radio';
|
27
|
+
export * from './basic/pl-scrollbar';
|
28
|
+
export * from './form/pl-select-plus';
|
29
|
+
export * from './basic/pl-skeleton';
|
30
|
+
export * from './data/pl-snackbar';
|
31
|
+
export * from './data/pl-stepper';
|
32
|
+
export * from './form/pl-switch';
|
33
|
+
export * from './shared/pl-tab-pane';
|
34
|
+
export * from './data/pl-table-plus';
|
35
|
+
export * from './data/pl-tabs';
|
36
|
+
export * from './shared/pl-text';
|
37
|
+
export * from './form/pl-upload-plus';
|
38
|
+
export * from './basic/pl-tooltip-plus';
|
39
|
+
export * from './shared/pl-mark-text';
|
38
40
|
export * from '../utils/formatCurrency';
|
39
41
|
export * from '../utils/declOfNum';
|
40
42
|
export * from '../utils/isEqual';
|
@@ -1,11 +1,12 @@
|
|
1
|
-
import
|
2
|
-
|
1
|
+
import { ITabCardProps } from '../types';
|
2
|
+
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITabCardProps>, {
|
3
4
|
label: string;
|
4
5
|
active: boolean;
|
5
6
|
disabled: boolean;
|
6
7
|
icon: string;
|
7
8
|
width: string;
|
8
|
-
}>, {}, unknown, {}, {}, import(
|
9
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITabCardProps>, {
|
9
10
|
label: string;
|
10
11
|
active: boolean;
|
11
12
|
disabled: boolean;
|
@@ -14,13 +15,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
14
15
|
}>>>, {
|
15
16
|
label: string;
|
16
17
|
disabled: boolean;
|
17
|
-
icon:
|
18
|
-
active: boolean;
|
18
|
+
icon: TIcon;
|
19
19
|
width: string;
|
20
|
+
active: boolean;
|
20
21
|
}, {}>;
|
21
22
|
export default _default;
|
22
|
-
|
23
|
-
|
23
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
24
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
24
25
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
25
26
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
26
27
|
} : {
|
@@ -28,11 +29,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
28
29
|
required: true;
|
29
30
|
};
|
30
31
|
};
|
31
|
-
|
32
|
+
type __VLS_WithDefaults<P, D> = {
|
32
33
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
33
34
|
default: D[K];
|
34
35
|
}> : P[K];
|
35
36
|
};
|
36
|
-
|
37
|
+
type __VLS_Prettify<T> = {
|
37
38
|
[K in keyof T]: T[K];
|
38
39
|
} & {};
|
@@ -1,12 +1,13 @@
|
|
1
|
-
import
|
2
|
-
|
1
|
+
import { IMultitabProps } from './types';
|
2
|
+
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IMultitabProps>, {
|
3
4
|
modelValue: string;
|
4
5
|
navClass: string;
|
5
6
|
contentClass: string;
|
6
7
|
tabWidth: string;
|
7
|
-
}>, {}, unknown, {}, {}, import(
|
8
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
8
9
|
"update:modelValue": (...args: any[]) => void;
|
9
|
-
}, string, import(
|
10
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IMultitabProps>, {
|
10
11
|
modelValue: string;
|
11
12
|
navClass: string;
|
12
13
|
contentClass: string;
|
@@ -20,8 +21,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
20
21
|
tabWidth: string;
|
21
22
|
}, {}>;
|
22
23
|
export default _default;
|
23
|
-
|
24
|
-
|
24
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
25
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
25
26
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
26
27
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
27
28
|
} : {
|
@@ -29,11 +30,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
29
30
|
required: true;
|
30
31
|
};
|
31
32
|
};
|
32
|
-
|
33
|
+
type __VLS_WithDefaults<P, D> = {
|
33
34
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
34
35
|
default: D[K];
|
35
36
|
}> : P[K];
|
36
37
|
};
|
37
|
-
|
38
|
+
type __VLS_Prettify<T> = {
|
38
39
|
[K in keyof T]: T[K];
|
39
40
|
} & {};
|
@@ -1,41 +1,36 @@
|
|
1
|
-
import
|
2
|
-
|
1
|
+
import { IProps } from './types';
|
2
|
+
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
3
4
|
id: number;
|
4
5
|
icon: string;
|
5
6
|
color: string;
|
6
7
|
title: string;
|
7
8
|
button: string;
|
8
9
|
buttonAdd: string;
|
9
|
-
action: () => void;
|
10
|
-
actionAdd: () => void;
|
11
10
|
message: string;
|
12
11
|
blockHide: boolean;
|
13
|
-
}>, {}, unknown, {}, {}, import(
|
12
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
14
13
|
id: number;
|
15
14
|
icon: string;
|
16
15
|
color: string;
|
17
16
|
title: string;
|
18
17
|
button: string;
|
19
18
|
buttonAdd: string;
|
20
|
-
action: () => void;
|
21
|
-
actionAdd: () => void;
|
22
19
|
message: string;
|
23
20
|
blockHide: boolean;
|
24
21
|
}>>>, {
|
25
22
|
color: string;
|
26
23
|
button: string;
|
27
24
|
title: string;
|
25
|
+
icon: TIcon;
|
28
26
|
id: number;
|
29
|
-
icon: import("../pl-icon").TIcon;
|
30
27
|
message: string;
|
31
28
|
buttonAdd: string;
|
32
|
-
action: Function;
|
33
|
-
actionAdd: Function;
|
34
29
|
blockHide: boolean;
|
35
30
|
}, {}>;
|
36
31
|
export default _default;
|
37
|
-
|
38
|
-
|
32
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
33
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
39
34
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
40
35
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
41
36
|
} : {
|
@@ -43,11 +38,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
43
38
|
required: true;
|
44
39
|
};
|
45
40
|
};
|
46
|
-
|
41
|
+
type __VLS_WithDefaults<P, D> = {
|
47
42
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
48
43
|
default: D[K];
|
49
44
|
}> : P[K];
|
50
45
|
};
|
51
|
-
|
46
|
+
type __VLS_Prettify<T> = {
|
52
47
|
[K in keyof T]: T[K];
|
53
48
|
} & {};
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import { TIcon } from '../../pl-icon';
|
2
|
+
|
3
|
+
export interface IProps {
|
4
|
+
id: number;
|
5
|
+
icon: TIcon;
|
6
|
+
color: string;
|
7
|
+
title: string;
|
8
|
+
button: string;
|
9
|
+
buttonAdd: string;
|
10
|
+
action?: any;
|
11
|
+
actionAdd?: any;
|
12
|
+
message: string;
|
13
|
+
blockHide: boolean;
|
14
|
+
}
|
15
|
+
export interface IRenderSnackbar {
|
16
|
+
id: string;
|
17
|
+
close: () => void;
|
18
|
+
}
|
19
|
+
export interface IPlNotification {
|
20
|
+
success: (options: IProps) => IRenderSnackbar;
|
21
|
+
error: (options: IProps) => IRenderSnackbar;
|
22
|
+
warning: (options: IProps) => IRenderSnackbar;
|
23
|
+
info: (options: IProps) => IRenderSnackbar;
|
24
|
+
custom: (options: IProps) => IRenderSnackbar;
|
25
|
+
closeAll: () => void;
|
26
|
+
}
|
@@ -0,0 +1,57 @@
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
2
|
+
displayType: {
|
3
|
+
type: StringConstructor;
|
4
|
+
default: string;
|
5
|
+
};
|
6
|
+
steps: {
|
7
|
+
type: ArrayConstructor;
|
8
|
+
required: true;
|
9
|
+
};
|
10
|
+
stepName: {
|
11
|
+
type: StringConstructor;
|
12
|
+
default: string;
|
13
|
+
};
|
14
|
+
stepCountName: {
|
15
|
+
type: StringConstructor;
|
16
|
+
default: string;
|
17
|
+
};
|
18
|
+
currentCount: {
|
19
|
+
type: NumberConstructor;
|
20
|
+
required: true;
|
21
|
+
};
|
22
|
+
remainOnFooter: {
|
23
|
+
type: BooleanConstructor;
|
24
|
+
default: boolean;
|
25
|
+
};
|
26
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
27
|
+
displayType: {
|
28
|
+
type: StringConstructor;
|
29
|
+
default: string;
|
30
|
+
};
|
31
|
+
steps: {
|
32
|
+
type: ArrayConstructor;
|
33
|
+
required: true;
|
34
|
+
};
|
35
|
+
stepName: {
|
36
|
+
type: StringConstructor;
|
37
|
+
default: string;
|
38
|
+
};
|
39
|
+
stepCountName: {
|
40
|
+
type: StringConstructor;
|
41
|
+
default: string;
|
42
|
+
};
|
43
|
+
currentCount: {
|
44
|
+
type: NumberConstructor;
|
45
|
+
required: true;
|
46
|
+
};
|
47
|
+
remainOnFooter: {
|
48
|
+
type: BooleanConstructor;
|
49
|
+
default: boolean;
|
50
|
+
};
|
51
|
+
}>>, {
|
52
|
+
displayType: string;
|
53
|
+
stepName: string;
|
54
|
+
stepCountName: string;
|
55
|
+
remainOnFooter: boolean;
|
56
|
+
}, {}>;
|
57
|
+
export default _default;
|
@@ -9,13 +9,13 @@ interface IProps {
|
|
9
9
|
mobileTop?: any;
|
10
10
|
mobileBottom?: any;
|
11
11
|
}
|
12
|
-
declare const _default: import(
|
12
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
13
13
|
headers: () => any[];
|
14
14
|
isSelectable: boolean;
|
15
15
|
tableStyle: () => {};
|
16
16
|
mobileTop: boolean;
|
17
17
|
mobileBottom: boolean;
|
18
|
-
}>, {}, unknown, {}, {}, import(
|
18
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
19
19
|
headers: () => any[];
|
20
20
|
isSelectable: boolean;
|
21
21
|
tableStyle: () => {};
|
@@ -33,8 +33,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
33
33
|
mobileBottom: any;
|
34
34
|
}, {}>;
|
35
35
|
export default _default;
|
36
|
-
|
37
|
-
|
36
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
37
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
38
38
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
39
39
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
40
40
|
} : {
|
@@ -42,11 +42,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
42
42
|
required: true;
|
43
43
|
};
|
44
44
|
};
|
45
|
-
|
45
|
+
type __VLS_WithDefaults<P, D> = {
|
46
46
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
47
47
|
default: D[K];
|
48
48
|
}> : P[K];
|
49
49
|
};
|
50
|
-
|
50
|
+
type __VLS_Prettify<T> = {
|
51
51
|
[K in keyof T]: T[K];
|
52
52
|
} & {};
|
@@ -14,7 +14,7 @@ interface IProps {
|
|
14
14
|
uniqKey?: string | '';
|
15
15
|
defaultWrapperWidth?: number | null;
|
16
16
|
}
|
17
|
-
declare const _default: __VLS_WithTemplateSlots<import(
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
18
18
|
headers: () => any[];
|
19
19
|
rows: () => any[];
|
20
20
|
isLoading: boolean;
|
@@ -26,12 +26,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
26
26
|
}>, {
|
27
27
|
resetSelectedRows: () => void;
|
28
28
|
selectAllRows: () => void;
|
29
|
-
}, unknown, {}, {}, import(
|
29
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
30
30
|
infiniteScroll: (...args: any[]) => void;
|
31
31
|
"update:selectedRows": (...args: any[]) => void;
|
32
32
|
rowClick: (...args: any[]) => void;
|
33
33
|
headerCheckboxClicked: (...args: any[]) => void;
|
34
|
-
}, string, import(
|
34
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
35
35
|
headers: () => any[];
|
36
36
|
rows: () => any[];
|
37
37
|
isLoading: boolean;
|
@@ -46,7 +46,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
46
46
|
onRowClick?: (...args: any[]) => any;
|
47
47
|
onHeaderCheckboxClicked?: (...args: any[]) => any;
|
48
48
|
}, {
|
49
|
-
uniqKey: string;
|
50
49
|
isSelectable: boolean;
|
51
50
|
headers: {
|
52
51
|
label: string;
|
@@ -58,6 +57,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
58
57
|
rows: Record<string, string | number>[];
|
59
58
|
isLoading: boolean;
|
60
59
|
selectedRows: Record<string, string | number>[];
|
60
|
+
uniqKey: string;
|
61
61
|
defaultWrapperWidth: number;
|
62
62
|
}, {}>, Partial<Record<string, (_: {
|
63
63
|
row: Record<string, string | number>;
|
@@ -71,8 +71,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
71
71
|
}): any;
|
72
72
|
}>;
|
73
73
|
export default _default;
|
74
|
-
|
75
|
-
|
74
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
75
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
76
76
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
77
77
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
78
78
|
} : {
|
@@ -80,15 +80,15 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
80
80
|
required: true;
|
81
81
|
};
|
82
82
|
};
|
83
|
-
|
83
|
+
type __VLS_WithDefaults<P, D> = {
|
84
84
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
85
85
|
default: D[K];
|
86
86
|
}> : P[K];
|
87
87
|
};
|
88
|
-
|
88
|
+
type __VLS_Prettify<T> = {
|
89
89
|
[K in keyof T]: T[K];
|
90
90
|
} & {};
|
91
|
-
|
91
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
92
92
|
new (): {
|
93
93
|
$slots: S;
|
94
94
|
};
|
@@ -0,0 +1,21 @@
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
2
|
+
active: {
|
3
|
+
type: BooleanConstructor;
|
4
|
+
default: boolean;
|
5
|
+
};
|
6
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
7
|
+
active: {
|
8
|
+
type: BooleanConstructor;
|
9
|
+
default: boolean;
|
10
|
+
};
|
11
|
+
}>>, {
|
12
|
+
active: boolean;
|
13
|
+
}, {}>, {
|
14
|
+
default?(_: {}): any;
|
15
|
+
}>;
|
16
|
+
export default _default;
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
+
new (): {
|
19
|
+
$slots: S;
|
20
|
+
};
|
21
|
+
};
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import
|
1
|
+
import { TIcon } from '../../../shared/pl-icon/types';
|
2
|
+
|
2
3
|
interface IProps {
|
3
4
|
label?: string;
|
4
5
|
active?: boolean;
|
@@ -6,13 +7,13 @@ interface IProps {
|
|
6
7
|
icon?: TIcon;
|
7
8
|
counter?: number;
|
8
9
|
}
|
9
|
-
declare const _default: import(
|
10
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
10
11
|
label: string;
|
11
12
|
active: boolean;
|
12
13
|
disabled: boolean;
|
13
14
|
icon: string;
|
14
15
|
counter: any;
|
15
|
-
}>, {}, unknown, {}, {}, import(
|
16
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
16
17
|
label: string;
|
17
18
|
active: boolean;
|
18
19
|
disabled: boolean;
|
@@ -26,8 +27,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
26
27
|
counter: number;
|
27
28
|
}, {}>;
|
28
29
|
export default _default;
|
29
|
-
|
30
|
-
|
30
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
31
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
31
32
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
32
33
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
33
34
|
} : {
|
@@ -35,11 +36,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
35
36
|
required: true;
|
36
37
|
};
|
37
38
|
};
|
38
|
-
|
39
|
+
type __VLS_WithDefaults<P, D> = {
|
39
40
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
40
41
|
default: D[K];
|
41
42
|
}> : P[K];
|
42
43
|
};
|
43
|
-
|
44
|
+
type __VLS_Prettify<T> = {
|
44
45
|
[K in keyof T]: T[K];
|
45
46
|
} & {};
|
@@ -5,14 +5,14 @@ interface IProps {
|
|
5
5
|
keepAlive?: boolean;
|
6
6
|
name?: string;
|
7
7
|
}
|
8
|
-
declare const _default: import(
|
8
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
9
9
|
modelValue: string;
|
10
10
|
navClass: string;
|
11
11
|
contentClass: string;
|
12
12
|
keepAlive: boolean;
|
13
|
-
}>, {}, unknown, {}, {}, import(
|
13
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
14
14
|
"update:modelValue": (...args: any[]) => void;
|
15
|
-
}, string, import(
|
15
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
16
16
|
modelValue: string;
|
17
17
|
navClass: string;
|
18
18
|
contentClass: string;
|
@@ -26,8 +26,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
26
26
|
keepAlive: boolean;
|
27
27
|
}, {}>;
|
28
28
|
export default _default;
|
29
|
-
|
30
|
-
|
29
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
30
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
31
31
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
32
32
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
33
33
|
} : {
|
@@ -35,11 +35,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
35
35
|
required: true;
|
36
36
|
};
|
37
37
|
};
|
38
|
-
|
38
|
+
type __VLS_WithDefaults<P, D> = {
|
39
39
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
40
40
|
default: D[K];
|
41
41
|
}> : P[K];
|
42
42
|
};
|
43
|
-
|
43
|
+
type __VLS_Prettify<T> = {
|
44
44
|
[K in keyof T]: T[K];
|
45
45
|
} & {};
|