@factoringplus/pl-components-pack-v3 1.2.22-pre-05 → 1.2.22-pre-06
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -17
- package/dist/components/button/index.d.ts +54 -55
- package/dist/components/button/pl-button.vue.d.ts +11 -12
- package/dist/components/button/types/index.d.ts +1 -2
- package/dist/components/components.d.ts +12 -14
- package/dist/components/{deprecated/currency-input → currency-input}/index.d.ts +1 -2
- package/dist/components/entry.d.ts +87 -0
- package/dist/components/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +12 -13
- package/dist/components/pl-autocomplete/components/pl-default.vue.d.ts +12 -13
- package/dist/components/pl-autocomplete/index.d.ts +1 -2
- package/dist/components/pl-autocomplete/pl-autocompete.vue.d.ts +19 -20
- package/dist/components/pl-autocomplete/types/index.d.ts +2 -3
- package/dist/components/pl-card/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-checkbox → pl-checkbox}/index.d.ts +1 -2
- package/dist/components/pl-checkbox-plus/index.d.ts +1 -2
- package/dist/components/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +4 -4
- package/dist/components/{deprecated/pl-date-picker → pl-date-picker}/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-date-picker-legacy → pl-date-picker-legacy}/index.d.ts +1 -2
- package/dist/components/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +15 -12
- package/dist/components/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +13 -10
- package/dist/components/pl-date-picker-plus/common/types/index.d.ts +2 -2
- package/dist/components/pl-date-picker-plus/common/utils/wrapperFunctions.d.ts +4 -5
- package/dist/components/pl-date-picker-plus/index.d.ts +1 -2
- package/dist/components/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +16 -17
- package/dist/components/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +16 -17
- package/dist/components/pl-dialog/index.d.ts +1 -2
- package/dist/components/pl-dialog/pl-dialog-plus.vue.d.ts +15 -25
- package/dist/components/{deprecated/pl-dialog → pl-dialog}/pl-dialog.vue.d.ts +9 -9
- package/dist/components/pl-form/index.d.ts +1 -2
- package/dist/components/pl-form/pl-form.vue.d.ts +9 -10
- package/dist/components/{deprecated/pl-form-item → pl-form-item}/index.d.ts +1 -2
- package/dist/components/pl-icon/index.d.ts +2 -3
- package/dist/components/pl-icon/pl-icon.vue.d.ts +4 -5
- package/dist/components/pl-icon/types/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-input → pl-input}/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-input-native → pl-input-native}/index.d.ts +1 -2
- package/dist/components/pl-input-plus/components/pl-currency.vue.d.ts +10 -11
- package/dist/components/pl-input-plus/components/pl-default.vue.d.ts +16 -17
- package/dist/components/pl-input-plus/components/pl-password.vue.d.ts +10 -11
- package/dist/components/pl-input-plus/components/pl-textarea.vue.d.ts +10 -11
- package/dist/components/pl-input-plus/index.d.ts +1 -2
- package/dist/components/pl-input-plus/pl-input-plus.vue.d.ts +18 -19
- package/dist/components/pl-input-plus/types/index.d.ts +4 -5
- package/dist/components/pl-label/pl-label.vue.d.ts +3 -3
- package/dist/components/pl-link/index.d.ts +1 -2
- package/dist/components/pl-link/pl-link.vue.d.ts +7 -7
- package/dist/components/pl-mark-text/index.d.ts +1 -15
- package/dist/components/pl-multi-select/components/pl-default.vue.d.ts +12 -13
- package/dist/components/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +11 -12
- package/dist/components/pl-multi-select/index.d.ts +1 -2
- package/dist/components/pl-multi-select/pl-multi-select.vue.d.ts +12 -13
- package/dist/components/pl-multi-select/types/index.d.ts +2 -3
- package/dist/components/pl-multitab/components/pl-tab-card.vue.d.ts +9 -10
- package/dist/components/pl-multitab/index.d.ts +1 -2
- package/dist/components/pl-multitab/pl-multitab.vue.d.ts +8 -9
- package/dist/components/pl-multitab/types/index.d.ts +1 -2
- package/dist/components/pl-option/index.d.ts +1 -2
- package/dist/components/pl-option/pl-option.vue.d.ts +5 -5
- package/dist/components/pl-radio/index.d.ts +1 -2
- package/dist/components/pl-radio/pl-radio.vue.d.ts +3 -3
- package/dist/components/pl-scrollbar/index.d.ts +1 -2
- package/dist/components/pl-scrollbar/pl-scrollbar.vue.d.ts +9 -9
- package/dist/components/{deprecated/pl-select → pl-select}/index.d.ts +1 -2
- package/dist/components/pl-select-plus/components/pl-default.vue.d.ts +13 -14
- package/dist/components/pl-select-plus/components/pl-select-dropdown.vue.d.ts +11 -12
- package/dist/components/pl-select-plus/index.d.ts +1 -2
- package/dist/components/pl-select-plus/pl-select-plus.vue.d.ts +14 -15
- package/dist/components/pl-select-plus/types/index.d.ts +2 -3
- package/dist/components/pl-skeleton/index.d.ts +1 -2
- package/dist/components/pl-skeleton/pl-skeleton.vue.d.ts +6 -6
- package/dist/components/pl-snackbar/index.d.ts +1 -2
- package/dist/components/pl-snackbar/pl-snackbar.vue.d.ts +14 -9
- package/dist/components/pl-snackbar/renderSnackbar.d.ts +1 -1
- package/dist/components/pl-snackbar/types.d.ts +9 -14
- package/dist/components/pl-stepper/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-suggestions → pl-suggestions}/index.d.ts +1 -2
- package/dist/components/pl-switch/index.d.ts +1 -2
- package/dist/components/pl-switch/pl-switch.vue.d.ts +3 -3
- package/dist/components/pl-tab-pane/index.d.ts +1 -2
- package/dist/components/pl-tab-pane/pl-tab-pane.vue.d.ts +9 -10
- package/dist/components/pl-tab-pane/types/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-table → pl-table}/index.d.ts +1 -2
- package/dist/components/pl-table-plus/components/row-mask.vue.d.ts +8 -8
- package/dist/components/pl-table-plus/index.d.ts +1 -2
- package/dist/components/pl-table-plus/pl-table-plus.vue.d.ts +13 -11
- package/dist/components/pl-tabs/components/pl-tab-counter.vue.d.ts +3 -3
- package/dist/components/pl-tabs/components/pl-tab.vue.d.ts +7 -8
- package/dist/components/pl-tabs/index.d.ts +1 -2
- package/dist/components/pl-tabs/pl-tabs.vue.d.ts +7 -7
- package/dist/components/pl-tags/pl-tags.vue.d.ts +7 -7
- package/dist/components/pl-text/components/pl-body1.vue.d.ts +4 -4
- package/dist/components/pl-text/components/pl-body2.vue.d.ts +4 -4
- package/dist/components/pl-text/components/pl-body3.vue.d.ts +4 -4
- package/dist/components/pl-text/components/pl-bodyu.vue.d.ts +4 -4
- package/dist/components/pl-text/components/pl-btn1.vue.d.ts +4 -4
- package/dist/components/pl-text/components/pl-btn2.vue.d.ts +4 -4
- package/dist/components/pl-text/components/pl-btn3.vue.d.ts +4 -4
- package/dist/components/pl-text/components/pl-cap.vue.d.ts +4 -4
- package/dist/components/pl-text/components/pl-h1.vue.d.ts +4 -4
- package/dist/components/pl-text/components/pl-h2.vue.d.ts +4 -4
- package/dist/components/pl-text/components/pl-h3.vue.d.ts +4 -4
- package/dist/components/pl-text/components/pl-h4.vue.d.ts +4 -4
- package/dist/components/pl-text/components/pl-sub1.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-sub2.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-system.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-tag.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-title1.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-title2.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-title3.vue.d.ts +3 -3
- package/dist/components/pl-text/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-tooltip → pl-tooltip}/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-tooltip → pl-tooltip}/pl-tooltip.vue.d.ts +9 -9
- package/dist/components/pl-tooltip-plus/index.d.ts +1 -2
- package/dist/components/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +9 -9
- package/dist/components/{deprecated/pl-upload → pl-upload}/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-upload-legacy → pl-upload-legacy}/index.d.ts +1 -2
- package/dist/components/pl-upload-plus/index.d.ts +1 -2
- package/dist/components/pl-upload-plus/pl-upload-plus.vue.d.ts +12 -16
- package/dist/components/pl-upload-plus/types/FileExtension.d.ts +1 -1
- package/dist/directives/index.d.ts +1 -3
- package/dist/directives/vInfiniteScroll/vInfiniteScroll.d.ts +1 -2
- package/dist/directives/vLoading.d.ts +1 -2
- package/dist/directives/vTap.d.ts +1 -2
- package/dist/directives/vTouchOutside.d.ts +1 -2
- package/dist/install-function/index.d.ts +3 -4
- package/dist/mockServiceWorker.js +364 -0
- package/dist/pl-components-pack-v3.d.ts +2 -0
- package/dist/pl-components-pack-v3.es.js +21024 -21104
- package/dist/pl-components-pack-v3.umd.js +51 -45
- package/dist/plugins/filters.d.ts +3 -5
- package/dist/plugins/loading/loading.d.ts +1 -3
- package/dist/services/plLoading.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/dadataParser.d.ts +1 -2
- package/dist/utils/deepSet.d.ts +2 -3
- package/dist/utils/formatAccount.d.ts +1 -1
- package/dist/utils/getSourceCode.d.ts +1 -4
- package/package.json +80 -65
- package/dist/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +0 -77
- package/dist/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +0 -72
- package/dist/components/deprecated/pl-dialog/index.d.ts +0 -6
- package/dist/components/deprecated/pl-select/pl-select.vue.d.ts +0 -147
- package/dist/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +0 -112
- package/dist/components/deprecated/pl-table/pl-table.vue.d.ts +0 -133
- package/dist/components/deprecated/pl-upload/pl-upload.vue.d.ts +0 -124
- package/dist/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +0 -112
- package/dist/components/pl-mark-text/pl-mark-text.vue.d.ts +0 -16
- package/dist/components/pl-select-plus/components/pl-account.vue.d.ts +0 -68
- package/dist/components/pl-stepper/pl-stepper.vue.d.ts +0 -57
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { PartyElement } from './types';
|
|
2
|
-
|
|
1
|
+
import type { PartyElement } from './types';
|
|
3
2
|
declare function recipientBottomTextFunc(response: any[], getBottomText: any): any[];
|
|
4
3
|
declare function innKppBottomTextFunc(e: PartyElement): string;
|
|
5
4
|
declare function innAddressBottomTextFunc(e: PartyElement): string;
|
package/dist/utils/deepSet.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
declare function deepSetFunc(): {
|
|
2
2
|
add: (o: any) => void;
|
|
3
|
-
}
|
|
4
|
-
declare function deepSetFunc(): IDeepSetFunc;
|
|
3
|
+
};
|
|
5
4
|
export declare const deepSet: import('../install-function').SFCInstallWithContext<typeof deepSetFunc>;
|
|
6
5
|
export default deepSet;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: (account:
|
|
1
|
+
declare const _default: (account: any) => string;
|
|
2
2
|
export default _default;
|
package/package.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"require": "./dist/pl-components-pack-v3.umd.js"
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
|
-
"version": "1.2.22-pre-
|
|
17
|
+
"version": "1.2.22-pre-06",
|
|
18
18
|
"scripts": {
|
|
19
19
|
"dev": "vite",
|
|
20
20
|
"build": "vite build",
|
|
@@ -41,76 +41,91 @@
|
|
|
41
41
|
"*.js": "eslint --cache --fix"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@
|
|
45
|
-
"@
|
|
46
|
-
"@
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
44
|
+
"@element-plus/icons-vue": "^1.1.4",
|
|
45
|
+
"@mdx-js/react": "^2.3.0",
|
|
46
|
+
"@storybook/addons": "^7.0.26",
|
|
47
|
+
"@types/uniqid": "^5.3.4",
|
|
48
|
+
"@vueuse/components": "^10.7.1",
|
|
49
|
+
"@vueuse/core": "^10.7.1",
|
|
50
|
+
"async-validator": "^4.2.5",
|
|
51
|
+
"axios": "^0.26.1",
|
|
52
|
+
"crypto-pro": "^2.5.0",
|
|
53
|
+
"dayjs": "^1.11.9",
|
|
54
|
+
"element-plus": "^2.3.7",
|
|
55
|
+
"feather-icons": "^4.29.0",
|
|
56
|
+
"js-file-download": "^0.4.12",
|
|
57
|
+
"lodash": "^4.17.21",
|
|
58
|
+
"lodash.isequal": "^4.5.0",
|
|
59
|
+
"lodash.throttle": "^4.1.1",
|
|
60
|
+
"maska": "^1.5.2",
|
|
61
|
+
"moment": "^2.29.4",
|
|
62
|
+
"msw": "^0.43.1",
|
|
63
|
+
"pinia": "^2.1.4",
|
|
64
|
+
"uniqid": "^5.4.0",
|
|
65
|
+
"vue": "^3.2.37",
|
|
66
|
+
"vue-currency-input": "^3.0.5",
|
|
67
|
+
"vue-feather": "^2.0.0",
|
|
68
|
+
"vue-inline-svg": "^3.1.2",
|
|
69
|
+
"vuedraggable": "^4.1.0",
|
|
70
|
+
"vuex": "^4.1.0"
|
|
63
71
|
},
|
|
64
72
|
"devDependencies": {
|
|
65
|
-
"@babel/core": "7.
|
|
66
|
-
"@babel/
|
|
67
|
-
"@
|
|
68
|
-
"@
|
|
69
|
-
"@
|
|
70
|
-
"@storybook/addon-
|
|
71
|
-
"@storybook/addon-
|
|
72
|
-
"@storybook/
|
|
73
|
-
"@storybook/vue3
|
|
74
|
-
"@
|
|
75
|
-
"@
|
|
76
|
-
"@typescript-eslint/
|
|
77
|
-
"@
|
|
78
|
-
"@
|
|
73
|
+
"@babel/core": "^7.22.8",
|
|
74
|
+
"@babel/eslint-parser": "^7.22.5",
|
|
75
|
+
"@babel/preset-env": "^7.22.5",
|
|
76
|
+
"@faker-js/faker": "^8.0.2",
|
|
77
|
+
"@playwright/test": "^1.45.0",
|
|
78
|
+
"@storybook/addon-actions": "^7.0.12",
|
|
79
|
+
"@storybook/addon-essentials": "^7.0.26",
|
|
80
|
+
"@storybook/addon-links": "^7.0.26",
|
|
81
|
+
"@storybook/vue3": "^7.0.12",
|
|
82
|
+
"@storybook/vue3-vite": "^7.0.26",
|
|
83
|
+
"@types/node": "^20.4.0",
|
|
84
|
+
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
|
85
|
+
"@typescript-eslint/parser": "^5.57.0",
|
|
86
|
+
"@vitejs/plugin-vue": "^4.2.3",
|
|
87
|
+
"@vue/compiler-sfc": "^3.3.1",
|
|
79
88
|
"@vue/eslint-config-airbnb": "^7.0.0",
|
|
89
|
+
"@vue/eslint-config-prettier": "^7.1.0",
|
|
80
90
|
"@vue/eslint-config-typescript": "^11.0.2",
|
|
81
|
-
"@vue/tsconfig": "0.1.3",
|
|
82
|
-
"allure-playwright": "2.
|
|
83
|
-
"
|
|
84
|
-
"eslint": "
|
|
91
|
+
"@vue/tsconfig": "^0.1.3",
|
|
92
|
+
"allure-playwright": "^2.4.0",
|
|
93
|
+
"autoprefixer": "^10.4.14",
|
|
94
|
+
"babel-eslint": "^10.1.0",
|
|
95
|
+
"babel-loader": "^9.1.2",
|
|
96
|
+
"eslint": "^8.44.0",
|
|
85
97
|
"eslint-config-prettier": "8.8.0",
|
|
86
|
-
"eslint-plugin-import": "2.
|
|
87
|
-
"eslint-plugin-prettier": "4.2.1",
|
|
88
|
-
"eslint-plugin-vue": "9.
|
|
89
|
-
"eslint-plugin-vuejs-accessibility": "1.2.0",
|
|
98
|
+
"eslint-plugin-import": "^2.27.5",
|
|
99
|
+
"eslint-plugin-prettier": "^4.2.1",
|
|
100
|
+
"eslint-plugin-vue": "^9.15.1",
|
|
101
|
+
"eslint-plugin-vuejs-accessibility": "^1.2.0",
|
|
90
102
|
"husky": "8.0.3",
|
|
91
103
|
"lint-staged": "13.2.2",
|
|
92
|
-
"node-sass": "9.0.0",
|
|
93
|
-
"postcss-html": "1.
|
|
94
|
-
"postcss-preset-env": "8.
|
|
95
|
-
"prettier": "2.8.8",
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"stylelint
|
|
103
|
-
"stylelint-config-
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"vite
|
|
110
|
-
"vite-plugin-
|
|
111
|
-
"vite-plugin-
|
|
112
|
-
"vite-
|
|
113
|
-
"
|
|
114
|
-
"
|
|
104
|
+
"node-sass": "^9.0.0",
|
|
105
|
+
"postcss-html": "^1.6.0",
|
|
106
|
+
"postcss-preset-env": "^8.3.0",
|
|
107
|
+
"prettier": "^2.8.8",
|
|
108
|
+
"react": "^18.2.0",
|
|
109
|
+
"react-dom": "^18.2.0",
|
|
110
|
+
"rollup-plugin-visualizer": "^5.9.2",
|
|
111
|
+
"sass": "^1.63.6",
|
|
112
|
+
"storybook": "^7.0.26",
|
|
113
|
+
"style-dictionary": "^3.8.0",
|
|
114
|
+
"stylelint": "^16.2.0",
|
|
115
|
+
"stylelint-config-html": "^1.1.0",
|
|
116
|
+
"stylelint-config-recess-order": "^4.4.0",
|
|
117
|
+
"stylelint-config-standard-scss": "^13.0.0",
|
|
118
|
+
"typescript": "^4.7.4",
|
|
119
|
+
"unplugin-auto-import": "^0.15.2",
|
|
120
|
+
"unplugin-vue-components": "^0.24.1",
|
|
121
|
+
"vite": "^4.4.2",
|
|
122
|
+
"vite-plugin-checker": "^0.5.6",
|
|
123
|
+
"vite-plugin-dts": "^3.7.1",
|
|
124
|
+
"vite-plugin-eslint": "^1.8.1",
|
|
125
|
+
"vite-plugin-stylelint": "^5.3.1",
|
|
126
|
+
"vite-svg-loader": "^4.0.0",
|
|
127
|
+
"vitepress": "^1.1.4",
|
|
128
|
+
"vue-loader": "^17.2.2",
|
|
129
|
+
"vue-tsc": "^1.8.4"
|
|
115
130
|
}
|
|
116
131
|
}
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
declare const _default: import('vue').DefineComponent<{
|
|
3
|
-
modelValue: {
|
|
4
|
-
type: ArrayConstructor;
|
|
5
|
-
default: () => any[];
|
|
6
|
-
};
|
|
7
|
-
width: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
default: string;
|
|
10
|
-
};
|
|
11
|
-
placeholder: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
label: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
isClose: {
|
|
20
|
-
type: BooleanConstructor;
|
|
21
|
-
default: boolean;
|
|
22
|
-
};
|
|
23
|
-
showInput: {
|
|
24
|
-
type: BooleanConstructor;
|
|
25
|
-
default: boolean;
|
|
26
|
-
};
|
|
27
|
-
teleport: {
|
|
28
|
-
type: BooleanConstructor;
|
|
29
|
-
default: boolean;
|
|
30
|
-
};
|
|
31
|
-
}, {
|
|
32
|
-
clearDate: () => void;
|
|
33
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
34
|
-
"update:modelValue": (...args: any[]) => void;
|
|
35
|
-
changeOpen: (...args: any[]) => void;
|
|
36
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
37
|
-
modelValue: {
|
|
38
|
-
type: ArrayConstructor;
|
|
39
|
-
default: () => any[];
|
|
40
|
-
};
|
|
41
|
-
width: {
|
|
42
|
-
type: StringConstructor;
|
|
43
|
-
default: string;
|
|
44
|
-
};
|
|
45
|
-
placeholder: {
|
|
46
|
-
type: StringConstructor;
|
|
47
|
-
default: string;
|
|
48
|
-
};
|
|
49
|
-
label: {
|
|
50
|
-
type: StringConstructor;
|
|
51
|
-
default: string;
|
|
52
|
-
};
|
|
53
|
-
isClose: {
|
|
54
|
-
type: BooleanConstructor;
|
|
55
|
-
default: boolean;
|
|
56
|
-
};
|
|
57
|
-
showInput: {
|
|
58
|
-
type: BooleanConstructor;
|
|
59
|
-
default: boolean;
|
|
60
|
-
};
|
|
61
|
-
teleport: {
|
|
62
|
-
type: BooleanConstructor;
|
|
63
|
-
default: boolean;
|
|
64
|
-
};
|
|
65
|
-
}>> & {
|
|
66
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
67
|
-
onChangeOpen?: (...args: any[]) => any;
|
|
68
|
-
}, {
|
|
69
|
-
label: string;
|
|
70
|
-
modelValue: unknown[];
|
|
71
|
-
width: string;
|
|
72
|
-
placeholder: string;
|
|
73
|
-
isClose: boolean;
|
|
74
|
-
showInput: boolean;
|
|
75
|
-
teleport: boolean;
|
|
76
|
-
}, {}>;
|
|
77
|
-
export default _default;
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
declare const _default: import('vue').DefineComponent<{
|
|
3
|
-
modelValue: {
|
|
4
|
-
type: StringConstructor;
|
|
5
|
-
required: true;
|
|
6
|
-
};
|
|
7
|
-
rules: {
|
|
8
|
-
type: ObjectConstructor;
|
|
9
|
-
default: () => {};
|
|
10
|
-
};
|
|
11
|
-
prop: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
placeholder: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
label: {
|
|
20
|
-
type: StringConstructor;
|
|
21
|
-
default: string;
|
|
22
|
-
};
|
|
23
|
-
weekendsDisabled: {
|
|
24
|
-
type: BooleanConstructor;
|
|
25
|
-
default: boolean;
|
|
26
|
-
};
|
|
27
|
-
disabled: {
|
|
28
|
-
type: BooleanConstructor;
|
|
29
|
-
default: boolean;
|
|
30
|
-
};
|
|
31
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
32
|
-
"update:modelValue": (...args: any[]) => void;
|
|
33
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
34
|
-
modelValue: {
|
|
35
|
-
type: StringConstructor;
|
|
36
|
-
required: true;
|
|
37
|
-
};
|
|
38
|
-
rules: {
|
|
39
|
-
type: ObjectConstructor;
|
|
40
|
-
default: () => {};
|
|
41
|
-
};
|
|
42
|
-
prop: {
|
|
43
|
-
type: StringConstructor;
|
|
44
|
-
default: string;
|
|
45
|
-
};
|
|
46
|
-
placeholder: {
|
|
47
|
-
type: StringConstructor;
|
|
48
|
-
default: string;
|
|
49
|
-
};
|
|
50
|
-
label: {
|
|
51
|
-
type: StringConstructor;
|
|
52
|
-
default: string;
|
|
53
|
-
};
|
|
54
|
-
weekendsDisabled: {
|
|
55
|
-
type: BooleanConstructor;
|
|
56
|
-
default: boolean;
|
|
57
|
-
};
|
|
58
|
-
disabled: {
|
|
59
|
-
type: BooleanConstructor;
|
|
60
|
-
default: boolean;
|
|
61
|
-
};
|
|
62
|
-
}>> & {
|
|
63
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
64
|
-
}, {
|
|
65
|
-
label: string;
|
|
66
|
-
disabled: boolean;
|
|
67
|
-
placeholder: string;
|
|
68
|
-
prop: string;
|
|
69
|
-
rules: Record<string, any>;
|
|
70
|
-
weekendsDisabled: boolean;
|
|
71
|
-
}, {}>;
|
|
72
|
-
export default _default;
|
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
2
|
-
placeholder: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
rules: {
|
|
7
|
-
type: ObjectConstructor;
|
|
8
|
-
default: () => {};
|
|
9
|
-
};
|
|
10
|
-
prop: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
isError: {
|
|
15
|
-
type: BooleanConstructor;
|
|
16
|
-
default: boolean;
|
|
17
|
-
};
|
|
18
|
-
label: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
modelValue: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
required: true;
|
|
25
|
-
};
|
|
26
|
-
options: {
|
|
27
|
-
type: ObjectConstructor;
|
|
28
|
-
required: true;
|
|
29
|
-
};
|
|
30
|
-
getValid: {
|
|
31
|
-
type: (BooleanConstructor | NumberConstructor)[];
|
|
32
|
-
default: boolean;
|
|
33
|
-
};
|
|
34
|
-
checked: {
|
|
35
|
-
type: BooleanConstructor;
|
|
36
|
-
default: boolean;
|
|
37
|
-
};
|
|
38
|
-
icon: {
|
|
39
|
-
type: BooleanConstructor;
|
|
40
|
-
default: boolean;
|
|
41
|
-
};
|
|
42
|
-
tooltipText: {
|
|
43
|
-
type: StringConstructor;
|
|
44
|
-
default: string;
|
|
45
|
-
};
|
|
46
|
-
question: {
|
|
47
|
-
type: BooleanConstructor;
|
|
48
|
-
default: boolean;
|
|
49
|
-
};
|
|
50
|
-
info: {
|
|
51
|
-
type: BooleanConstructor;
|
|
52
|
-
default: boolean;
|
|
53
|
-
};
|
|
54
|
-
disabled: {
|
|
55
|
-
type: BooleanConstructor;
|
|
56
|
-
default: boolean;
|
|
57
|
-
};
|
|
58
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
59
|
-
"update:modelValue": (...args: any[]) => void;
|
|
60
|
-
validate: (...args: any[]) => void;
|
|
61
|
-
"visible-change": (...args: any[]) => void;
|
|
62
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
63
|
-
placeholder: {
|
|
64
|
-
type: StringConstructor;
|
|
65
|
-
default: string;
|
|
66
|
-
};
|
|
67
|
-
rules: {
|
|
68
|
-
type: ObjectConstructor;
|
|
69
|
-
default: () => {};
|
|
70
|
-
};
|
|
71
|
-
prop: {
|
|
72
|
-
type: StringConstructor;
|
|
73
|
-
default: string;
|
|
74
|
-
};
|
|
75
|
-
isError: {
|
|
76
|
-
type: BooleanConstructor;
|
|
77
|
-
default: boolean;
|
|
78
|
-
};
|
|
79
|
-
label: {
|
|
80
|
-
type: StringConstructor;
|
|
81
|
-
default: string;
|
|
82
|
-
};
|
|
83
|
-
modelValue: {
|
|
84
|
-
type: StringConstructor;
|
|
85
|
-
required: true;
|
|
86
|
-
};
|
|
87
|
-
options: {
|
|
88
|
-
type: ObjectConstructor;
|
|
89
|
-
required: true;
|
|
90
|
-
};
|
|
91
|
-
getValid: {
|
|
92
|
-
type: (BooleanConstructor | NumberConstructor)[];
|
|
93
|
-
default: boolean;
|
|
94
|
-
};
|
|
95
|
-
checked: {
|
|
96
|
-
type: BooleanConstructor;
|
|
97
|
-
default: boolean;
|
|
98
|
-
};
|
|
99
|
-
icon: {
|
|
100
|
-
type: BooleanConstructor;
|
|
101
|
-
default: boolean;
|
|
102
|
-
};
|
|
103
|
-
tooltipText: {
|
|
104
|
-
type: StringConstructor;
|
|
105
|
-
default: string;
|
|
106
|
-
};
|
|
107
|
-
question: {
|
|
108
|
-
type: BooleanConstructor;
|
|
109
|
-
default: boolean;
|
|
110
|
-
};
|
|
111
|
-
info: {
|
|
112
|
-
type: BooleanConstructor;
|
|
113
|
-
default: boolean;
|
|
114
|
-
};
|
|
115
|
-
disabled: {
|
|
116
|
-
type: BooleanConstructor;
|
|
117
|
-
default: boolean;
|
|
118
|
-
};
|
|
119
|
-
}>> & {
|
|
120
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
121
|
-
onValidate?: (...args: any[]) => any;
|
|
122
|
-
"onVisible-change"?: (...args: any[]) => any;
|
|
123
|
-
}, {
|
|
124
|
-
label: string;
|
|
125
|
-
disabled: boolean;
|
|
126
|
-
icon: boolean;
|
|
127
|
-
placeholder: string;
|
|
128
|
-
prop: string;
|
|
129
|
-
rules: Record<string, any>;
|
|
130
|
-
getValid: number | boolean;
|
|
131
|
-
checked: boolean;
|
|
132
|
-
isError: boolean;
|
|
133
|
-
tooltipText: string;
|
|
134
|
-
question: boolean;
|
|
135
|
-
info: boolean;
|
|
136
|
-
}, {}>, {
|
|
137
|
-
icon?(_: {}): any;
|
|
138
|
-
"options-slot"?(_: {
|
|
139
|
-
option: any;
|
|
140
|
-
}): any;
|
|
141
|
-
}>;
|
|
142
|
-
export default _default;
|
|
143
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
144
|
-
new (): {
|
|
145
|
-
$slots: S;
|
|
146
|
-
};
|
|
147
|
-
};
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
rules: {
|
|
3
|
-
type: ObjectConstructor;
|
|
4
|
-
default(): {};
|
|
5
|
-
};
|
|
6
|
-
suggestionList: {
|
|
7
|
-
type: ArrayConstructor;
|
|
8
|
-
default(): any[];
|
|
9
|
-
};
|
|
10
|
-
label: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
prop: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
|
-
selectedItem: {
|
|
19
|
-
default: string;
|
|
20
|
-
};
|
|
21
|
-
isError: {
|
|
22
|
-
type: BooleanConstructor;
|
|
23
|
-
default: boolean;
|
|
24
|
-
};
|
|
25
|
-
placeholder: {
|
|
26
|
-
type: StringConstructor;
|
|
27
|
-
default: string;
|
|
28
|
-
};
|
|
29
|
-
symbolsCountSearch: {
|
|
30
|
-
type: NumberConstructor;
|
|
31
|
-
default: number;
|
|
32
|
-
};
|
|
33
|
-
noData: {
|
|
34
|
-
type: StringConstructor;
|
|
35
|
-
default: string;
|
|
36
|
-
};
|
|
37
|
-
getValidate: {
|
|
38
|
-
type: (BooleanConstructor | NumberConstructor)[];
|
|
39
|
-
default: boolean;
|
|
40
|
-
};
|
|
41
|
-
memoryBlur: {
|
|
42
|
-
type: BooleanConstructor;
|
|
43
|
-
default: boolean;
|
|
44
|
-
};
|
|
45
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
46
|
-
change: (...args: any[]) => void;
|
|
47
|
-
validate: (...args: any[]) => void;
|
|
48
|
-
setValid: (...args: any[]) => void;
|
|
49
|
-
fetchDadata: (...args: any[]) => void;
|
|
50
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
51
|
-
rules: {
|
|
52
|
-
type: ObjectConstructor;
|
|
53
|
-
default(): {};
|
|
54
|
-
};
|
|
55
|
-
suggestionList: {
|
|
56
|
-
type: ArrayConstructor;
|
|
57
|
-
default(): any[];
|
|
58
|
-
};
|
|
59
|
-
label: {
|
|
60
|
-
type: StringConstructor;
|
|
61
|
-
default: string;
|
|
62
|
-
};
|
|
63
|
-
prop: {
|
|
64
|
-
type: StringConstructor;
|
|
65
|
-
default: string;
|
|
66
|
-
};
|
|
67
|
-
selectedItem: {
|
|
68
|
-
default: string;
|
|
69
|
-
};
|
|
70
|
-
isError: {
|
|
71
|
-
type: BooleanConstructor;
|
|
72
|
-
default: boolean;
|
|
73
|
-
};
|
|
74
|
-
placeholder: {
|
|
75
|
-
type: StringConstructor;
|
|
76
|
-
default: string;
|
|
77
|
-
};
|
|
78
|
-
symbolsCountSearch: {
|
|
79
|
-
type: NumberConstructor;
|
|
80
|
-
default: number;
|
|
81
|
-
};
|
|
82
|
-
noData: {
|
|
83
|
-
type: StringConstructor;
|
|
84
|
-
default: string;
|
|
85
|
-
};
|
|
86
|
-
getValidate: {
|
|
87
|
-
type: (BooleanConstructor | NumberConstructor)[];
|
|
88
|
-
default: boolean;
|
|
89
|
-
};
|
|
90
|
-
memoryBlur: {
|
|
91
|
-
type: BooleanConstructor;
|
|
92
|
-
default: boolean;
|
|
93
|
-
};
|
|
94
|
-
}>> & {
|
|
95
|
-
onChange?: (...args: any[]) => any;
|
|
96
|
-
onValidate?: (...args: any[]) => any;
|
|
97
|
-
onSetValid?: (...args: any[]) => any;
|
|
98
|
-
onFetchDadata?: (...args: any[]) => any;
|
|
99
|
-
}, {
|
|
100
|
-
label: string;
|
|
101
|
-
placeholder: string;
|
|
102
|
-
prop: string;
|
|
103
|
-
rules: Record<string, any>;
|
|
104
|
-
isError: boolean;
|
|
105
|
-
suggestionList: unknown[];
|
|
106
|
-
selectedItem: string;
|
|
107
|
-
symbolsCountSearch: number;
|
|
108
|
-
noData: string;
|
|
109
|
-
getValidate: number | boolean;
|
|
110
|
-
memoryBlur: boolean;
|
|
111
|
-
}, {}>;
|
|
112
|
-
export default _default;
|