@webitel/ui-sdk 25.4.85 → 25.5.1
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/CHANGELOG.md +149 -0
- package/dist/img/sprite/index.js +4 -1
- package/dist/img/sprite/portal.svg +3 -0
- package/dist/types/api/clients/caseSources/caseSources.d.ts +24 -0
- package/dist/types/components/on-demand/wt-navigation-menu/components/wt-navigation-menu.vue.d.ts +2 -2
- package/dist/types/components/on-demand/wt-selection-popup/wt-selection-popup.vue.d.ts +1 -1
- package/dist/types/components/on-demand/wt-start-page/components/start-page-card.vue.d.ts +1 -1
- package/dist/types/components/on-demand/wt-start-page/components/start-page-logo.vue.d.ts +1 -1
- package/dist/types/components/on-demand/wt-start-page/components/wt-start-page.vue.d.ts +2 -2
- package/dist/types/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue.d.ts +0 -3
- package/dist/types/components/transitions/cases/wt-replace-transition.vue.d.ts +2 -2
- package/dist/types/components/transitions/wt-transition.vue.d.ts +2 -2
- package/dist/types/components/wt-button-select/wt-button-select.vue.d.ts +1 -1
- package/dist/types/components/wt-checkbox/wt-checkbox.vue.d.ts +1 -1
- package/dist/types/components/wt-confirm-dialog/wt-confirm-dialog.vue.d.ts +5 -5
- package/dist/types/components/wt-context-menu/wt-context-menu.vue.d.ts +2 -2
- package/dist/types/components/wt-datepicker/wt-datepicker.vue.d.ts +4 -4
- package/dist/types/components/wt-error-page/wt-error-page.vue.d.ts +2 -2
- package/dist/types/components/wt-headline-nav/wt-headline-nav.vue.d.ts +1 -1
- package/dist/types/components/wt-icon/wt-icon.vue.d.ts +2 -2
- package/dist/types/components/wt-icon-action/wt-icon-action.vue.d.ts +1 -1
- package/dist/types/components/wt-image/wt-image.vue.d.ts +2 -2
- package/dist/types/components/wt-input/wt-input.vue.d.ts +4 -4
- package/dist/types/components/wt-intersection-observer/wt-intersection-observer.vue.d.ts +2 -2
- package/dist/types/components/wt-player/wt-player.vue.d.ts +1 -1
- package/dist/types/components/wt-popover/wt-popover.vue.d.ts +56 -0
- package/dist/types/components/wt-progress-bar/wt-progress-bar.vue.d.ts +1 -1
- package/dist/types/components/wt-radio/wt-radio.vue.d.ts +1 -1
- package/dist/types/components/wt-rounded-action/wt-rounded-action.vue.d.ts +4 -4
- package/dist/types/components/wt-search-bar/wt-search-bar.vue.d.ts +1 -1
- package/dist/types/components/wt-select/wt-select-v2.vue.d.ts +20 -0
- package/dist/types/components/wt-select/wt-select.vue.d.ts +3 -1
- package/dist/types/components/wt-slider/wt-slider.vue.d.ts +3 -3
- package/dist/types/components/wt-status-select/wt-status-select.vue.d.ts +1 -1
- package/dist/types/components/wt-table-column-select/wt-table-column-select.vue.d.ts +2 -2
- package/dist/types/components/wt-tags-input/wt-tags-input.vue.d.ts +1 -1
- package/dist/types/components/wt-textarea/wt-textarea.vue.d.ts +34 -0
- package/dist/types/components/wt-time-input/wt-time-input.vue.d.ts +1 -1
- package/dist/types/components/wt-timepicker/wt-timepicker.vue.d.ts +2 -2
- package/dist/types/components/wt-tree-line/wt-tree-line.vue.d.ts +1 -1
- package/dist/types/components/wt-tree-table-row/wt-tree-table-row.vue.d.ts +7 -7
- package/dist/types/enums/ButtonColor/ButtonColor.d.ts +10 -0
- package/dist/types/enums/WebitelApplications/AdminSections.d.ts +1 -0
- package/dist/types/enums/WtObject/WtObject.d.ts +3 -0
- package/dist/types/enums/index.d.ts +2 -1
- package/dist/types/install.d.ts +1 -0
- package/dist/types/modules/AgentStatusSelect/components/_internals/wt-cc-status-select-error-popup.vue.d.ts +1 -1
- package/dist/types/modules/AgentStatusSelect/components/wt-cc-agent-status-select.vue.d.ts +2 -2
- package/dist/types/modules/AuditForm/components/audit-form-question-read-wrapper.vue.d.ts +16 -15
- package/dist/types/modules/AuditForm/components/audit-form-question-write-wrapper.vue.d.ts +33 -10
- package/dist/types/modules/AuditForm/components/audit-form-question.vue.d.ts +22 -15
- package/dist/types/modules/AuditForm/components/audit-form.vue.d.ts +33 -13
- package/dist/types/modules/AuditForm/components/form/form-footer/audit-form-footer.vue.d.ts +14 -0
- package/dist/types/modules/AuditForm/components/form-answers/answer-editing-info/audit-form-answer-editing-info.vue.d.ts +11 -0
- package/dist/types/modules/AuditForm/components/{questions → form-questions}/options/audit-form-question-options-write-row.vue.d.ts +3 -3
- package/dist/types/modules/AuditForm/components/form-questions/options/audit-form-question-options.vue.d.ts +19 -0
- package/dist/types/modules/AuditForm/components/form-questions/score/audit-form-question-score.vue.d.ts +33 -0
- package/dist/types/modules/DeleteConfirmationPopup/components/delete-confirmation-popup.vue.d.ts +2 -2
- package/dist/types/modules/Filters/components/filter-datetime.vue.d.ts +2 -2
- package/dist/types/modules/Filters/components/filter-pagination.vue.d.ts +2 -2
- package/dist/types/modules/Filters/components/filter-search.vue.d.ts +2 -2
- package/dist/types/modules/Filters/components/filter-select.vue.d.ts +2 -2
- package/dist/types/modules/Filters/components/filter-table-fields.vue.d.ts +3 -3
- package/dist/types/modules/ObjectPermissions/_internals/components/permissions-role-row.vue.d.ts +1 -1
- package/dist/types/modules/ObjectPermissions/_internals/components/permissions-tab-role-popup.vue.d.ts +1 -1
- package/dist/types/modules/ObjectPermissions/components/permissions-tab.vue.d.ts +1 -1
- package/dist/types/modules/QueryFilters/components/abstract-api-filter.vue.d.ts +2 -2
- package/dist/types/modules/QueryFilters/components/abstract-enum-filter.vue.d.ts +2 -2
- package/dist/types/modules/QueryFilters/components/filter-datetime.vue.d.ts +2 -2
- package/dist/types/modules/QueryFilters/components/filter-from-to.vue.d.ts +2 -2
- package/dist/types/modules/QueryFilters/components/filter-table-fields.vue.d.ts +4 -4
- package/dist/types/modules/Userinfo/v2/enums/GlobalActions/GlobalActions.d.ts +12 -9
- package/dist/types/modules/Userinfo/v2/enums/ScopeClass/ScopeClass.d.ts +2 -0
- package/dist/types/modules/Userinfo/v2/stores/userinfoStore.d.ts +4 -1
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +26208 -17053
- package/dist/ui-sdk.umd.cjs +1631 -19
- package/package.json +12 -5
- package/src/api/axios/generateInstance.js +2 -1
- package/src/api/clients/caseSources/{caseSources.js → caseSources.ts} +23 -27
- package/src/api/clients/contactGroups/contactGroups.js +5 -5
- package/src/api/clients/index.js +30 -30
- package/src/api/clients//321/201ontacts/contacts.js +0 -1
- package/src/api/defaults/getDefaultInstance/getDefaultInstance.js +4 -0
- package/src/api/transformers/addQueryParamsToUrl/addQueryParamsToUrl.transformer.js +19 -0
- package/src/api/transformers/index.js +2 -0
- package/src/assets/icons/sprite/index.js +4 -1
- package/src/assets/icons/sprite/portal.svg +3 -0
- package/src/components/index.js +3 -0
- package/src/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue +2 -7
- package/src/components/wt-action-bar/WtActionBarActionsOrder.js +1 -1
- package/src/components/wt-popover/wt-popover.vue +45 -0
- package/src/components/wt-select/wt-select-v2.vue +278 -0
- package/src/components/wt-select/wt-select.vue +10 -5
- package/src/components/wt-textarea/wt-textarea.vue +18 -1
- package/src/components/wt-tree-table-row/wt-tree-table-row.vue +0 -7
- package/src/css/main.scss +1 -0
- package/src/css/tailwind.css +1 -0
- package/src/enums/ButtonColor/ButtonColor.js +9 -0
- package/src/enums/ButtonColor/ButtonColor.ts +11 -0
- package/src/enums/ChatGatewayProvider/ChatGatewayProvider.enum.js +1 -0
- package/src/enums/WebitelApplications/AdminSections.ts +1 -0
- package/src/enums/WtObject/WtObject.ts +3 -0
- package/src/enums/index.js +2 -0
- package/src/enums/index.ts +2 -0
- package/src/install.ts +3 -0
- package/src/locale/en/en.js +6 -0
- package/src/locale/ru/ru.js +6 -0
- package/src/locale/ua/ua.js +7 -1
- package/src/modules/AuditForm/components/audit-form-question-read-wrapper.vue +64 -37
- package/src/modules/AuditForm/components/audit-form-question-write-wrapper.vue +17 -21
- package/src/modules/AuditForm/components/audit-form-question.vue +37 -46
- package/src/modules/AuditForm/components/audit-form.vue +88 -54
- package/src/modules/AuditForm/components/form/form-footer/audit-form-footer.vue +66 -0
- package/src/modules/AuditForm/components/form-answers/answer-editing-info/audit-form-answer-editing-info.vue +108 -0
- package/src/modules/AuditForm/components/{questions → form-questions}/options/audit-form-question-options-write-row.vue +1 -1
- package/src/modules/AuditForm/components/{questions → form-questions}/options/audit-form-question-options.vue +32 -26
- package/src/modules/AuditForm/components/{questions → form-questions}/score/audit-form-question-score.vue +25 -29
- package/src/modules/Userinfo/classes/ApplicationsAccess.js +4 -0
- package/src/modules/Userinfo/v2/enums/GlobalActions/GlobalActions.ts +12 -9
- package/src/modules/Userinfo/v2/enums/ScopeClass/ScopeClass.ts +2 -0
- package/src/modules/Userinfo/v2/mappings/mappings.ts +3 -0
- package/src/modules/Userinfo/v2/stores/accessStore.ts +6 -0
- package/src/modules/Userinfo/v2/stores/userinfoStore.ts +2 -0
- package/src/modules/Userinfo/v2/types/UserAccess.d.ts +2 -0
- package/src/plugins/primevue/primevue.plugin.js +34 -0
- package/src/plugins/primevue/theme/components/autocomplete/autocomplete.js +35 -0
- package/src/plugins/primevue/theme/components/button/button.js +175 -0
- package/src/plugins/primevue/theme/components/components.js +13 -0
- package/src/plugins/primevue/theme/components/popover/popover.js +11 -0
- package/src/plugins/primevue/theme/components/tooltip/tooltip.js +9 -0
- package/src/plugins/primevue/theme/extend/extend.js +7 -0
- package/src/plugins/primevue/theme/extend/spacings/spacings.js +15 -0
- package/src/plugins/primevue/theme/semantic/color-scheme/color-schema.js +16 -0
- package/src/plugins/primevue/theme/semantic/color-scheme/dark-color.js +198 -0
- package/src/plugins/primevue/theme/semantic/color-scheme/light-color.js +198 -0
- package/src/plugins/primevue/theme/semantic/color-scheme/palette.js +516 -0
- package/src/plugins/primevue/theme/semantic/semantic.js +7 -0
- package/src/plugins/primevue/theme/webitel-theme.js +16 -0
- package/dist/types/modules/AuditForm/components/questions/options/audit-form-question-options.vue.d.ts +0 -12
- package/dist/types/modules/AuditForm/components/questions/score/audit-form-question-score.vue.d.ts +0 -12
- package/src/modules/AuditForm/components/__tests__/audit-form-question-read-wrapper.spec.js +0 -15
- package/src/modules/AuditForm/components/__tests__/audit-form-question-write-wrapper.spec.js +0 -68
- package/src/modules/AuditForm/components/__tests__/audit-form-question.spec.js +0 -15
- package/src/modules/AuditForm/components/__tests__/audit-form.spec.js +0 -83
- /package/src/modules/AuditForm/components/{questions → form-questions}/options/__tests__/audit-form-question-options-write-row.spec.js +0 -0
- /package/src/modules/AuditForm/components/{questions → form-questions}/options/__tests__/audit-form-question-options.spec.js +0 -0
- /package/src/modules/AuditForm/components/{questions → form-questions}/score/__tests__/audit-form-question-score.spec.js +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,133 @@
|
|
|
1
|
+
## [v25.6.18] - 2025-05-27
|
|
2
|
+
### :sparkles: New Features
|
|
3
|
+
- [`a5ff89d`](https://github.com/webitel/webitel-ui-sdk/commit/a5ff89d29fd0db74454defae934775b7763af7f4) - update display wt-tree-table-row [WTEL-6859](https://webitel.atlassian.net/browse/WTEL-6859) *(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))*
|
|
4
|
+
- [`c87969d`](https://github.com/webitel/webitel-ui-sdk/commit/c87969d193a153c02b9e52f04e97f7bbc6a151fd) - api services generated files and configs moved to new package, ui-sdk package cleanup [WTEL-6397](https://webitel.atlassian.net/browse/WTEL-6397) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
5
|
+
- [`7a9be6d`](https://github.com/webitel/webitel-ui-sdk/commit/7a9be6dd25eb1ff96923bf863a81a619b318b478) - setup openapi-format case conversion of api schema [WTEL-6397](https://webitel.atlassian.net/browse/WTEL-6397) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
6
|
+
- [`0231674`](https://github.com/webitel/webitel-ui-sdk/commit/02316745e0c8a29e8b96d2ec64d7144a3c5cdb88) - orval custom axios client generation [WTEL-6876](https://webitel.atlassian.net/browse/WTEL-6876) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
7
|
+
- [`a487feb`](https://github.com/webitel/webitel-ui-sdk/commit/a487febf59c168141e68bc9b053771a653950a4f) - orval config updates, added zod as project dep [WTEL-6397](https://webitel.atlassian.net/browse/WTEL-6397) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
8
|
+
|
|
9
|
+
### :recycle: Refactors
|
|
10
|
+
- [`0f5af2c`](https://github.com/webitel/webitel-ui-sdk/commit/0f5af2cdd30e182dafe0d44ccfb164bca38a492c) - orval.config.ts cleanups and refactors [WTEL-6397](https://webitel.atlassian.net/browse/WTEL-6397) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
11
|
+
|
|
12
|
+
### :wrench: Chores
|
|
13
|
+
- [`786ce61`](https://github.com/webitel/webitel-ui-sdk/commit/786ce618d62f0806e7b1a36844a6846a6c0503c9) - api-services/ rm docs generated files [WTEL-6397](https://webitel.atlassian.net/browse/WTEL-6397) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
14
|
+
- [`d7ec8a6`](https://github.com/webitel/webitel-ui-sdk/commit/d7ec8a61a2d175cd91986f8b20f082b7fbbb32d7) - api-services/ pushed generated files [WTEL-6397](https://webitel.atlassian.net/browse/WTEL-6397) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
15
|
+
- [`41d2c0c`](https://github.com/webitel/webitel-ui-sdk/commit/41d2c0c842380020e688a74026855d2650978c70) - api-services/ pushed generated files [WTEL-6397](https://webitel.atlassian.net/browse/WTEL-6397) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
## [v25.6.17] - 2025-05-19
|
|
19
|
+
### :recycle: Refactors
|
|
20
|
+
- [`5e9f56c`](https://github.com/webitel/webitel-ui-sdk/commit/5e9f56c28cee3e0cf4bc1f1f6097a7efdeeaa19c) - update package versions to 25.6.16 and 25.6.17 [WTEL-6827](https://webitel.atlassian.net/browse/WTEL-6827) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## [v25.6.16] - 2025-05-16
|
|
24
|
+
### :sparkles: New Features
|
|
25
|
+
- [`34690f0`](https://github.com/webitel/webitel-ui-sdk/commit/34690f06a47f2f4e0bc6e69b2cddb423cf51b119) - new method for permissions added permission added [WTEL-6827](https://webitel.atlassian.net/browse/WTEL-6827) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
|
|
26
|
+
|
|
27
|
+
### :recycle: Refactors
|
|
28
|
+
- [`8ea620e`](https://github.com/webitel/webitel-ui-sdk/commit/8ea620e3df81a3c8d613d6943bb42b33c75c6ca3) - code review refactor [WTEL-6827](https://webitel.atlassian.net/browse/WTEL-6827) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
|
|
29
|
+
- [`7cf5626`](https://github.com/webitel/webitel-ui-sdk/commit/7cf5626ce5a53ebbb5a39d7696c6c29484d7fc62) - code review refactor [WTEL-6827](https://webitel.atlassian.net/browse/WTEL-6827) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
|
|
30
|
+
- [`3ea12dd`](https://github.com/webitel/webitel-ui-sdk/commit/3ea12dd998957d2593f24a9a6a48114875477bd5) - code review refactor [WTEL-6827](https://webitel.atlassian.net/browse/WTEL-6827) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
|
|
31
|
+
- [`b1d0c07`](https://github.com/webitel/webitel-ui-sdk/commit/b1d0c07d2cfeda62e5f4eec9ca52dc7e48a6bd49) - code review refactor [WTEL-6827](https://webitel.atlassian.net/browse/WTEL-6827) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
|
|
32
|
+
- [`a50a114`](https://github.com/webitel/webitel-ui-sdk/commit/a50a114a1fe9b58497bf4daf1696c4b4bd1489c9) - code review refactor [WTEL-6827](https://webitel.atlassian.net/browse/WTEL-6827) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
|
|
33
|
+
- [`d101aed`](https://github.com/webitel/webitel-ui-sdk/commit/d101aedbc5fb6540d81c26c27785b1d6211b4375) - merge with master and increment version [WTEL-6827](https://webitel.atlassian.net/browse/WTEL-6827) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## [v25.6.15] - 2025-05-14
|
|
37
|
+
### :sparkles: New Features
|
|
38
|
+
- [`bcaec52`](https://github.com/webitel/webitel-ui-sdk/commit/bcaec52fd8cb9dcbf230de597fb911ba677ae086) - add locale for notification [WTEL-6860](https://webitel.atlassian.net/browse/WTEL-6860) *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## [v25.6.14] - 2025-05-13
|
|
42
|
+
### :sparkles: New Features
|
|
43
|
+
- [`e5ae856`](https://github.com/webitel/webitel-ui-sdk/commit/e5ae8560d249c53d6dc74be6c7e61f824cf853d7) - added portal gateway protocol [WTEL-6785](https://webitel.atlassian.net/browse/WTEL-6785) *(commit by [@plnnsimon](https://github.com/plnnsimon))*
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## [v25.6.13] - 2025-05-12
|
|
47
|
+
### :bug: Bug Fixes
|
|
48
|
+
- [`f22d14a`](https://github.com/webitel/webitel-ui-sdk/commit/f22d14a38b67347d0b263fae6fc78e2c92da1a77) - audit form v-models [WTEL-6894](https://webitel.atlassian.net/browse/WTEL-6894) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
## [v25.6.12] - 2025-05-12
|
|
52
|
+
### :sparkles: New Features
|
|
53
|
+
- [`5dff95a`](https://github.com/webitel/webitel-ui-sdk/commit/5dff95af18314681fa30a08fa112eecc8f760c80) - added portal icon [WTEL-6785](https://webitel.atlassian.net/browse/WTEL-6785) *(commit by [@plnnsimon](https://github.com/plnnsimon))*
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
## [v25.6.11] - 2025-05-12
|
|
57
|
+
### :sparkles: New Features
|
|
58
|
+
- [`fabd8e9`](https://github.com/webitel/webitel-ui-sdk/commit/fabd8e9d3aa19bfa106c1d26f796369d53902cc3) - audit-form hide-comment [WTEL-6874](https://webitel.atlassian.net/browse/WTEL-6874) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## [v25.6.10] - 2025-05-12
|
|
62
|
+
### :bug: Bug Fixes
|
|
63
|
+
- [`a5c4a57`](https://github.com/webitel/webitel-ui-sdk/commit/a5c4a575f54a78a3807c53669dba492889fe7933) - audit form answer comment [WTEL-6876](https://webitel.atlassian.net/browse/WTEL-6876) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
## [v25.6.9] - 2025-05-12
|
|
67
|
+
### :bug: Bug Fixes
|
|
68
|
+
- [`1504d46`](https://github.com/webitel/webitel-ui-sdk/commit/1504d466a1aba4f4e4848e6e43a6800277a8893a) - answers edit fixes [WTEL-6876](https://webitel.atlassian.net/browse/WTEL-6876) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
## [v25.6.8] - 2025-05-12
|
|
72
|
+
### :bug: Bug Fixes
|
|
73
|
+
- [`7872386`](https://github.com/webitel/webitel-ui-sdk/commit/78723867f12069376e0c6232c7b59e727359ef23) - small audit fixes [WTEL-6873](https://webitel.atlassian.net/browse/WTEL-6873)[WTEL-6875](https://webitel.atlassian.net/browse/WTEL-6875)[WTEL-6876](https://webitel.atlassian.net/browse/WTEL-6876)[WTEL-6879](https://webitel.atlassian.net/browse/WTEL-6879)[WTEL-6880](https://webitel.atlassian.net/browse/WTEL-6880) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
## [v25.6.7] - 2025-05-08
|
|
77
|
+
### :sparkles: New Features
|
|
78
|
+
- [`cf7f6a7`](https://github.com/webitel/webitel-ui-sdk/commit/cf7f6a7b15d03779422f0b07ca4a5cc3a6f1acbd) - enhance audit-form components with improved styling and layout [WTEL-5679](https://webitel.atlassian.net/browse/WTEL-5679) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
79
|
+
- [`4adcd22`](https://github.com/webitel/webitel-ui-sdk/commit/4adcd2287c9cafb043350107b7fb8b9981b15abc) - small audit form result ui improvements and fixes [WTEL-5679](https://webitel.atlassian.net/browse/WTEL-5679) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
80
|
+
- [`5cf68bf`](https://github.com/webitel/webitel-ui-sdk/commit/5cf68bff9e9601955ad55430de5bdcdf48bde59d) - implemented audit form crud, still needs refactors and minor fixes [WTEL-5679](https://webitel.atlassian.net/browse/WTEL-5679) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
81
|
+
- [`8dca647`](https://github.com/webitel/webitel-ui-sdk/commit/8dca647d49a8124f837502d1423483c06b45e24d) - audit form editing in progress [WTEL-5679](https://webitel.atlassian.net/browse/WTEL-5679) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
82
|
+
|
|
83
|
+
### :recycle: Refactors
|
|
84
|
+
- [`d739383`](https://github.com/webitel/webitel-ui-sdk/commit/d739383afbfd47ec5bfeb2431ae97393921ae758) - refactors and fixes to use audit-form in auditor app [WTEL-5679](https://webitel.atlassian.net/browse/WTEL-5679) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
85
|
+
- [`0723bf0`](https://github.com/webitel/webitel-ui-sdk/commit/0723bf0229d6981a3f272261a6b7fd178481d758) - audit-related values added WtObject and ScopeClass enums [WTEL-5679](https://webitel.atlassian.net/browse/WTEL-5679) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
86
|
+
- [`4fc05fe`](https://github.com/webitel/webitel-ui-sdk/commit/4fc05feff5253e44eb57b4d7a5e8bcab98a0bc49) - audit form refactors [WTEL-5679](https://webitel.atlassian.net/browse/WTEL-5679) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
## [v25.6.6] - 2025-05-07
|
|
90
|
+
### :bug: Bug Fixes
|
|
91
|
+
- [`0c370cd`](https://github.com/webitel/webitel-ui-sdk/commit/0c370cdfe2543d6fc41c38650bbd4455b263b942) - fixed search for get sys type records list [WTEL-6851](https://webitel.atlassian.net/browse/WTEL-6851) *(commit by [@plnnsimon](https://github.com/plnnsimon))*
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
## [v25.6.5] - 2025-05-05
|
|
95
|
+
### :bug: Bug Fixes
|
|
96
|
+
- [`39d99ac`](https://github.com/webitel/webitel-ui-sdk/commit/39d99ac3629658df76536b9d8e6026cb5747d9e1) - fixed styles for select tags line-height [WTEL-6360](https://webitel.atlassian.net/browse/WTEL-6360) *(commit by [@plnnsimon](https://github.com/plnnsimon))*
|
|
97
|
+
- [`5472694`](https://github.com/webitel/webitel-ui-sdk/commit/5472694abf7343a0b6045a15a42b047943be40ba) - assignee preview filter[WTEL-6848](https://webitel.atlassian.net/browse/WTEL-6848) *(commit by [@Lera24](https://github.com/Lera24))*
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
## [v25.6.4] - 2025-05-05
|
|
101
|
+
### :bug: Bug Fixes
|
|
102
|
+
- [`0d83490`](https://github.com/webitel/webitel-ui-sdk/commit/0d8349063f82859dcb867c2ebca2608724bf13b3) - "stucking" filter preview local values after preset application [WTEL-6821](https://webitel.atlassian.net/browse/WTEL-6821) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
103
|
+
- [`9fbbdbf`](https://github.com/webitel/webitel-ui-sdk/commit/9fbbdbf4b46f9183976d773fc28c9e9a6a26c083) - search in gateways filter[WTEL-6835](https://webitel.atlassian.net/browse/WTEL-6835) *(commit by [@Lera24](https://github.com/Lera24))*
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
## [v25.6.3] - 2025-05-02
|
|
107
|
+
### :sparkles: New Features
|
|
108
|
+
- [`6b26b8e`](https://github.com/webitel/webitel-ui-sdk/commit/6b26b8e95506c68bfb3836f50843c88139ee4244) - cases extension fields filters datetime range [WTEL-6789](https://webitel.atlassian.net/browse/WTEL-6789) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
## [v25.6.2] - 2025-04-30
|
|
112
|
+
### :sparkles: New Features
|
|
113
|
+
- [`a9bf2d2`](https://github.com/webitel/webitel-ui-sdk/commit/a9bf2d2a52a8e429334306d408ab3f7b40dfb37b) - changed icon name [WTEL-6809](https://webitel.atlassian.net/browse/WTEL-6809) *(commit by [@plnnsimon](https://github.com/plnnsimon))*
|
|
114
|
+
- [`612c126`](https://github.com/webitel/webitel-ui-sdk/commit/612c12641a9e77f5776b54892868314e50d4a763) - added new icon for action bar [WTEL-6809](https://webitel.atlassian.net/browse/WTEL-6809) *(commit by [@plnnsimon](https://github.com/plnnsimon))*
|
|
115
|
+
|
|
116
|
+
### :bug: Bug Fixes
|
|
117
|
+
- [`7adf4a2`](https://github.com/webitel/webitel-ui-sdk/commit/7adf4a267a089969b9bef4c4f0cc1d8543ac3c3f) - contact group[WTEL-6410](https://webitel.atlassian.net/browse/WTEL-6410) *(commit by [@Lera24](https://github.com/Lera24))*
|
|
118
|
+
- [`da3c052`](https://github.com/webitel/webitel-ui-sdk/commit/da3c052719c5d7bdd775642004502bee6ba88fbc) - contact group filter[WTEL-6410](https://webitel.atlassian.net/browse/WTEL-6410) *(commit by [@Lera24](https://github.com/Lera24))*
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
## [v25.6.1] - 2025-04-29
|
|
122
|
+
### :bug: Bug Fixes
|
|
123
|
+
- [`11d2b45`](https://github.com/webitel/webitel-ui-sdk/commit/11d2b455a549ddcaaf6bdc9ef3554ca7cccd2aaf) - observe in wt-select component[WTEL-6818](https://webitel.atlassian.net/browse/WTEL-6818) *(commit by [@Lera24](https://github.com/Lera24))*
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
## [v25.6.0] - 2025-04-29
|
|
127
|
+
### :sparkles: New Features
|
|
128
|
+
- [`19c7e10`](https://github.com/webitel/webitel-ui-sdk/commit/19c7e10b970b1c4ea3a91afb31eda6f26332bdcd) - update package version to 25.06.0 *(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))*
|
|
129
|
+
|
|
130
|
+
|
|
1
131
|
## [v25.4.79] - 2025-04-28
|
|
2
132
|
### :bug: Bug Fixes
|
|
3
133
|
- [`5b7789b`](https://github.com/webitel/webitel-ui-sdk/commit/5b7789b013b27cd8912e9259cd785f5b42c8416f) - set fixes for contacts get list API method [WTEL-6807](https://webitel.atlassian.net/browse/WTEL-6807) *(commit by [@plnnsimon](https://github.com/plnnsimon))*
|
|
@@ -2043,3 +2173,22 @@
|
|
|
2043
2173
|
[v25.4.77]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.76...v25.4.77
|
|
2044
2174
|
[v25.4.78]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.77...v25.4.78
|
|
2045
2175
|
[v25.4.79]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.78...v25.4.79
|
|
2176
|
+
[v25.6.0]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.79...v25.6.0
|
|
2177
|
+
[v25.6.1]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.0...v25.6.1
|
|
2178
|
+
[v25.6.2]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.1...v25.6.2
|
|
2179
|
+
[v25.6.3]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.2...v25.6.3
|
|
2180
|
+
[v25.6.4]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.3...v25.6.4
|
|
2181
|
+
[v25.6.5]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.4...v25.6.5
|
|
2182
|
+
[v25.6.6]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.5...v25.6.6
|
|
2183
|
+
[v25.6.7]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.6...v25.6.7
|
|
2184
|
+
[v25.6.8]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.7...v25.6.8
|
|
2185
|
+
[v25.6.9]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.8...v25.6.9
|
|
2186
|
+
[v25.6.10]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.9...v25.6.10
|
|
2187
|
+
[v25.6.11]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.10...v25.6.11
|
|
2188
|
+
[v25.6.12]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.11...v25.6.12
|
|
2189
|
+
[v25.6.13]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.12...v25.6.13
|
|
2190
|
+
[v25.6.14]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.13...v25.6.14
|
|
2191
|
+
[v25.6.15]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.14...v25.6.15
|
|
2192
|
+
[v25.6.16]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.15...v25.6.16
|
|
2193
|
+
[v25.6.17]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.16...v25.6.17
|
|
2194
|
+
[v25.6.18]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.17...v25.6.18
|
package/dist/img/sprite/index.js
CHANGED
|
@@ -69,7 +69,6 @@ import comment from './comment.svg';
|
|
|
69
69
|
import conference from './conference.svg';
|
|
70
70
|
import contacts from './contacts.svg';
|
|
71
71
|
import copy from './copy.svg';
|
|
72
|
-
import updateCalls from './update-calls.svg';
|
|
73
72
|
import customChatGateway from './custom-chat-gateway.svg';
|
|
74
73
|
import darkMode from './dark-mode.svg';
|
|
75
74
|
import docs from './docs.svg';
|
|
@@ -147,6 +146,7 @@ import plyrRestart from './plyr-restart.svg';
|
|
|
147
146
|
import plyrRewind from './plyr-rewind.svg';
|
|
148
147
|
import plyrSettings from './plyr-settings.svg';
|
|
149
148
|
import plyrVolume from './plyr-volume.svg';
|
|
149
|
+
import portal from './portal.svg';
|
|
150
150
|
import previewTagApplication from './preview-tag-application.svg';
|
|
151
151
|
import previewTagAudio from './preview-tag-audio.svg';
|
|
152
152
|
import previewTagImage from './preview-tag-image.svg';
|
|
@@ -193,6 +193,7 @@ import ttsDownload from './tts-download.svg';
|
|
|
193
193
|
import undo from './undo.svg';
|
|
194
194
|
import union from './union.svg';
|
|
195
195
|
import unpin from './unpin.svg';
|
|
196
|
+
import updateCalls from './update-calls.svg';
|
|
196
197
|
import upload from './upload.svg';
|
|
197
198
|
import user from './user.svg';
|
|
198
199
|
import variableSelect from './variable-select.svg';
|
|
@@ -390,6 +391,8 @@ export default objCamelToKebab({
|
|
|
390
391
|
|
|
391
392
|
webitelLogo,
|
|
392
393
|
|
|
394
|
+
portal,
|
|
395
|
+
|
|
393
396
|
previewTagAudio,
|
|
394
397
|
previewTagVideo,
|
|
395
398
|
previewTagApplication,
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg id="portal" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM9 19.416C9.92666 19.7912 10.9388 20 12 20C12.4458 20 12.8827 19.9617 13.3086 19.8916L9 16.3008V19.416ZM15.5596 19.1641C16.6047 18.6438 17.5195 17.9024 18.2432 17H12.9629L15.5596 19.1641ZM4.83496 15.5596C5.35516 16.6047 6.09769 17.5185 7 18.2422V12.9619L4.83496 15.5596ZM12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9ZM16.3018 15H19.416C19.7912 14.0733 20 13.0612 20 12C20 11.5539 19.9618 11.1166 19.8916 10.6904L16.3018 15ZM4.58398 9C4.20875 9.92666 4 10.9388 4 12C4 12.4457 4.03734 12.8827 4.10742 13.3086L7.69824 9H4.58398ZM17 11.0371L19.1641 8.43945C18.6438 7.39467 17.9022 6.48031 17 5.75684V11.0371ZM12 4C11.554 4 11.1166 4.03724 10.6904 4.10742L15 7.69824V4.58301C14.0734 4.20786 13.0611 4 12 4ZM8.43945 4.83496C7.3945 5.35523 6.4804 6.0977 5.75684 7H11.0371L8.43945 4.83496Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const CaseSourcesAPI: {
|
|
2
|
+
getList: (params: any) => Promise<{
|
|
3
|
+
items: any;
|
|
4
|
+
next: any;
|
|
5
|
+
}>;
|
|
6
|
+
get: ({ itemId: id }: {
|
|
7
|
+
itemId: any;
|
|
8
|
+
}) => Promise<any>;
|
|
9
|
+
add: ({ itemInstance }: {
|
|
10
|
+
itemInstance: any;
|
|
11
|
+
}) => Promise<any>;
|
|
12
|
+
update: ({ itemInstance, itemId: id }: {
|
|
13
|
+
itemInstance: any;
|
|
14
|
+
itemId: any;
|
|
15
|
+
}) => Promise<any>;
|
|
16
|
+
delete: ({ id }: {
|
|
17
|
+
id: any;
|
|
18
|
+
}) => Promise<any>;
|
|
19
|
+
getLookup: (params: any) => Promise<{
|
|
20
|
+
items: any;
|
|
21
|
+
next: any;
|
|
22
|
+
}>;
|
|
23
|
+
};
|
|
24
|
+
export default CaseSourcesAPI;
|
package/dist/types/components/on-demand/wt-navigation-menu/components/wt-navigation-menu.vue.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
nav: unknown[];
|
|
2
3
|
icons: unknown[];
|
|
3
|
-
nav?: unknown[];
|
|
4
4
|
$props: {
|
|
5
|
-
readonly icons?: unknown[];
|
|
6
5
|
readonly nav?: unknown[];
|
|
6
|
+
readonly icons?: unknown[];
|
|
7
7
|
};
|
|
8
8
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
9
|
export default _default;
|
|
@@ -4,7 +4,7 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
4
4
|
$slots: S;
|
|
5
5
|
});
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
-
$emit: (event: "
|
|
7
|
+
$emit: (event: "add" | "close" | "change", ...args: any[]) => void;
|
|
8
8
|
options: unknown[];
|
|
9
9
|
title?: string;
|
|
10
10
|
selected?: Record<string, any>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
nav: unknown[];
|
|
2
3
|
darkMode: boolean;
|
|
3
|
-
nav?: unknown[];
|
|
4
4
|
appLogo?: Record<string, any>;
|
|
5
5
|
$props: {
|
|
6
|
-
readonly darkMode?: boolean;
|
|
7
6
|
readonly nav?: unknown[];
|
|
7
|
+
readonly darkMode?: boolean;
|
|
8
8
|
readonly appLogo?: Record<string, any>;
|
|
9
9
|
};
|
|
10
10
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { WtDatepicker, WtInput, WtSelect, WtSwitcher } from '@webitel/ui-sdk/components';
|
|
2
2
|
import { WebitelProtoDataField } from 'webitel-sdk';
|
|
3
3
|
import { WtTypeExtensionFieldKind as FieldType } from '../../../enums';
|
|
4
|
-
declare const DatetimeConversionModifier = 1000;
|
|
5
4
|
type __VLS_Props = {
|
|
6
5
|
field: WebitelProtoDataField;
|
|
7
6
|
required?: boolean;
|
|
@@ -94,7 +93,6 @@ declare var __VLS_20: "bool", __VLS_21: {
|
|
|
94
93
|
required: boolean;
|
|
95
94
|
v: object;
|
|
96
95
|
};
|
|
97
|
-
conversionModifier: 1000;
|
|
98
96
|
};
|
|
99
97
|
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
100
98
|
[K in NonNullable<typeof __VLS_20>]?: (props: typeof __VLS_21) => any;
|
|
@@ -111,7 +109,6 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
111
109
|
WtSelect: typeof WtSelect;
|
|
112
110
|
WtSwitcher: typeof WtSwitcher;
|
|
113
111
|
FieldType: typeof FieldType;
|
|
114
|
-
DatetimeConversionModifier: typeof DatetimeConversionModifier;
|
|
115
112
|
value: typeof value;
|
|
116
113
|
sharedChildrenProps: typeof sharedChildrenProps;
|
|
117
114
|
selectProps: typeof selectProps;
|
|
@@ -5,12 +5,12 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
5
5
|
});
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
7
|
pattern: string;
|
|
8
|
-
appear: boolean;
|
|
9
8
|
duration: string;
|
|
9
|
+
appear: boolean;
|
|
10
10
|
$props: {
|
|
11
11
|
readonly pattern?: string;
|
|
12
|
-
readonly appear?: boolean;
|
|
13
12
|
readonly duration?: string;
|
|
13
|
+
readonly appear?: boolean;
|
|
14
14
|
};
|
|
15
15
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
16
|
type __VLS_Slots = {
|
|
@@ -5,14 +5,14 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
5
5
|
});
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
7
|
name: string;
|
|
8
|
+
duration: string;
|
|
8
9
|
mode: string;
|
|
9
10
|
appear: boolean;
|
|
10
|
-
duration: string;
|
|
11
11
|
$props: {
|
|
12
12
|
readonly name?: string;
|
|
13
|
+
readonly duration?: string;
|
|
13
14
|
readonly mode?: string;
|
|
14
15
|
readonly appear?: boolean;
|
|
15
|
-
readonly duration?: string;
|
|
16
16
|
};
|
|
17
17
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
18
|
type __VLS_Slots = {
|
|
@@ -7,7 +7,7 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
7
7
|
$emit: (event: "click" | "click:option", ...args: any[]) => void;
|
|
8
8
|
disabled: boolean;
|
|
9
9
|
color: string;
|
|
10
|
-
options
|
|
10
|
+
options: unknown[];
|
|
11
11
|
$props: {
|
|
12
12
|
readonly disabled?: boolean;
|
|
13
13
|
readonly color?: string;
|
|
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
22
22
|
}>, {}, {}, {
|
|
23
23
|
isChecked(): boolean;
|
|
24
24
|
checkboxIcon(): "checkbox" | "checkbox--checked";
|
|
25
|
-
iconColor(): "
|
|
25
|
+
iconColor(): "active" | "disabled";
|
|
26
26
|
}, {
|
|
27
27
|
inputHandler(): void;
|
|
28
28
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -5,14 +5,14 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
5
5
|
});
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
7
|
$emit: (event: "close" | "confirm", ...args: any[]) => void;
|
|
8
|
-
|
|
8
|
+
title: string;
|
|
9
9
|
subject: string;
|
|
10
|
-
|
|
11
|
-
callback
|
|
10
|
+
deleteMessage: string;
|
|
11
|
+
callback: Function;
|
|
12
12
|
$props: {
|
|
13
|
-
readonly deleteMessage?: string;
|
|
14
|
-
readonly subject?: string;
|
|
15
13
|
readonly title?: string;
|
|
14
|
+
readonly subject?: string;
|
|
15
|
+
readonly deleteMessage?: string;
|
|
16
16
|
readonly callback?: Function;
|
|
17
17
|
};
|
|
18
18
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6,20 +6,20 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
7
|
$emit: (event: "click" | "update:visible", ...args: any[]) => void;
|
|
8
8
|
disabled: boolean;
|
|
9
|
+
options: unknown[];
|
|
9
10
|
width: string;
|
|
10
11
|
visible: boolean;
|
|
11
12
|
tooltipTriggers: unknown[];
|
|
12
13
|
minWidth: string;
|
|
13
14
|
maxWidth: string;
|
|
14
|
-
options?: unknown[];
|
|
15
15
|
$props: {
|
|
16
16
|
readonly disabled?: boolean;
|
|
17
|
+
readonly options?: unknown[];
|
|
17
18
|
readonly width?: string;
|
|
18
19
|
readonly visible?: boolean;
|
|
19
20
|
readonly tooltipTriggers?: unknown[];
|
|
20
21
|
readonly minWidth?: string;
|
|
21
22
|
readonly maxWidth?: string;
|
|
22
|
-
readonly options?: unknown[];
|
|
23
23
|
};
|
|
24
24
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
25
|
type __VLS_Slots = {
|
|
@@ -6,25 +6,25 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
7
|
$emit: (event: "input", ...args: any[]) => void;
|
|
8
8
|
value: string | number;
|
|
9
|
+
required: boolean;
|
|
9
10
|
label: string;
|
|
10
11
|
disabled: boolean;
|
|
11
|
-
required: boolean;
|
|
12
12
|
mode: string;
|
|
13
|
+
lang: string;
|
|
13
14
|
clearable: boolean;
|
|
14
15
|
placeholder: string;
|
|
15
|
-
lang: string;
|
|
16
16
|
v?: Record<string, any>;
|
|
17
17
|
labelProps?: Record<string, any>;
|
|
18
18
|
disabledDates?: Record<string, any>;
|
|
19
19
|
$props: {
|
|
20
20
|
readonly value?: string | number;
|
|
21
|
+
readonly required?: boolean;
|
|
21
22
|
readonly label?: string;
|
|
22
23
|
readonly disabled?: boolean;
|
|
23
|
-
readonly required?: boolean;
|
|
24
24
|
readonly mode?: string;
|
|
25
|
+
readonly lang?: string;
|
|
25
26
|
readonly clearable?: boolean;
|
|
26
27
|
readonly placeholder?: string;
|
|
27
|
-
readonly lang?: string;
|
|
28
28
|
readonly v?: Record<string, any>;
|
|
29
29
|
readonly labelProps?: Record<string, any>;
|
|
30
30
|
readonly disabledDates?: Record<string, any>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
type: {
|
|
3
3
|
type: StringConstructor;
|
|
4
|
-
required:
|
|
4
|
+
required: true;
|
|
5
5
|
options: string[];
|
|
6
6
|
};
|
|
7
7
|
}>, {}, {}, {
|
|
@@ -14,7 +14,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
14
14
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
15
|
type: {
|
|
16
16
|
type: StringConstructor;
|
|
17
|
-
required:
|
|
17
|
+
required: true;
|
|
18
18
|
options: string[];
|
|
19
19
|
};
|
|
20
20
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2,14 +2,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2
2
|
size: string;
|
|
3
3
|
disabled: boolean;
|
|
4
4
|
color: string;
|
|
5
|
+
icon: string;
|
|
5
6
|
iconPrefix: string;
|
|
6
|
-
icon?: string;
|
|
7
7
|
$props: {
|
|
8
8
|
readonly size?: string;
|
|
9
9
|
readonly disabled?: boolean;
|
|
10
10
|
readonly color?: string;
|
|
11
|
-
readonly iconPrefix?: string;
|
|
12
11
|
readonly icon?: string;
|
|
12
|
+
readonly iconPrefix?: string;
|
|
13
13
|
};
|
|
14
14
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
15
|
export default _default;
|
|
@@ -6,20 +6,20 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
7
|
$emit: (event: any, ...args: any[]) => void;
|
|
8
8
|
alt: string;
|
|
9
|
+
src: string | Record<string, any>;
|
|
9
10
|
size?: string;
|
|
10
11
|
width?: string | number;
|
|
11
12
|
height?: string | number;
|
|
12
|
-
src?: string | Record<string, any>;
|
|
13
13
|
minWidth?: string | number;
|
|
14
14
|
maxWidth?: string | number;
|
|
15
15
|
minHeight?: string | number;
|
|
16
16
|
maxHeight?: string | number;
|
|
17
17
|
$props: {
|
|
18
18
|
readonly alt?: string;
|
|
19
|
+
readonly src?: string | Record<string, any>;
|
|
19
20
|
readonly size?: string;
|
|
20
21
|
readonly width?: string | number;
|
|
21
22
|
readonly height?: string | number;
|
|
22
|
-
readonly src?: string | Record<string, any>;
|
|
23
23
|
readonly minWidth?: string | number;
|
|
24
24
|
readonly maxWidth?: string | number;
|
|
25
25
|
readonly minHeight?: string | number;
|
|
@@ -7,10 +7,10 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
7
7
|
focus: typeof focus;
|
|
8
8
|
$emit: (event: "input" | "update:modelValue" | "keyup", ...args: any[]) => void;
|
|
9
9
|
name: string;
|
|
10
|
-
label: string;
|
|
11
10
|
type: string;
|
|
12
|
-
disabled: boolean;
|
|
13
11
|
required: boolean;
|
|
12
|
+
label: string;
|
|
13
|
+
disabled: boolean;
|
|
14
14
|
customValidators: unknown[];
|
|
15
15
|
hasShowPassword: boolean;
|
|
16
16
|
numberMin: number;
|
|
@@ -23,10 +23,10 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
23
23
|
numberMax?: number;
|
|
24
24
|
$props: {
|
|
25
25
|
readonly name?: string;
|
|
26
|
-
readonly label?: string;
|
|
27
26
|
readonly type?: string;
|
|
28
|
-
readonly disabled?: boolean;
|
|
29
27
|
readonly required?: boolean;
|
|
28
|
+
readonly label?: string;
|
|
29
|
+
readonly disabled?: boolean;
|
|
30
30
|
readonly customValidators?: unknown[];
|
|
31
31
|
readonly hasShowPassword?: boolean;
|
|
32
32
|
readonly numberMin?: number;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$emit: (event: "next", ...args: any[]) => void;
|
|
3
|
+
next: Function;
|
|
3
4
|
loading: boolean;
|
|
4
|
-
next?: Function;
|
|
5
5
|
$props: {
|
|
6
|
-
readonly loading?: boolean;
|
|
7
6
|
readonly next?: Function;
|
|
7
|
+
readonly loading?: boolean;
|
|
8
8
|
};
|
|
9
9
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
export default _default;
|
|
@@ -96,12 +96,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
96
96
|
onClose?: (...args: any[]) => any;
|
|
97
97
|
onInitialized?: (...args: any[]) => any;
|
|
98
98
|
}>, {
|
|
99
|
+
mime: string;
|
|
99
100
|
position: string;
|
|
100
101
|
download: string | boolean | Function;
|
|
101
102
|
autoplay: boolean;
|
|
102
103
|
loop: boolean;
|
|
103
104
|
hideDuration: boolean;
|
|
104
|
-
mime: string;
|
|
105
105
|
resetOnEnd: boolean;
|
|
106
106
|
invertTime: boolean;
|
|
107
107
|
resetVolume: boolean;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { PopoverProps } from 'primevue';
|
|
2
|
+
import Popover from 'primevue/popover';
|
|
3
|
+
declare const attrs: {
|
|
4
|
+
[x: string]: unknown;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
7
|
+
declare var __VLS_7: {};
|
|
8
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
9
|
+
default?: (props: typeof __VLS_7) => any;
|
|
10
|
+
}>;
|
|
11
|
+
declare const __VLS_self: import("vue").DefineComponent<PopoverProps, {
|
|
12
|
+
Popover: typeof Popover;
|
|
13
|
+
attrs: typeof attrs;
|
|
14
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
|
+
hide: () => any;
|
|
16
|
+
show: () => any;
|
|
17
|
+
}, string, import("vue").PublicProps, Readonly<PopoverProps> & Readonly<{
|
|
18
|
+
onHide?: () => any;
|
|
19
|
+
onShow?: () => any;
|
|
20
|
+
}>, {
|
|
21
|
+
dt: import("@primevue/core").DesignToken<any>;
|
|
22
|
+
appendTo: import("@primevue/core").HintedString<"body" | "self"> | undefined | HTMLElement;
|
|
23
|
+
baseZIndex: number;
|
|
24
|
+
autoZIndex: boolean;
|
|
25
|
+
breakpoints: import("primevue").PopoverBreakpoints;
|
|
26
|
+
pt: any;
|
|
27
|
+
ptOptions: import("primevue/passthrough").PassThroughOptions;
|
|
28
|
+
closeOnEscape: boolean | undefined;
|
|
29
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
30
|
+
declare const __VLS_component: import("vue").DefineComponent<PopoverProps, {
|
|
31
|
+
toggle: (...args: any[]) => void;
|
|
32
|
+
show: (...args: any[]) => void;
|
|
33
|
+
hide: (...args: any[]) => void;
|
|
34
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
35
|
+
hide: () => any;
|
|
36
|
+
show: () => any;
|
|
37
|
+
}, string, import("vue").PublicProps, Readonly<PopoverProps> & Readonly<{
|
|
38
|
+
onHide?: () => any;
|
|
39
|
+
onShow?: () => any;
|
|
40
|
+
}>, {
|
|
41
|
+
dt: import("@primevue/core").DesignToken<any>;
|
|
42
|
+
appendTo: import("@primevue/core").HintedString<"body" | "self"> | undefined | HTMLElement;
|
|
43
|
+
baseZIndex: number;
|
|
44
|
+
autoZIndex: boolean;
|
|
45
|
+
breakpoints: import("primevue").PopoverBreakpoints;
|
|
46
|
+
pt: any;
|
|
47
|
+
ptOptions: import("primevue/passthrough").PassThroughOptions;
|
|
48
|
+
closeOnEscape: boolean | undefined;
|
|
49
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
50
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
51
|
+
export default _default;
|
|
52
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
53
|
+
new (): {
|
|
54
|
+
$slots: S;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
@@ -32,7 +32,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
32
32
|
};
|
|
33
33
|
}>> & Readonly<{}>, {
|
|
34
34
|
value: string | number;
|
|
35
|
-
color: string;
|
|
36
35
|
max: string | number;
|
|
36
|
+
color: string;
|
|
37
37
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
38
38
|
export default _default;
|