@factoringplus/pl-components-pack-v3 1.2.26 → 1.2.27-pre-02
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 → 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 +15722 -15851
- package/dist/pl-components-pack-v3.umd.js +44 -45
- 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 -87
- 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,4 +1,5 @@
|
|
1
|
-
import
|
1
|
+
import { PartyElement } from './types';
|
2
|
+
|
2
3
|
declare function recipientBottomTextFunc(response: any[], getBottomText: any): any[];
|
3
4
|
declare function innKppBottomTextFunc(e: PartyElement): string;
|
4
5
|
declare function innAddressBottomTextFunc(e: PartyElement): string;
|
package/dist/utils/deepSet.d.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
|
-
|
1
|
+
interface IDeepSetFunc {
|
2
2
|
add: (o: any) => void;
|
3
|
-
}
|
3
|
+
}
|
4
|
+
declare function deepSetFunc(): IDeepSetFunc;
|
4
5
|
export declare const deepSet: import('../install-function').SFCInstallWithContext<typeof deepSetFunc>;
|
5
6
|
export default deepSet;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
declare const _default: (account:
|
1
|
+
declare const _default: (account: string) => 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.
|
17
|
+
"version": "1.2.27-pre-02",
|
18
18
|
"scripts": {
|
19
19
|
"dev": "vite",
|
20
20
|
"build": "vite build",
|
@@ -25,6 +25,7 @@
|
|
25
25
|
"publish-story": "npm i && npm run build && npm publish --access=public",
|
26
26
|
"build-styles": "node ./buildStyles.js",
|
27
27
|
"lint:eslint": "eslint .",
|
28
|
+
"lint:eslint:fix": "eslint --fix .",
|
28
29
|
"lint:prettier": "prettier --write .",
|
29
30
|
"prepare": "husky install",
|
30
31
|
"docs:dev": "npm i && node ./buildStyles.js && vitepress dev docs",
|
@@ -41,90 +42,77 @@
|
|
41
42
|
"*.js": "eslint --cache --fix"
|
42
43
|
},
|
43
44
|
"dependencies": {
|
44
|
-
"@element-plus/icons-vue": "
|
45
|
-
"@
|
46
|
-
"@
|
47
|
-
"@
|
48
|
-
"@vueuse/
|
49
|
-
"
|
50
|
-
"
|
51
|
-
"
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"
|
57
|
-
"
|
58
|
-
"
|
59
|
-
"
|
60
|
-
"
|
61
|
-
"
|
62
|
-
"
|
63
|
-
"
|
64
|
-
"vue": "^3.2.37",
|
65
|
-
"vue-currency-input": "^3.0.5",
|
66
|
-
"vue-feather": "^2.0.0",
|
67
|
-
"vue-inline-svg": "^3.1.2",
|
68
|
-
"vuedraggable": "^4.1.0",
|
69
|
-
"vuex": "^4.1.0"
|
45
|
+
"@element-plus/icons-vue": "2.3.1",
|
46
|
+
"@storybook/addons": "7.6.17",
|
47
|
+
"@types/uniqid": "5.3.4",
|
48
|
+
"@vueuse/core": "10.11.0",
|
49
|
+
"@vueuse/shared": "10.11.0",
|
50
|
+
"async-validator": "4.2.5",
|
51
|
+
"axios": "0.26.1",
|
52
|
+
"crypto-pro": "2.5.2",
|
53
|
+
"dayjs": "1.11.11",
|
54
|
+
"element-plus": "2.3.7",
|
55
|
+
"lodash": "4.17.21",
|
56
|
+
"lodash.isequal": "4.5.0",
|
57
|
+
"maska": "1.5.2",
|
58
|
+
"moment": "2.30.1",
|
59
|
+
"pinia": "2.1.7",
|
60
|
+
"uniqid": "5.4.0",
|
61
|
+
"vue": "3.4.31",
|
62
|
+
"vue-currency-input": "3.1.0",
|
63
|
+
"vue-inline-svg": "3.1.3",
|
64
|
+
"vuex": "4.1.0"
|
70
65
|
},
|
71
66
|
"devDependencies": {
|
72
|
-
"@babel/core": "
|
73
|
-
"@babel/
|
74
|
-
"@
|
75
|
-
"@
|
76
|
-
"@
|
77
|
-
"@storybook/addon-
|
78
|
-
"@storybook/addon-
|
79
|
-
"@storybook/
|
80
|
-
"@storybook/vue3": "
|
81
|
-
"@
|
82
|
-
"@
|
83
|
-
"@typescript-eslint/
|
84
|
-
"@
|
85
|
-
"@vitejs/plugin-vue": "^4.2.3",
|
86
|
-
"@vue/compiler-sfc": "^3.3.1",
|
67
|
+
"@babel/core": "7.24.8",
|
68
|
+
"@babel/preset-env": "7.24.8",
|
69
|
+
"@faker-js/faker": "8.4.1",
|
70
|
+
"@playwright/test": "1.45.1",
|
71
|
+
"@storybook/addon-actions": "7.6.20",
|
72
|
+
"@storybook/addon-essentials": "7.6.20",
|
73
|
+
"@storybook/addon-links": "7.6.20",
|
74
|
+
"@storybook/vue3": "7.6.20",
|
75
|
+
"@storybook/vue3-vite": "7.6.20",
|
76
|
+
"@types/node": "18.19.39",
|
77
|
+
"@typescript-eslint/eslint-plugin": "5.62.0",
|
78
|
+
"@typescript-eslint/parser": "5.62.0",
|
79
|
+
"@vitejs/plugin-vue": "4.6.2",
|
87
80
|
"@vue/eslint-config-airbnb": "^7.0.0",
|
88
|
-
"@vue/eslint-config-prettier": "
|
81
|
+
"@vue/eslint-config-prettier": "7.1.0",
|
89
82
|
"@vue/eslint-config-typescript": "^11.0.2",
|
90
|
-
"@vue/tsconfig": "
|
91
|
-
"allure-playwright": "
|
92
|
-
"
|
93
|
-
"
|
94
|
-
"babel-loader": "^9.1.2",
|
95
|
-
"eslint": "^8.44.0",
|
83
|
+
"@vue/tsconfig": "0.1.3",
|
84
|
+
"allure-playwright": "2.15.1",
|
85
|
+
"babel-loader": "9.1.3",
|
86
|
+
"eslint": "8.57.0",
|
96
87
|
"eslint-config-prettier": "8.8.0",
|
97
|
-
"eslint-plugin-import": "
|
98
|
-
"eslint-plugin-prettier": "
|
99
|
-
"eslint-plugin-vue": "
|
100
|
-
"eslint-plugin-vuejs-accessibility": "
|
88
|
+
"eslint-plugin-import": "2.29.1",
|
89
|
+
"eslint-plugin-prettier": "4.2.1",
|
90
|
+
"eslint-plugin-vue": "9.27.0",
|
91
|
+
"eslint-plugin-vuejs-accessibility": "1.2.0",
|
101
92
|
"husky": "8.0.3",
|
102
93
|
"lint-staged": "13.2.2",
|
103
|
-
"node-sass": "
|
104
|
-
"postcss-html": "
|
105
|
-
"postcss-preset-env": "
|
106
|
-
"prettier": "
|
107
|
-
"
|
108
|
-
"
|
109
|
-
"
|
110
|
-
"
|
111
|
-
"
|
112
|
-
"
|
113
|
-
"stylelint": "
|
114
|
-
"stylelint-config-
|
115
|
-
"
|
116
|
-
"
|
117
|
-
"
|
118
|
-
"
|
119
|
-
"
|
120
|
-
"vite": "
|
121
|
-
"vite-plugin-
|
122
|
-
"vite-plugin-
|
123
|
-
"vite-
|
124
|
-
"
|
125
|
-
"
|
126
|
-
"vitepress": "^1.1.4",
|
127
|
-
"vue-loader": "^17.2.2",
|
128
|
-
"vue-tsc": "^1.8.4"
|
94
|
+
"node-sass": "9.0.0",
|
95
|
+
"postcss-html": "1.7.0",
|
96
|
+
"postcss-preset-env": "8.5.1",
|
97
|
+
"prettier": "2.8.8",
|
98
|
+
"rollup-plugin-visualizer": "5.12.0",
|
99
|
+
"sass": "1.77.8",
|
100
|
+
"storybook": "7.6.20",
|
101
|
+
"style-dictionary": "3.9.2",
|
102
|
+
"stylelint": "16.7.0",
|
103
|
+
"stylelint-config-html": "1.1.0",
|
104
|
+
"stylelint-config-recess-order": "4.6.0",
|
105
|
+
"stylelint-config-standard-scss": "13.1.0",
|
106
|
+
"typescript": "4.9.5",
|
107
|
+
"unplugin-auto-import": "0.15.3",
|
108
|
+
"unplugin-vue-components": "0.24.1",
|
109
|
+
"vite": "4.4.3",
|
110
|
+
"vite-plugin-checker": "0.5.6",
|
111
|
+
"vite-plugin-dts": "3.9.1",
|
112
|
+
"vite-plugin-eslint": "1.8.1",
|
113
|
+
"vite-plugin-stylelint": "5.3.1",
|
114
|
+
"vite-svg-loader": "4.0.0",
|
115
|
+
"vitepress": "1.3.0",
|
116
|
+
"vue-tsc": "1.8.27"
|
129
117
|
}
|
130
118
|
}
|
@@ -1,87 +0,0 @@
|
|
1
|
-
import type { App } from 'vue';
|
2
|
-
import plLoading from '../services/plLoading';
|
3
|
-
import loadingAndSetup from '../plugins/loading/loading';
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
import type { IPlNotification } from './pl-snackbar/types';
|
11
|
-
declare const Storybook: {
|
12
|
-
apiJs: (optionsRequest: any, isGetResourse: boolean, token: any) => Promise<unknown>;
|
13
|
-
plLoading: typeof plLoading;
|
14
|
-
loader: typeof loadingAndSetup;
|
15
|
-
formatCurrency: import("../install-function").SFCInstallWithContext<(number: string | number, showDecimal?: boolean, digitCount?: number) => string>;
|
16
|
-
filters: import("../install-function").SFCInstallWithContext<() => {
|
17
|
-
capitalize(value: string): string;
|
18
|
-
displayDate(value: string | import("dayjs").Dayjs): string;
|
19
|
-
}>;
|
20
|
-
declOfNum: import("../install-function").SFCInstallWithContext<(value: number, words: string[]) => string>;
|
21
|
-
isEqual: import("../install-function").SFCInstallWithContext<(<T>(obj1: T, obj2: T) => boolean)>;
|
22
|
-
formatDate: import("../install-function").SFCInstallWithContext<(date: string, format: string) => string>;
|
23
|
-
deepSet: import("../install-function").SFCInstallWithContext<() => {
|
24
|
-
add: (o: any) => void;
|
25
|
-
}>;
|
26
|
-
dataParser: {
|
27
|
-
recipientBottomText: import("../install-function").SFCInstallWithContext<(response: any[], getBottomText: any) => any[]>;
|
28
|
-
innKppBottomText: import("../install-function").SFCInstallWithContext<(e: import('../utils/dadataParser').PartyElement) => string>;
|
29
|
-
innAddressBottomText: import("../install-function").SFCInstallWithContext<(e: import('../utils/dadataParser').PartyElement) => string>;
|
30
|
-
};
|
31
|
-
length: number;
|
32
|
-
toString(): string;
|
33
|
-
toLocaleString(): string;
|
34
|
-
pop(): import("vue").Plugin<any[]>;
|
35
|
-
push(...items: import("vue").Plugin<any[]>[]): number;
|
36
|
-
concat(...items: ConcatArray<import("vue").Plugin<any[]>>[]): import("vue").Plugin<any[]>[];
|
37
|
-
concat(...items: (import("vue").Plugin<any[]> | ConcatArray<import("vue").Plugin<any[]>>)[]): import("vue").Plugin<any[]>[];
|
38
|
-
join(separator?: string): string;
|
39
|
-
reverse(): import("vue").Plugin<any[]>[];
|
40
|
-
shift(): import("vue").Plugin<any[]>;
|
41
|
-
slice(start?: number, end?: number): import("vue").Plugin<any[]>[];
|
42
|
-
sort(compareFn?: (a: import("vue").Plugin<any[]>, b: import("vue").Plugin<any[]>) => number): import("vue").Plugin<any[]>[];
|
43
|
-
splice(start: number, deleteCount?: number): import("vue").Plugin<any[]>[];
|
44
|
-
splice(start: number, deleteCount: number, ...items: import("vue").Plugin<any[]>[]): import("vue").Plugin<any[]>[];
|
45
|
-
unshift(...items: import("vue").Plugin<any[]>[]): number;
|
46
|
-
indexOf(searchElement: import("vue").Plugin<any[]>, fromIndex?: number): number;
|
47
|
-
lastIndexOf(searchElement: import("vue").Plugin<any[]>, fromIndex?: number): number;
|
48
|
-
every<S extends import("vue").Plugin<any[]>>(predicate: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => value is S, thisArg?: any): this is S[];
|
49
|
-
every(predicate: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => unknown, thisArg?: any): boolean;
|
50
|
-
some(predicate: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => unknown, thisArg?: any): boolean;
|
51
|
-
forEach(callbackfn: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => void, thisArg?: any): void;
|
52
|
-
map<U>(callbackfn: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => U, thisArg?: any): U[];
|
53
|
-
filter<S_1 extends import("vue").Plugin<any[]>>(predicate: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => value is S_1, thisArg?: any): S_1[];
|
54
|
-
filter(predicate: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => unknown, thisArg?: any): import("vue").Plugin<any[]>[];
|
55
|
-
reduce(callbackfn: (previousValue: import("vue").Plugin<any[]>, currentValue: import("vue").Plugin<any[]>, currentIndex: number, array: import("vue").Plugin<any[]>[]) => import("vue").Plugin<any[]>): import("vue").Plugin<any[]>;
|
56
|
-
reduce(callbackfn: (previousValue: import("vue").Plugin<any[]>, currentValue: import("vue").Plugin<any[]>, currentIndex: number, array: import("vue").Plugin<any[]>[]) => import("vue").Plugin<any[]>, initialValue: import("vue").Plugin<any[]>): import("vue").Plugin<any[]>;
|
57
|
-
reduce<U_1>(callbackfn: (previousValue: U_1, currentValue: import("vue").Plugin<any[]>, currentIndex: number, array: import("vue").Plugin<any[]>[]) => U_1, initialValue: U_1): U_1;
|
58
|
-
reduceRight(callbackfn: (previousValue: import("vue").Plugin<any[]>, currentValue: import("vue").Plugin<any[]>, currentIndex: number, array: import("vue").Plugin<any[]>[]) => import("vue").Plugin<any[]>): import("vue").Plugin<any[]>;
|
59
|
-
reduceRight(callbackfn: (previousValue: import("vue").Plugin<any[]>, currentValue: import("vue").Plugin<any[]>, currentIndex: number, array: import("vue").Plugin<any[]>[]) => import("vue").Plugin<any[]>, initialValue: import("vue").Plugin<any[]>): import("vue").Plugin<any[]>;
|
60
|
-
reduceRight<U_2>(callbackfn: (previousValue: U_2, currentValue: import("vue").Plugin<any[]>, currentIndex: number, array: import("vue").Plugin<any[]>[]) => U_2, initialValue: U_2): U_2;
|
61
|
-
find<S_2 extends import("vue").Plugin<any[]>>(predicate: (this: void, value: import("vue").Plugin<any[]>, index: number, obj: import("vue").Plugin<any[]>[]) => value is S_2, thisArg?: any): S_2;
|
62
|
-
find(predicate: (value: import("vue").Plugin<any[]>, index: number, obj: import("vue").Plugin<any[]>[]) => unknown, thisArg?: any): import("vue").Plugin<any[]>;
|
63
|
-
findIndex(predicate: (value: import("vue").Plugin<any[]>, index: number, obj: import("vue").Plugin<any[]>[]) => unknown, thisArg?: any): number;
|
64
|
-
fill(value: import("vue").Plugin<any[]>, start?: number, end?: number): import("vue").Plugin<any[]>[];
|
65
|
-
copyWithin(target: number, start: number, end?: number): import("vue").Plugin<any[]>[];
|
66
|
-
entries(): IterableIterator<[number, import("vue").Plugin<any[]>]>;
|
67
|
-
keys(): IterableIterator<number>;
|
68
|
-
values(): IterableIterator<import("vue").Plugin<any[]>>;
|
69
|
-
includes(searchElement: import("vue").Plugin<any[]>, fromIndex?: number): boolean;
|
70
|
-
flatMap<U_3, This = undefined>(callback: (this: This, value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => U_3 | readonly U_3[], thisArg?: This): U_3[];
|
71
|
-
flat<A, D extends number = 1>(this: A, depth?: D): FlatArray<A, D>[];
|
72
|
-
at(index: number): import("vue").Plugin<any[]>;
|
73
|
-
[Symbol.iterator](): IterableIterator<import("vue").Plugin<any[]>>;
|
74
|
-
[Symbol.unscopables](): {
|
75
|
-
copyWithin: boolean;
|
76
|
-
entries: boolean;
|
77
|
-
fill: boolean;
|
78
|
-
find: boolean;
|
79
|
-
findIndex: boolean;
|
80
|
-
keys: boolean;
|
81
|
-
values: boolean;
|
82
|
-
};
|
83
|
-
install: (app: App) => void;
|
84
|
-
PlNotification: IPlNotification;
|
85
|
-
};
|
86
|
-
export * from './components';
|
87
|
-
export default Storybook;
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import type { TIconProps } from './types';
|
2
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<TIconProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TIconProps>>>, {}, {}>;
|
3
|
-
export default _default;
|
4
|
-
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
5
|
-
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
6
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
7
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
8
|
-
} : {
|
9
|
-
type: import('vue').PropType<T[K]>;
|
10
|
-
required: true;
|
11
|
-
};
|
12
|
-
};
|
@@ -1,2 +0,0 @@
|
|
1
|
-
export declare const PlMarkText: import('../../install-function').SFCInstallWithContext<import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
2
|
-
export default PlMarkText;
|
@@ -1,21 +0,0 @@
|
|
1
|
-
import { TIcon } from '../pl-icon';
|
2
|
-
export interface IProps {
|
3
|
-
id: number;
|
4
|
-
icon: TIcon;
|
5
|
-
color: string;
|
6
|
-
title: string;
|
7
|
-
button: string;
|
8
|
-
buttonAdd: string;
|
9
|
-
action: Function;
|
10
|
-
actionAdd: Function;
|
11
|
-
message: string;
|
12
|
-
blockHide: boolean;
|
13
|
-
}
|
14
|
-
export interface IPlNotification {
|
15
|
-
success: Function;
|
16
|
-
error: Function;
|
17
|
-
warning: Function;
|
18
|
-
info: Function;
|
19
|
-
custom: Function;
|
20
|
-
closeAll: Function;
|
21
|
-
}
|
@@ -1,21 +0,0 @@
|
|
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
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
-
new (): {
|
19
|
-
$slots: S;
|
20
|
-
};
|
21
|
-
};
|
@@ -1,21 +0,0 @@
|
|
1
|
-
interface IProps {
|
2
|
-
color?: string;
|
3
|
-
}
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
|
5
|
-
default?(_: {}): any;
|
6
|
-
}>;
|
7
|
-
export default _default;
|
8
|
-
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
-
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
-
} : {
|
13
|
-
type: import('vue').PropType<T[K]>;
|
14
|
-
required: true;
|
15
|
-
};
|
16
|
-
};
|
17
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
-
new (): {
|
19
|
-
$slots: S;
|
20
|
-
};
|
21
|
-
};
|
@@ -1,21 +0,0 @@
|
|
1
|
-
interface IProps {
|
2
|
-
color?: string;
|
3
|
-
}
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
|
5
|
-
default?(_: {}): any;
|
6
|
-
}>;
|
7
|
-
export default _default;
|
8
|
-
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
-
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
-
} : {
|
13
|
-
type: import('vue').PropType<T[K]>;
|
14
|
-
required: true;
|
15
|
-
};
|
16
|
-
};
|
17
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
-
new (): {
|
19
|
-
$slots: S;
|
20
|
-
};
|
21
|
-
};
|
@@ -1,21 +0,0 @@
|
|
1
|
-
interface IProps {
|
2
|
-
color?: string;
|
3
|
-
}
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
|
5
|
-
default?(_: {}): any;
|
6
|
-
}>;
|
7
|
-
export default _default;
|
8
|
-
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
-
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
-
} : {
|
13
|
-
type: import('vue').PropType<T[K]>;
|
14
|
-
required: true;
|
15
|
-
};
|
16
|
-
};
|
17
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
-
new (): {
|
19
|
-
$slots: S;
|
20
|
-
};
|
21
|
-
};
|
@@ -1,21 +0,0 @@
|
|
1
|
-
interface IProps {
|
2
|
-
color?: string;
|
3
|
-
}
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
|
5
|
-
default?(_: {}): any;
|
6
|
-
}>;
|
7
|
-
export default _default;
|
8
|
-
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
-
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
-
} : {
|
13
|
-
type: import('vue').PropType<T[K]>;
|
14
|
-
required: true;
|
15
|
-
};
|
16
|
-
};
|
17
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
-
new (): {
|
19
|
-
$slots: S;
|
20
|
-
};
|
21
|
-
};
|
@@ -1,21 +0,0 @@
|
|
1
|
-
interface IProps {
|
2
|
-
color?: string;
|
3
|
-
}
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
|
5
|
-
default?(_: {}): any;
|
6
|
-
}>;
|
7
|
-
export default _default;
|
8
|
-
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
-
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
-
} : {
|
13
|
-
type: import('vue').PropType<T[K]>;
|
14
|
-
required: true;
|
15
|
-
};
|
16
|
-
};
|
17
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
-
new (): {
|
19
|
-
$slots: S;
|
20
|
-
};
|
21
|
-
};
|
@@ -1,21 +0,0 @@
|
|
1
|
-
interface IProps {
|
2
|
-
color?: string;
|
3
|
-
}
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
|
5
|
-
default?(_: {}): any;
|
6
|
-
}>;
|
7
|
-
export default _default;
|
8
|
-
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
-
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
-
} : {
|
13
|
-
type: import('vue').PropType<T[K]>;
|
14
|
-
required: true;
|
15
|
-
};
|
16
|
-
};
|
17
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
-
new (): {
|
19
|
-
$slots: S;
|
20
|
-
};
|
21
|
-
};
|
@@ -1,21 +0,0 @@
|
|
1
|
-
interface IProps {
|
2
|
-
color?: string;
|
3
|
-
}
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
|
5
|
-
default?(_: {}): any;
|
6
|
-
}>;
|
7
|
-
export default _default;
|
8
|
-
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
-
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
-
} : {
|
13
|
-
type: import('vue').PropType<T[K]>;
|
14
|
-
required: true;
|
15
|
-
};
|
16
|
-
};
|
17
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
-
new (): {
|
19
|
-
$slots: S;
|
20
|
-
};
|
21
|
-
};
|
@@ -1,21 +0,0 @@
|
|
1
|
-
interface IProps {
|
2
|
-
color?: string;
|
3
|
-
}
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
|
5
|
-
default?(_: {}): any;
|
6
|
-
}>;
|
7
|
-
export default _default;
|
8
|
-
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
-
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
-
} : {
|
13
|
-
type: import('vue').PropType<T[K]>;
|
14
|
-
required: true;
|
15
|
-
};
|
16
|
-
};
|
17
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
-
new (): {
|
19
|
-
$slots: S;
|
20
|
-
};
|
21
|
-
};
|
@@ -1,21 +0,0 @@
|
|
1
|
-
interface IProps {
|
2
|
-
color?: string;
|
3
|
-
}
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
|
5
|
-
default?(_: {}): any;
|
6
|
-
}>;
|
7
|
-
export default _default;
|
8
|
-
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
-
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
-
} : {
|
13
|
-
type: import('vue').PropType<T[K]>;
|
14
|
-
required: true;
|
15
|
-
};
|
16
|
-
};
|
17
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
-
new (): {
|
19
|
-
$slots: S;
|
20
|
-
};
|
21
|
-
};
|
@@ -1,21 +0,0 @@
|
|
1
|
-
interface IProps {
|
2
|
-
color?: string;
|
3
|
-
}
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
|
5
|
-
default?(_: {}): any;
|
6
|
-
}>;
|
7
|
-
export default _default;
|
8
|
-
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
-
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
-
} : {
|
13
|
-
type: import('vue').PropType<T[K]>;
|
14
|
-
required: true;
|
15
|
-
};
|
16
|
-
};
|
17
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
-
new (): {
|
19
|
-
$slots: S;
|
20
|
-
};
|
21
|
-
};
|
@@ -1,21 +0,0 @@
|
|
1
|
-
interface IProps {
|
2
|
-
color?: string;
|
3
|
-
}
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
|
5
|
-
default?(_: {}): any;
|
6
|
-
}>;
|
7
|
-
export default _default;
|
8
|
-
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
-
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
-
} : {
|
13
|
-
type: import('vue').PropType<T[K]>;
|
14
|
-
required: true;
|
15
|
-
};
|
16
|
-
};
|
17
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
-
new (): {
|
19
|
-
$slots: S;
|
20
|
-
};
|
21
|
-
};
|