@factoringplus/pl-components-pack-v3 1.9.8-pre-06 → 1.9.8-pre-crypto-pro
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 +0 -31
- package/dist/crypto-pro-actual-cades-plugin-041a5a37.js +2937 -0
- package/dist/crypto-pro-actual-cades-plugin-88bdb9f6.cjs +8 -0
- package/dist/{entry-97b75cab.js → entry-01c724fd.js} +8387 -8403
- package/dist/entry-4320afb1.cjs +115 -0
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +1 -1
- package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-link/pl-link.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +2 -2
- package/dist/src/components/data/pl-banner/index.d.ts +17 -17
- package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +3 -3
- package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +1 -1
- package/dist/src/components/data/pl-signing/index.d.ts +8 -8
- package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +1 -1
- package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +1 -1
- package/dist/src/components/data/pl-tabs/components/pl-tab.vue.d.ts +1 -1
- package/dist/src/components/data/pl-tags-chips/index.d.ts +22 -22
- package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +2 -2
- package/dist/src/components/data/pl-text-cell/index.d.ts +2 -2
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-select/pl-select.vue.d.ts +2 -2
- package/dist/src/components/deprecated/pl-table/pl-table.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-upload/pl-upload.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +3 -3
- package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +1 -1
- package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +2 -2
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +5 -5
- package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +2 -2
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +7 -7
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +7 -7
- package/dist/src/components/form/pl-input-plus/components/pl-currency.vue.d.ts +3 -3
- package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +6 -6
- package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +2 -2
- package/dist/src/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +9 -9
- package/dist/src/components/form/pl-input-plus/index.d.ts +235 -235
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +18 -18
- package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +1 -1
- package/dist/src/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +1 -1
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +6 -6
- package/dist/src/components/form/pl-radio/index.d.ts +16 -16
- package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +7 -7
- package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +1 -1
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +4 -4
- package/dist/src/components/form/pl-switch/pl-switch.vue.d.ts +2 -2
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +3 -3
- package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-label/pl-label.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-option/pl-option.vue.d.ts +2 -2
- package/dist/src/components/shared/pl-tab-pane/pl-tab-pane.vue.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +6 -13
- package/dist/crypto-pro-2aea8940.cjs +0 -7
- package/dist/crypto-pro-6c76d19d.js +0 -2914
- package/dist/entry-b4ae0d19.cjs +0 -115
package/README.md
CHANGED
@@ -15,34 +15,3 @@ import '@factoringplus/pl-components-pack-v3/dist/style.css';
|
|
15
15
|
|
16
16
|
app.use(components)
|
17
17
|
```
|
18
|
-
|
19
|
-
### Автоматизированное тестирование
|
20
|
-
|
21
|
-
#### Запуск компонентных тестов
|
22
|
-
|
23
|
-
```bash
|
24
|
-
npm run test:components
|
25
|
-
```
|
26
|
-
|
27
|
-
#### Построение отчёта покрытия компонентов
|
28
|
-
|
29
|
-
1. Выполнить в терминале:
|
30
|
-
|
31
|
-
```bash
|
32
|
-
npm run test:components-coverage
|
33
|
-
```
|
34
|
-
|
35
|
-
2. В выводе получить адрес http://localhost:port
|
36
|
-
1. Перейти по адресу http://localhost:port/coverage/index.html
|
37
|
-
|
38
|
-
#### Построение Allure отчёта
|
39
|
-
|
40
|
-
```bash
|
41
|
-
npm run test:allure
|
42
|
-
```
|
43
|
-
|
44
|
-
#### Обновление скриншотов
|
45
|
-
|
46
|
-
```bash
|
47
|
-
npx playwright test -c playwright-ct.config.ts название_файла(например, pl-input.spec.ts) --update-snapshots
|
48
|
-
```
|