@webitel/ui-sdk 26.8.21 → 26.8.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{clients-Ba7VhTMH.js → clients-Cgrz-ee-.js} +707 -22
- package/dist/{components-ABAwRPPa.js → components-BENKf-0C.js} +882 -846
- package/dist/{composables-C_OatTQJ.js → composables-BtWSAI5D.js} +14 -12
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +51 -50
- package/dist/ui-sdk.umd.cjs +695 -594
- package/dist/useEventBus-B-ZeklLu.js +5 -0
- package/dist/{useValidation-DgSm80YX.js → useValidation-B4_82RZv.js} +4 -4
- package/dist/{useVidstackSrc-B4mUti_c.js → useVidstackSrc-aQcqC_v0.js} +5 -5
- package/dist/{vidstack-C6nBVWwn-cKiWT0KJ.js → vidstack-C6nBVWwn-DNsvM1pU.js} +2 -2
- package/dist/{vidstack-CI5oafcm-DfWpvayJ.js → vidstack-CI5oafcm-EXmYmdjq.js} +1 -1
- package/dist/{vidstack-DUnfBERX2-BJtKHFxc.js → vidstack-DUnfBERX2-jgzDS0Hg.js} +1 -1
- package/dist/{vidstack-audio-BCPraiiR.js → vidstack-audio-CPO0A50Q.js} +1 -1
- package/dist/{vidstack-dash-MBx5aEEA.js → vidstack-dash-DHt7tTPh.js} +2 -2
- package/dist/{vidstack-hls-BbZsbfaO.js → vidstack-hls-WW1jeu5R.js} +2 -2
- package/dist/vidstack-video-Bwash4bY.js +2 -0
- package/dist/vue-router-Dwey8MMv.js +16 -0
- package/dist/{wt-button-G2Q1uf_y.js → wt-button-OZTROX1W.js} +3 -3
- package/dist/{wt-chat-emoji-DM6G80G_.js → wt-chat-emoji-ByGj5Mh4.js} +3 -3
- package/dist/{wt-datepicker-DTUMTWJK.js → wt-datepicker-OIgnVIpv.js} +38 -34
- package/dist/{wt-display-chip-items-3GRXkRfT.js → wt-display-chip-items-BUlu4Pqh.js} +2 -2
- package/dist/{wt-dual-panel-Dhj8Eg_y.js → wt-dual-panel-BEGLGU7F.js} +1 -1
- package/dist/{wt-expansion-card-BzhcCehz.js → wt-expansion-card-CpmnVJ03.js} +1 -1
- package/dist/{wt-galleria-qPHnXPx7.js → wt-galleria-CgY38PPx.js} +3 -6
- package/dist/{wt-icon-btn-BJl5VlM9.js → wt-icon-btn-hAWVJdNG.js} +2 -2
- package/dist/{wt-navigation-menu-CenQi_-T.js → wt-navigation-menu-BMupOW07.js} +2 -2
- package/dist/{wt-notifications-bar-C7cK0wEL.js → wt-notifications-bar-CqVk9cm7.js} +1 -1
- package/dist/{wt-player-Ca2x4geU.js → wt-player-vsOVUgi7.js} +17 -15
- package/dist/{wt-screen-recordings-action-Dzzo0eqW.js → wt-screen-recordings-action-Dj6ITuhE.js} +1 -1
- package/dist/{wt-search-bar-DtJL-csc.js → wt-search-bar-CagDl5av.js} +3 -3
- package/dist/wt-send-message-popup-zjxEP-HK.js +1208 -0
- package/dist/wt-start-page-BFQExFUj.js +73 -0
- package/dist/{wt-status-select-D1hAjCAS.js → wt-status-select-B-N9Fvz4.js} +2 -2
- package/dist/{wt-table-DJ3yOWZV.js → wt-table-C4PZJ3rP.js} +49 -47
- package/dist/{wt-table-column-select-CgEh5BAF.js → wt-table-column-select-D4c56HPB.js} +2 -2
- package/dist/{wt-time-input-u5Ay5_X5.js → wt-time-input-BEBrSugB.js} +9 -2
- package/dist/{wt-timepicker-CB8HzUZw.js → wt-timepicker-CQ2TRigf.js} +11 -4
- package/dist/{wt-toast-BbaZZWKt.js → wt-toast-Cb15-PN4.js} +1 -1
- package/dist/{wt-tree-DZ9ErOGj.js → wt-tree-CMIpbXBo.js} +40 -40
- package/dist/{wt-tree-table-C0ZIJXcv.js → wt-tree-table-CVvWMduu.js} +7 -7
- package/dist/{wt-type-extension-value-input-kzX2hJY_.js → wt-type-extension-value-input-l3TF0Xtv.js} +14 -9
- package/dist/{wt-vidstack-player-DbRHboYo.js → wt-vidstack-player-DV_fxJKW.js} +46 -42
- package/package.json +4 -1
- package/src/api/clients/_shared/types.ts +30 -0
- package/src/api/clients/caseSources/caseSources.ts +17 -8
- package/src/api/clients/quickReplies/quickReplies.ts +17 -8
- package/src/api/clients/roles/roles.ts +21 -12
- package/src/api/clients/wtTypes/sysTypes/sysTypes.ts +16 -4
- package/src/api/clients/wtTypes/typeExtensions/typeExtensions.ts +27 -9
- package/src/api/websocket/WebSocketClientController.ts +13 -5
- package/src/api/websocket/{config.js → config.ts} +5 -3
- package/src/api/websocket/websocketErrorEventHandler.ts +1 -1
- package/src/components/_internals/composables/useExpansion/useExpansion.ts +6 -1
- package/src/components/_internals/composables/useGalleriaMaskClick/useGalleriaMaskClick.ts +5 -3
- package/src/components/_internals/composables/useInputControl/useInputControl.ts +5 -3
- package/src/components/_internals/composables/useSelect/types.ts +69 -0
- package/src/components/_internals/composables/useSelect/useSelect.ts +4 -2
- package/src/components/_internals/composables/useSelect/useSelectCustomValues.ts +3 -2
- package/src/components/_internals/composables/useSelect/useSelectDropdown.ts +4 -3
- package/src/components/_internals/composables/useSelect/useSelectOptions.ts +20 -14
- package/src/components/_internals/composables/useSelect/useSelectUtils.ts +20 -7
- package/src/components/_internals/composables/useTableColumnDrag/useTableColumnDrag.ts +22 -12
- package/src/components/_internals/composables/useWtTable/useWtTable.ts +6 -2
- package/src/components/_internals/types/PrimevueInstance.ts +15 -0
- package/src/components/_shared/settings-panel/components/speed-settings/speed-settings.vue +6 -1
- package/src/components/on-demand/wt-display-chip-items/wt-display-chip-items.vue +6 -1
- package/src/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-1.vue +0 -2
- package/src/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-2.vue +0 -2
- package/src/components/on-demand/wt-screen-recordings-action/wt-screen-recordings-action.vue +12 -4
- package/src/components/on-demand/wt-send-message-popup/wt-send-message-popup.vue +17 -7
- package/src/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue +36 -15
- package/src/components/on-demand/wt-upload-file-icon-btn/wt-upload-file-icon-btn.vue +1 -1
- package/src/components/wt-badge-new/wt-badge.vue +1 -1
- package/src/components/wt-button/wt-button.vue +5 -5
- package/src/components/wt-checkbox/wt-checkbox.vue +4 -2
- package/src/components/wt-chip/wt-chip.vue +1 -1
- package/src/components/wt-datepicker/wt-datepicker.vue +30 -20
- package/src/components/wt-dual-panel/wt-dual-panel.vue +1 -1
- package/src/components/wt-galleria/wt-galleria.vue +1 -11
- package/src/components/wt-image/wt-image.vue +3 -3
- package/src/components/wt-input-number/wt-input-number.vue +8 -13
- package/src/components/wt-input-text/wt-input-text.vue +15 -17
- package/src/components/wt-intersection-observer/wt-intersection-observer.vue +1 -1
- package/src/components/wt-message/wt-message.vue +1 -1
- package/src/components/wt-multi-select/wt-multi-select.vue +22 -12
- package/src/components/wt-navigation-bar/types/WtNavigationBar.ts +3 -1
- package/src/components/wt-navigation-bar/wt-navigation-bar.vue +34 -18
- package/src/components/wt-password/wt-password.vue +12 -13
- package/src/components/wt-player/wt-player.vue +7 -2
- package/src/components/wt-popover/wt-popover.vue +5 -1
- package/src/components/wt-popup/wt-popup.vue +5 -1
- package/src/components/wt-radio/wt-radio.vue +1 -1
- package/src/components/wt-search-bar/wt-search-bar.vue +17 -10
- package/src/components/wt-single-select/wt-single-select.vue +19 -12
- package/src/components/wt-status-select/wt-status-select.vue +2 -2
- package/src/components/wt-table/types/WtTable.ts +11 -1
- package/src/components/wt-table/wt-table.vue +43 -24
- package/src/components/wt-table-column-select/wt-table-column-select.vue +3 -5
- package/src/components/wt-textarea/wt-textarea.vue +9 -15
- package/src/components/wt-time-input/wt-time-input.vue +7 -4
- package/src/components/wt-timepicker/wt-timepicker.vue +6 -3
- package/src/components/wt-toast/wt-toast.vue +2 -2
- package/src/components/wt-tree/wt-tree.vue +6 -5
- package/src/components/wt-tree-line/types/wt-tree-node.ts +6 -0
- package/src/components/wt-tree-line/wt-tree-line.vue +29 -15
- package/src/components/wt-tree-table/wt-tree-table.vue +16 -18
- package/src/components/wt-tree-table-row/wt-tree-table-row.vue +9 -4
- package/src/components/wt-vidstack-player/components/buttons/fullscreen-button.vue +2 -3
- package/src/components/wt-vidstack-player/components/buttons/play-button.vue +1 -5
- package/src/components/wt-vidstack-player/components/controls-group/controls-group.vue +2 -4
- package/src/components/wt-vidstack-player/components/layouts/video-layout.vue +2 -4
- package/src/components/wt-vidstack-player/components/panels/playback-controls-panel/components/buttons/fullscreen-button.vue +0 -2
- package/src/components/wt-vidstack-player/components/panels/playback-controls-panel/components/buttons/play-button.vue +2 -4
- package/src/components/wt-vidstack-player/components/panels/screen-sharing-controls-panel/screen-sharing-controls-panel.vue +4 -4
- package/src/components/wt-vidstack-player/components/panels/video-call-controls-panel/video-call-controls-panel.vue +3 -3
- package/src/components/wt-vidstack-player/components/panels/video-display-panel/video-display-panel.vue +4 -4
- package/src/components/wt-vidstack-player/components/screenshot-box/screenshot-box.vue +1 -1
- package/src/components/wt-vidstack-player/composables/useVidstackPlayerSize.ts +11 -0
- package/src/components/wt-vidstack-player/composables/useVidstackSrc.ts +27 -6
- package/src/components/wt-vidstack-player/wt-vidstack-player.vue +7 -4
- package/src/enums/MessageColor/MessageColor.ts +1 -1
- package/src/enums/MessageVariant/MessageVariant.ts +2 -1
- package/src/install.ts +6 -2
- package/src/locale/en/en.js +1 -0
- package/src/locale/es/es.js +1 -0
- package/src/locale/kz/kz.js +1 -0
- package/src/locale/pl/pl.js +1 -0
- package/src/locale/ro/ro.js +1 -0
- package/src/locale/ru/ru.js +1 -0
- package/src/locale/uk/uk.js +1 -0
- package/src/locale/uz/uz.js +1 -0
- package/src/locale/vi/vi.js +1 -0
- package/src/mixins/validationMixin/regle/useRegleValidation.ts +2 -2
- package/src/mixins/validationMixin/useValidation.ts +1 -1
- package/src/mixins/validationMixin/vuelidate/useVuelidateValidation.ts +23 -8
- package/src/modules/CSVExport/CSVExport.js +1 -1
- package/src/modules/CallSession/modules/VideoCall/video-call.vue +34 -16
- package/src/modules/DeleteConfirmationPopup/composables/useDeleteConfirmationPopup.js +1 -1
- package/src/modules/FilesExport/composables/useFilesExport.ts +1 -1
- package/src/modules/UploadCsvPopup/components/wt-upload-csv-popup.vue +2 -2
- package/src/modules/UploadCsvPopup/composable/useUploadCsv.ts +39 -12
- package/src/modules/UploadCsvPopup/scripts/normalizeCSVData.ts +20 -17
- package/src/modules/UploadCsvPopup/scripts/parseCSV.ts +2 -2
- package/src/modules/UploadCsvPopup/scripts/processFile.ts +2 -2
- package/src/modules/UploadCsvPopup/scripts/splitAndSaveData.ts +8 -2
- package/src/modules/UserNotifications/stores/userNotificationsStore.ts +9 -1
- package/src/modules/Userinfo/classes/ApplicationsAccess.ts +12 -6
- package/src/modules/Userinfo/mappings/mappings.ts +10 -3
- package/src/modules/Userinfo/scripts/utils.ts +8 -4
- package/src/modules/Userinfo/stores/accessStore.ts +16 -16
- package/src/modules/Userinfo/types/UserAccess.ts +1 -1
- package/src/plugins/breakpoint/breakpoint.plugin.ts +1 -1
- package/src/scripts/compareSize.ts +4 -4
- package/src/scripts/downloadFile/downloadFile.ts +1 -1
- package/src/scripts/normalizeDatetime.ts +2 -2
- package/src/utils/displayText.ts +1 -1
- package/types/.tsbuildinfo +1 -1
- package/types/api/clients/_shared/types.d.ts +23 -0
- package/types/api/clients/caseSources/caseSources.d.ts +7 -15
- package/types/api/clients/chatGateways/defaults/webChatGateway.d.ts +1 -1
- package/types/api/clients/gateways/defaults/trunkingGateway.d.ts +1 -1
- package/types/api/clients/quickReplies/quickReplies.d.ts +7 -15
- package/types/api/clients/roles/roles.d.ts +8 -16
- package/types/api/clients/wtTypes/sysTypes/sysTypes.d.ts +11 -12
- package/types/api/clients/wtTypes/typeExtensions/typeExtensions.d.ts +19 -18
- package/types/api/defaults/getDefaultGetListResponse/getDefaultGetListResponse.d.ts +1 -1
- package/types/api/defaults/getDefaultGetParams/getDefaultGetParams.d.ts +2 -2
- package/types/api/transformers/applyTransform.d.ts +2 -2
- package/types/api/websocket/WebSocketClientController.d.ts +10 -9
- package/types/api/websocket/config.d.ts +3 -2
- package/types/api/websocket/websocketErrorEventHandler.d.ts +5 -1
- package/types/assets/icons/iconsRepository.d.ts +1 -1
- package/types/components/_internals/composables/useExpansion/useExpansion.d.ts +6 -1
- package/types/components/_internals/composables/useGalleriaMaskClick/useGalleriaMaskClick.d.ts +2 -1
- package/types/components/_internals/composables/useInputControl/useInputControl.d.ts +4 -2
- package/types/components/_internals/composables/useSelect/types.d.ts +52 -0
- package/types/components/_internals/composables/useSelect/useSelect.d.ts +4 -18
- package/types/components/_internals/composables/useSelect/useSelectCustomValues.d.ts +2 -12
- package/types/components/_internals/composables/useSelect/useSelectDropdown.d.ts +2 -14
- package/types/components/_internals/composables/useSelect/useSelectOptions.d.ts +6 -14
- package/types/components/_internals/composables/useSelect/useSelectUtils.d.ts +5 -4
- package/types/components/_internals/composables/useTableColumnDrag/useTableColumnDrag.d.ts +3 -1
- package/types/components/_internals/composables/useWtTable/useWtTable.d.ts +3 -2
- package/types/components/_internals/types/PrimevueInstance.d.ts +14 -0
- package/types/components/_shared/settings-panel/components/speed-settings/speed-settings.vue.d.ts +2 -2
- package/types/components/_shared/settings-panel/settings-panel.vue.d.ts +1 -1
- package/types/components/on-demand/wt-call-media-action/wt-call-media-action.vue.d.ts +2 -2
- package/types/components/on-demand/wt-chat-emoji/wt-chat-emoji.vue.d.ts +1 -1
- package/types/components/on-demand/wt-display-chip-items/wt-display-chip-items.vue.d.ts +6 -2
- package/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-1.vue.d.ts +6 -6
- package/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-2.vue.d.ts +2 -2
- package/types/components/on-demand/wt-navigation-menu/components/wt-navigation-menu.vue.d.ts +2 -2
- package/types/components/on-demand/wt-route-transition/wt-route-transition.vue.d.ts +1 -1
- package/types/components/on-demand/wt-save-failed-popup/wt-save-failed-popup.vue.d.ts +3 -3
- package/types/components/on-demand/wt-screen-recordings-action/wt-screen-recordings-action.vue.d.ts +10 -2
- package/types/components/on-demand/wt-selection-popup/wt-selection-popup.vue.d.ts +8 -8
- package/types/components/on-demand/wt-send-message-popup/wt-send-message-popup.vue.d.ts +1 -1
- package/types/components/on-demand/wt-table-transition/wt-table-transition.vue.d.ts +1 -1
- package/types/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue.d.ts +18 -11
- package/types/components/on-demand/wt-upload-file-icon-btn/wt-upload-file-icon-btn.vue.d.ts +3 -3
- package/types/components/transitions/cases/wt-replace-transition.vue.d.ts +1 -1
- package/types/components/transitions/wt-transition.vue.d.ts +1 -1
- package/types/components/wt-action-bar/WtActionBarActionsOrder.d.ts +2 -2
- package/types/components/wt-action-bar/wt-action-bar.vue.d.ts +64 -64
- package/types/components/wt-app-header/wt-app-header.vue.d.ts +1 -1
- package/types/components/wt-app-header/wt-header-actions.vue.d.ts +6 -9
- package/types/components/wt-badge/wt-badge.vue.d.ts +1 -1
- package/types/components/wt-badge-new/wt-badge.vue.d.ts +3 -3
- package/types/components/wt-breadcrumb/wt-breadcrumb.vue.d.ts +1 -1
- package/types/components/wt-button/wt-button.vue.d.ts +2 -2
- package/types/components/wt-button-select/wt-button-select.vue.d.ts +3 -3
- package/types/components/wt-call-media-metric/wt-call-media-metric.vue.d.ts +1 -1
- package/types/components/wt-checkbox/wt-checkbox.vue.d.ts +3 -3
- package/types/components/wt-chip/wt-chip.vue.d.ts +2 -2
- package/types/components/wt-confirm-dialog/wt-confirm-dialog.vue.d.ts +5 -5
- package/types/components/wt-context-menu/wt-context-menu.vue.d.ts +7 -7
- package/types/components/wt-datepicker/wt-datepicker.vue.d.ts +20 -19
- package/types/components/wt-divider/wt-divider.vue.d.ts +1 -1
- package/types/components/wt-dual-panel/wt-dual-panel.vue.d.ts +5 -5
- package/types/components/wt-empty/wt-empty.vue.d.ts +38 -38
- package/types/components/wt-expansion-card/wt-expansion-card.vue.d.ts +3 -3
- package/types/components/wt-expansion-panel/wt-expansion-panel.vue.d.ts +3 -3
- package/types/components/wt-galleria/wt-galleria.vue.d.ts +2 -2
- package/types/components/wt-icon/wt-icon.vue.d.ts +1 -1
- package/types/components/wt-icon-action/wt-icon-action.vue.d.ts +4 -4
- package/types/components/wt-icon-btn/wt-icon-btn.vue.d.ts +3 -3
- package/types/components/wt-image/wt-image.vue.d.ts +2 -2
- package/types/components/wt-inline-add-panel/wt-inline-add-panel.vue.d.ts +3 -3
- package/types/components/wt-input-number/wt-input-number.vue.d.ts +9 -9
- package/types/components/wt-input-text/wt-input-text.vue.d.ts +11 -9
- package/types/components/wt-intersection-observer/wt-intersection-observer.vue.d.ts +1 -1
- package/types/components/wt-item-link/wt-item-link.vue.d.ts +1 -1
- package/types/components/wt-label/mixins/labelUsageMixin.d.ts +1 -1
- package/types/components/wt-label/wt-label.vue.d.ts +1 -1
- package/types/components/wt-menubar/wt-menubar.vue.d.ts +1 -1
- package/types/components/wt-message/wt-message.vue.d.ts +1 -1
- package/types/components/wt-multi-select/wt-multi-select.vue.d.ts +19 -19
- package/types/components/wt-navigation-bar/types/WtNavigationBar.d.ts +2 -1
- package/types/components/wt-navigation-bar/wt-navigation-bar.vue.d.ts +22 -45
- package/types/components/wt-page-header/wt-page-header.vue.d.ts +4 -4
- package/types/components/wt-password/wt-password.vue.d.ts +11 -9
- package/types/components/wt-player/wt-player.vue.d.ts +6 -6
- package/types/components/wt-popover/wt-popover.vue.d.ts +13 -9
- package/types/components/wt-popup/wt-popup.vue.d.ts +8 -4
- package/types/components/wt-radio/wt-radio.vue.d.ts +2 -2
- package/types/components/wt-search-bar/wt-search-bar.vue.d.ts +25 -18
- package/types/components/wt-single-select/wt-single-select.vue.d.ts +18 -15
- package/types/components/wt-slider/wt-slider.vue.d.ts +3 -3
- package/types/components/wt-status-select/wt-status-select.vue.d.ts +3 -3
- package/types/components/wt-stepper/wt-stepper.vue.d.ts +2 -2
- package/types/components/wt-switcher/wt-switcher.vue.d.ts +4 -4
- package/types/components/wt-table/types/WtTable.d.ts +7 -1
- package/types/components/wt-table/wt-table.vue.d.ts +12 -12
- package/types/components/wt-table-actions/wt-table-actions.vue.d.ts +2 -2
- package/types/components/wt-table-column-select/wt-table-column-select.vue.d.ts +1 -1
- package/types/components/wt-tabs/wt-tabs.vue.d.ts +3 -3
- package/types/components/wt-textarea/wt-textarea.vue.d.ts +9 -14
- package/types/components/wt-time-input/wt-time-input.vue.d.ts +9 -9
- package/types/components/wt-timepicker/wt-timepicker.vue.d.ts +8 -8
- package/types/components/wt-tooltip/_internals/wt-tooltip-floating.vue.d.ts +5 -5
- package/types/components/wt-tooltip/wt-tooltip.vue.d.ts +7 -7
- package/types/components/wt-tree/wt-tree.vue.d.ts +5 -3
- package/types/components/wt-tree-line/types/wt-tree-node.d.ts +5 -0
- package/types/components/wt-tree-line/wt-tree-line.vue.d.ts +8 -18
- package/types/components/wt-tree-table/wt-tree-table.vue.d.ts +2 -2
- package/types/components/wt-tree-table-row/wt-tree-table-row.vue.d.ts +3 -18
- package/types/components/wt-vidstack-player/components/buttons/fullscreen-button.vue.d.ts +1 -1
- package/types/components/wt-vidstack-player/components/layouts/video-layout.vue.d.ts +5 -5
- package/types/components/wt-vidstack-player/components/panels/playback-controls-panel/components/buttons/fullscreen-button.vue.d.ts +1 -1
- package/types/components/wt-vidstack-player/components/panels/playback-controls-panel/components/time-group.vue.d.ts +1 -1
- package/types/components/wt-vidstack-player/components/panels/playback-controls-panel/playback-controls-panel.vue.d.ts +1 -1
- package/types/components/wt-vidstack-player/components/panels/screen-sharing-controls-panel/screen-sharing-controls-panel.vue.d.ts +3 -3
- package/types/components/wt-vidstack-player/components/panels/video-call-controls-panel/video-call-controls-panel.vue.d.ts +14 -14
- package/types/components/wt-vidstack-player/components/panels/video-display-panel/video-display-panel.vue.d.ts +2 -2
- package/types/components/wt-vidstack-player/components/screenshot-box/screenshot-box.vue.d.ts +2 -2
- package/types/components/wt-vidstack-player/components/toggle-button.vue.d.ts +1 -1
- package/types/components/wt-vidstack-player/composables/useVidstackPlayerSize.d.ts +2 -0
- package/types/components/wt-vidstack-player/composables/useVidstackSrc.d.ts +11 -4
- package/types/components/wt-vidstack-player/wt-vidstack-player.vue.d.ts +8 -7
- package/types/composables/useCachedInterval/useCachedInterval.d.ts +1 -1
- package/types/composables/useCachedItemInstanceName/useCachedItemInstanceName.d.ts +1 -1
- package/types/composables/useCard/useCardTabs.d.ts +1 -1
- package/types/composables/useClose/useClose.d.ts +1 -1
- package/types/enums/MessageColor/MessageColor.d.ts +1 -1
- package/types/enums/MessageVariant/MessageVariant.d.ts +1 -1
- package/types/locale/en/en.d.ts +3 -2
- package/types/locale/es/es.d.ts +3 -2
- package/types/locale/i18n.d.ts +27 -18
- package/types/locale/index.d.ts +27 -18
- package/types/locale/kz/kz.d.ts +3 -2
- package/types/locale/pl/pl.d.ts +3 -2
- package/types/locale/ro/ro.d.ts +3 -2
- package/types/locale/ru/ru.d.ts +3 -2
- package/types/locale/uk/uk.d.ts +3 -2
- package/types/locale/uz/uz.d.ts +3 -2
- package/types/locale/vi/vi.d.ts +3 -2
- package/types/mixins/dataFilterMixins/_urlControllerMixin/_urlControllerMixin.d.ts +1 -1
- package/types/mixins/dataFilterMixins/apiFilterMixin.d.ts +3 -3
- package/types/mixins/dataFilterMixins/baseFilterMixin/baseFilterMixin.d.ts +1 -1
- package/types/mixins/dataFilterMixins/enumFilterMixin.d.ts +4 -4
- package/types/mixins/dataFilterMixins/paginationFilterMixin.d.ts +2 -2
- package/types/mixins/dataFilterMixins/sortFilterMixin.d.ts +1 -1
- package/types/mixins/validationMixin/regle/useRegleValidation.d.ts +1 -1
- package/types/mixins/validationMixin/useValidation.d.ts +2 -2
- package/types/mixins/validationMixin/validationMixin.d.ts +1 -1
- package/types/mixins/validationMixin/vuelidate/useVuelidateValidation.d.ts +9 -5
- package/types/modules/AgentPdfs/components/agent-pdfs-tab.vue.d.ts +1 -1
- package/types/modules/AgentPdfs/components/pdf-status-preview.vue.d.ts +1 -1
- package/types/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue.d.ts +4 -4
- package/types/modules/AgentStatusSelect/components/_internals/wt-cc-status-select-error-popup.vue.d.ts +1 -1
- package/types/modules/AgentStatusSelect/components/wt-cc-agent-status-select.vue.d.ts +1 -1
- package/types/modules/Appearance/components/wt-dark-mode-switcher.vue.d.ts +1 -1
- package/types/modules/Appearance/pinia/store/AppearanceStore.d.ts +3 -3
- package/types/modules/Appearance/store/AppearanceStoreModule.d.ts +1 -1
- package/types/modules/AuditForm/components/audit-form-question-read-wrapper.vue.d.ts +3 -3
- package/types/modules/AuditForm/components/audit-form-question-write-wrapper.vue.d.ts +2 -2
- package/types/modules/AuditForm/components/audit-form-question.vue.d.ts +7 -7
- package/types/modules/AuditForm/components/audit-form.vue.d.ts +6 -6
- package/types/modules/AuditForm/components/form/form-footer/audit-form-footer.vue.d.ts +3 -3
- package/types/modules/AuditForm/components/form-questions/options/audit-form-question-options-write-row.vue.d.ts +2 -2
- package/types/modules/AuditForm/components/form-questions/options/audit-form-question-options.vue.d.ts +4 -4
- package/types/modules/AuditForm/components/form-questions/score/audit-form-question-score.vue.d.ts +6 -6
- package/types/modules/AuditForm/components/form-questions/yes/audit-form-question-yes.vue.d.ts +2 -2
- package/types/modules/CSVExport/CSVExport.d.ts +3 -6
- package/types/modules/CSVExport/XLSExport.d.ts +1 -1
- package/types/modules/CSVExport/composables/useCSVExport.d.ts +6 -6
- package/types/modules/CSVExport/mixins/exportCSVMixin.d.ts +1 -1
- package/types/modules/CSVExport/mixins/exportXLSMixin.d.ts +1 -1
- package/types/modules/CallSession/modules/ScreenSharing/screen-sharing.vue.d.ts +3 -3
- package/types/modules/CallSession/modules/VideoCall/composables/useReceiverLiveStream.d.ts +6 -6
- package/types/modules/CallSession/modules/VideoCall/video-call.vue.d.ts +17 -17
- package/types/modules/CardStoreModule/store/CardStoreModule.d.ts +1 -1
- package/types/modules/DeleteConfirmationPopup/components/delete-confirmation-popup.vue.d.ts +2 -2
- package/types/modules/DeleteConfirmationPopup/composables/useDeleteConfirmationPopup.d.ts +1 -1
- package/types/modules/Filters/classes/BaseFilterSchema.d.ts +7 -7
- package/types/modules/Filters/components/filter-search.vue.d.ts +2 -2
- package/types/modules/Filters/components/filter-table-fields.vue.d.ts +3 -3
- package/types/modules/Filters/scripts/getters/localStorageGetter.d.ts +1 -1
- package/types/modules/Filters/store/FiltersStoreModule.d.ts +1 -1
- package/types/modules/Notifications/assets/audio/triggerSound.d.ts +1 -1
- package/types/modules/Notifications/store/NotificationsStoreModule.d.ts +9 -9
- package/types/modules/ObjectPermissions/components/_internal/permissions-role-row.vue.d.ts +1 -1
- package/types/modules/ObjectPermissions/components/_internal/permissions-role-select.vue.d.ts +1 -1
- package/types/modules/ObjectPermissions/components/_internal/permissions-tab-content.vue.d.ts +5 -5
- package/types/modules/ObjectPermissions/components/_internal/permissions-tab-role-popup.vue.d.ts +2 -2
- package/types/modules/ObjectPermissions/headers/headers.d.ts +1 -1
- package/types/modules/ObjectPermissions/store/objectPermissionsStoreModule.d.ts +2 -2
- package/types/modules/QueryFilters/classes/BaseFilterSchema.d.ts +2 -2
- package/types/modules/QueryFilters/components/abstract-api-filter.vue.d.ts +1 -1
- package/types/modules/QueryFilters/components/abstract-enum-filter.vue.d.ts +1 -1
- package/types/modules/QueryFilters/components/filter-datetime.vue.d.ts +1 -1
- package/types/modules/QueryFilters/components/filter-from-to.vue.d.ts +1 -1
- package/types/modules/QueryFilters/components/filter-search.vue.d.ts +1 -1
- package/types/modules/QueryFilters/components/filter-table-fields.vue.d.ts +3 -3
- package/types/modules/QueryFilters/mixins/_urlControllerMixin/_urlControllerMixin.d.ts +1 -1
- package/types/modules/QueryFilters/mixins/apiFilterMixin.d.ts +1 -1
- package/types/modules/QueryFilters/mixins/baseFilterMixin/baseFilterMixin.d.ts +1 -1
- package/types/modules/QueryFilters/mixins/enumFilterMixin.d.ts +1 -1
- package/types/modules/QueryFilters/mixins/paginationFilterMixin.d.ts +2 -2
- package/types/modules/QueryFilters/mixins/sortFilterMixin.d.ts +1 -1
- package/types/modules/QueryFilters/store/QueryFiltersStoreModule.d.ts +4 -4
- package/types/modules/TableComponentModule/composables/useTableEmpty.d.ts +7 -7
- package/types/modules/TableStoreModule/store/TableStoreModule.d.ts +5 -5
- package/types/modules/UploadCsvPopup/components/wt-upload-csv-popup.vue.d.ts +5 -5
- package/types/modules/UploadCsvPopup/composable/useUploadCsv.d.ts +21 -11
- package/types/modules/UploadCsvPopup/scripts/normalizeCSVData.d.ts +15 -20
- package/types/modules/UploadCsvPopup/scripts/parseCSV.d.ts +2 -1
- package/types/modules/UploadCsvPopup/scripts/processFile.d.ts +2 -2
- package/types/modules/UploadCsvPopup/scripts/splitAndSaveData.d.ts +3 -3
- package/types/modules/Userinfo/classes/ApplicationsAccess.d.ts +2 -10
- package/types/modules/Userinfo/mappings/mappings.d.ts +12 -24
- package/types/modules/Userinfo/scripts/utils.d.ts +2 -2
- package/types/modules/Userinfo/stores/settingsStore.d.ts +4 -4
- package/types/modules/Userinfo/stores/userinfoStore.d.ts +3 -3
- package/types/modules/Userinfo/types/UserAccess.d.ts +1 -1
- package/types/scripts/compareSize.d.ts +4 -4
- package/types/scripts/debounce.d.ts +1 -1
- package/types/scripts/sortQueryAdapters.d.ts +3 -3
- package/types/store/BaseStoreModules/BaseStoreModule.d.ts +6 -6
- package/types/store/new/modules/apiStoreModule/apiStoreModule.d.ts +12 -12
- package/types/store/new/modules/tableStoreModule/tableStoreModule.d.ts +4 -4
- package/types/utils/displayText.d.ts +1 -1
- package/types/validations/config/errors/customZodErrorsHandler.d.ts +1 -1
- package/dist/vidstack-video-DwlbGwN7.js +0 -2
- package/dist/wt-send-message-popup-MbV1uq6H.js +0 -77
- package/dist/wt-start-page-DMXRhA9E.js +0 -86
- package/dist/{wt-popover-ChCN6b1o.js → wt-popover-lP-AhF8l.js} +3 -3
|
@@ -22,11 +22,11 @@ type __VLS_Slots = {} & {
|
|
|
22
22
|
declare const __VLS_base: import("vue").DefineComponent<WtProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
23
|
remove: () => any;
|
|
24
24
|
}, string, import("vue").PublicProps, Readonly<WtProps> & Readonly<{
|
|
25
|
-
onRemove?: () => any;
|
|
25
|
+
onRemove?: (() => any) | undefined;
|
|
26
26
|
}>, {
|
|
27
27
|
color: ChipColor;
|
|
28
28
|
removable: boolean;
|
|
29
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
29
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
30
30
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
31
31
|
declare const _default: typeof __VLS_export;
|
|
32
32
|
export default _default;
|
|
@@ -42,20 +42,20 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
42
42
|
required: true;
|
|
43
43
|
};
|
|
44
44
|
}>> & Readonly<{
|
|
45
|
-
onClose?: (...args: any[]) => any;
|
|
46
|
-
onConfirm?: (...args: any[]) => any;
|
|
45
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
46
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
47
47
|
}>, {
|
|
48
48
|
deleteMessage: string;
|
|
49
49
|
subject: string;
|
|
50
50
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
51
51
|
type __VLS_Slots = {
|
|
52
|
-
main?: (props: {}) => any;
|
|
52
|
+
main?: ((props: {}) => any) | undefined;
|
|
53
53
|
} & {
|
|
54
|
-
actions?: (props: {
|
|
54
|
+
actions?: ((props: {
|
|
55
55
|
isDeleting: boolean;
|
|
56
56
|
confirm: typeof confirm;
|
|
57
57
|
close: typeof close;
|
|
58
|
-
}) => any;
|
|
58
|
+
}) => any) | undefined;
|
|
59
59
|
};
|
|
60
60
|
declare function confirm(): Promise<void>;
|
|
61
61
|
declare function close(): void;
|
|
@@ -32,7 +32,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
32
32
|
};
|
|
33
33
|
pt: {
|
|
34
34
|
type: ObjectConstructor;
|
|
35
|
-
default: () =>
|
|
35
|
+
default: () => null;
|
|
36
36
|
};
|
|
37
37
|
tooltipTriggers: {
|
|
38
38
|
type: ArrayConstructor;
|
|
@@ -69,15 +69,15 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
69
69
|
};
|
|
70
70
|
pt: {
|
|
71
71
|
type: ObjectConstructor;
|
|
72
|
-
default: () =>
|
|
72
|
+
default: () => null;
|
|
73
73
|
};
|
|
74
74
|
tooltipTriggers: {
|
|
75
75
|
type: ArrayConstructor;
|
|
76
76
|
default: () => string[];
|
|
77
77
|
};
|
|
78
78
|
}>> & Readonly<{
|
|
79
|
-
onClick?: (...args: any[]) => any;
|
|
80
|
-
"onUpdate:visible"?: (...args: any[]) => any;
|
|
79
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
80
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
81
81
|
}>, {
|
|
82
82
|
disabled: boolean;
|
|
83
83
|
pt: Record<string, any>;
|
|
@@ -88,10 +88,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
88
88
|
tooltipTriggers: unknown[];
|
|
89
89
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
90
90
|
type __VLS_Slots = {
|
|
91
|
-
activator?: (props: {
|
|
91
|
+
activator?: ((props: {
|
|
92
92
|
toggle: any;
|
|
93
93
|
show: any;
|
|
94
|
-
}) => any;
|
|
94
|
+
}) => any) | undefined;
|
|
95
95
|
} & {
|
|
96
|
-
option?: (props: any) => any;
|
|
96
|
+
option?: ((props: any) => any) | undefined;
|
|
97
97
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { DatePickerProps } from 'primevue/datepicker';
|
|
2
|
+
import type { CompatCustomValidator, VuelidateFieldLike } from '../../mixins/validationMixin/vuelidate/useVuelidateValidation';
|
|
2
3
|
interface Props extends DatePickerProps {
|
|
3
4
|
showTime?: boolean;
|
|
4
5
|
minDate?: Date;
|
|
@@ -10,8 +11,8 @@ interface Props extends DatePickerProps {
|
|
|
10
11
|
required?: boolean;
|
|
11
12
|
clearable?: boolean;
|
|
12
13
|
timezone?: string;
|
|
13
|
-
v?:
|
|
14
|
-
customValidators?:
|
|
14
|
+
v?: VuelidateFieldLike;
|
|
15
|
+
customValidators?: CompatCustomValidator[];
|
|
15
16
|
}
|
|
16
17
|
type __VLS_Props = Props;
|
|
17
18
|
type __VLS_ModelProps = {
|
|
@@ -19,7 +20,7 @@ type __VLS_ModelProps = {
|
|
|
19
20
|
};
|
|
20
21
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
21
22
|
declare var __VLS_7: {
|
|
22
|
-
label: string;
|
|
23
|
+
label: string | undefined;
|
|
23
24
|
};
|
|
24
25
|
type __VLS_Slots = {} & {
|
|
25
26
|
label?: (props: typeof __VLS_7) => any;
|
|
@@ -29,8 +30,8 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
|
|
|
29
30
|
focus: () => any;
|
|
30
31
|
input: () => any;
|
|
31
32
|
keydown: () => any;
|
|
32
|
-
"update:modelValue": (...args: unknown[]) => any;
|
|
33
33
|
hide: () => any;
|
|
34
|
+
"update:modelValue": (...args: unknown[]) => any;
|
|
34
35
|
show: () => any;
|
|
35
36
|
"value-change": () => any;
|
|
36
37
|
"date-select": () => any;
|
|
@@ -39,23 +40,23 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
|
|
|
39
40
|
"month-change": () => any;
|
|
40
41
|
"year-change": () => any;
|
|
41
42
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
42
|
-
onBlur?: () => any;
|
|
43
|
-
onFocus?: () => any;
|
|
44
|
-
onInput?: () => any;
|
|
45
|
-
onKeydown?: () => any;
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
onShow?: () => any;
|
|
49
|
-
"onValue-change"?: () => any;
|
|
50
|
-
"onDate-select"?: () => any;
|
|
51
|
-
"onToday-click"?: () => any;
|
|
52
|
-
"onClear-click"?: () => any;
|
|
53
|
-
"onMonth-change"?: () => any;
|
|
54
|
-
"onYear-change"?: () => any;
|
|
43
|
+
onBlur?: (() => any) | undefined;
|
|
44
|
+
onFocus?: (() => any) | undefined;
|
|
45
|
+
onInput?: (() => any) | undefined;
|
|
46
|
+
onKeydown?: (() => any) | undefined;
|
|
47
|
+
onHide?: (() => any) | undefined;
|
|
48
|
+
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
49
|
+
onShow?: (() => any) | undefined;
|
|
50
|
+
"onValue-change"?: (() => any) | undefined;
|
|
51
|
+
"onDate-select"?: (() => any) | undefined;
|
|
52
|
+
"onToday-click"?: (() => any) | undefined;
|
|
53
|
+
"onClear-click"?: (() => any) | undefined;
|
|
54
|
+
"onMonth-change"?: (() => any) | undefined;
|
|
55
|
+
"onYear-change"?: (() => any) | undefined;
|
|
55
56
|
}>, {
|
|
56
|
-
customValidators:
|
|
57
|
+
customValidators: CompatCustomValidator[];
|
|
57
58
|
labelProps: Record<string, unknown>;
|
|
58
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
59
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
59
60
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
60
61
|
declare const _default: typeof __VLS_export;
|
|
61
62
|
export default _default;
|
|
@@ -4,6 +4,6 @@ interface Props extends DividerProps {
|
|
|
4
4
|
}
|
|
5
5
|
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
6
6
|
variant: "horizontal" | "vertical";
|
|
7
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
7
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
8
|
declare const _default: typeof __VLS_export;
|
|
9
9
|
export default _default;
|
|
@@ -33,18 +33,18 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
33
33
|
default: boolean;
|
|
34
34
|
};
|
|
35
35
|
}>> & Readonly<{
|
|
36
|
-
"onUpdate:side-panel-size"?: (...args: any[]) => any;
|
|
36
|
+
"onUpdate:side-panel-size"?: ((...args: any[]) => any) | undefined;
|
|
37
37
|
}>, {
|
|
38
38
|
hideHeader: boolean;
|
|
39
39
|
actionsPanel: boolean;
|
|
40
40
|
disableResize: boolean;
|
|
41
41
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
42
42
|
type __VLS_Slots = {
|
|
43
|
-
header?: (props: {}) => any;
|
|
43
|
+
header?: ((props: {}) => any) | undefined;
|
|
44
44
|
} & {
|
|
45
|
-
'actions-panel'?: (props: {}) => any;
|
|
45
|
+
'actions-panel'?: ((props: {}) => any) | undefined;
|
|
46
46
|
} & {
|
|
47
|
-
'side-panel'?: (props: {}) => any;
|
|
47
|
+
'side-panel'?: ((props: {}) => any) | undefined;
|
|
48
48
|
} & {
|
|
49
|
-
main?: (props: {}) => any;
|
|
49
|
+
main?: ((props: {}) => any) | undefined;
|
|
50
50
|
};
|
|
@@ -6,7 +6,7 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
6
6
|
});
|
|
7
7
|
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
8
|
image: {
|
|
9
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
9
|
+
type: (ObjectConstructor | StringConstructor | null)[];
|
|
10
10
|
};
|
|
11
11
|
/**
|
|
12
12
|
* @values 'sm', 'md', 'lg'
|
|
@@ -20,35 +20,35 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
20
20
|
* shown only if prop or slot is provided
|
|
21
21
|
*/
|
|
22
22
|
headline: {
|
|
23
|
-
type: StringConstructor[];
|
|
23
|
+
type: (StringConstructor | null)[];
|
|
24
24
|
default: string;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
27
|
* shown only if prop or slot is provided
|
|
28
28
|
*/
|
|
29
29
|
title: {
|
|
30
|
-
type: StringConstructor[];
|
|
30
|
+
type: (StringConstructor | null)[];
|
|
31
31
|
default: string;
|
|
32
32
|
};
|
|
33
33
|
/**
|
|
34
34
|
* shown only if prop or slot is provided
|
|
35
35
|
*/
|
|
36
36
|
text: {
|
|
37
|
-
type: StringConstructor[];
|
|
37
|
+
type: (StringConstructor | null)[];
|
|
38
38
|
default: string;
|
|
39
39
|
};
|
|
40
40
|
/**
|
|
41
41
|
* primary action is shown only if prop or slot is provided
|
|
42
42
|
*/
|
|
43
43
|
primaryActionText: {
|
|
44
|
-
type: StringConstructor[];
|
|
44
|
+
type: (StringConstructor | null)[];
|
|
45
45
|
default: string;
|
|
46
46
|
};
|
|
47
47
|
/**
|
|
48
48
|
* secondary action shown only if prop or slot is provided
|
|
49
49
|
*/
|
|
50
50
|
secondaryActionText: {
|
|
51
|
-
type: StringConstructor[];
|
|
51
|
+
type: (StringConstructor | null)[];
|
|
52
52
|
default: string;
|
|
53
53
|
};
|
|
54
54
|
/**
|
|
@@ -70,7 +70,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
70
70
|
"click:secondary": (...args: any[]) => void;
|
|
71
71
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
72
72
|
image: {
|
|
73
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
73
|
+
type: (ObjectConstructor | StringConstructor | null)[];
|
|
74
74
|
};
|
|
75
75
|
/**
|
|
76
76
|
* @values 'sm', 'md', 'lg'
|
|
@@ -84,35 +84,35 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
84
84
|
* shown only if prop or slot is provided
|
|
85
85
|
*/
|
|
86
86
|
headline: {
|
|
87
|
-
type: StringConstructor[];
|
|
87
|
+
type: (StringConstructor | null)[];
|
|
88
88
|
default: string;
|
|
89
89
|
};
|
|
90
90
|
/**
|
|
91
91
|
* shown only if prop or slot is provided
|
|
92
92
|
*/
|
|
93
93
|
title: {
|
|
94
|
-
type: StringConstructor[];
|
|
94
|
+
type: (StringConstructor | null)[];
|
|
95
95
|
default: string;
|
|
96
96
|
};
|
|
97
97
|
/**
|
|
98
98
|
* shown only if prop or slot is provided
|
|
99
99
|
*/
|
|
100
100
|
text: {
|
|
101
|
-
type: StringConstructor[];
|
|
101
|
+
type: (StringConstructor | null)[];
|
|
102
102
|
default: string;
|
|
103
103
|
};
|
|
104
104
|
/**
|
|
105
105
|
* primary action is shown only if prop or slot is provided
|
|
106
106
|
*/
|
|
107
107
|
primaryActionText: {
|
|
108
|
-
type: StringConstructor[];
|
|
108
|
+
type: (StringConstructor | null)[];
|
|
109
109
|
default: string;
|
|
110
110
|
};
|
|
111
111
|
/**
|
|
112
112
|
* secondary action shown only if prop or slot is provided
|
|
113
113
|
*/
|
|
114
114
|
secondaryActionText: {
|
|
115
|
-
type: StringConstructor[];
|
|
115
|
+
type: (StringConstructor | null)[];
|
|
116
116
|
default: string;
|
|
117
117
|
};
|
|
118
118
|
/**
|
|
@@ -130,49 +130,49 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
130
130
|
default: boolean;
|
|
131
131
|
};
|
|
132
132
|
}>> & Readonly<{
|
|
133
|
-
"onClick:primary"?: (...args: any[]) => any;
|
|
134
|
-
"onClick:secondary"?: (...args: any[]) => any;
|
|
133
|
+
"onClick:primary"?: ((...args: any[]) => any) | undefined;
|
|
134
|
+
"onClick:secondary"?: ((...args: any[]) => any) | undefined;
|
|
135
135
|
}>, {
|
|
136
|
-
title: string;
|
|
137
|
-
text: string;
|
|
136
|
+
title: string | null;
|
|
137
|
+
text: string | null;
|
|
138
138
|
size: string;
|
|
139
|
-
headline: string;
|
|
140
|
-
primaryActionText: string;
|
|
141
|
-
secondaryActionText: string;
|
|
139
|
+
headline: string | null;
|
|
140
|
+
primaryActionText: string | null;
|
|
141
|
+
secondaryActionText: string | null;
|
|
142
142
|
disabledPrimaryAction: boolean;
|
|
143
143
|
disabledSecondaryAction: boolean;
|
|
144
144
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
145
145
|
type __VLS_Slots = {
|
|
146
|
-
media?: (props: {
|
|
146
|
+
media?: ((props: {
|
|
147
147
|
size: "2xs" | "sm" | "md";
|
|
148
|
-
}) => any;
|
|
148
|
+
}) => any) | undefined;
|
|
149
149
|
} & {
|
|
150
|
-
headline?: (props: {
|
|
151
|
-
headline: string;
|
|
152
|
-
}) => any;
|
|
150
|
+
headline?: ((props: {
|
|
151
|
+
headline: string | null;
|
|
152
|
+
}) => any) | undefined;
|
|
153
153
|
} & {
|
|
154
|
-
title?: (props: {
|
|
155
|
-
title: string;
|
|
156
|
-
}) => any;
|
|
154
|
+
title?: ((props: {
|
|
155
|
+
title: string | null;
|
|
156
|
+
}) => any) | undefined;
|
|
157
157
|
} & {
|
|
158
|
-
text?: (props: {
|
|
159
|
-
text: string;
|
|
160
|
-
}) => any;
|
|
158
|
+
text?: ((props: {
|
|
159
|
+
text: string | null;
|
|
160
|
+
}) => any) | undefined;
|
|
161
161
|
} & {
|
|
162
|
-
default?: (props: {
|
|
162
|
+
default?: ((props: {
|
|
163
163
|
size: string;
|
|
164
|
-
}) => any;
|
|
164
|
+
}) => any) | undefined;
|
|
165
165
|
} & {
|
|
166
|
-
actions?: (props: {
|
|
166
|
+
actions?: ((props: {
|
|
167
167
|
onPrimaryClick: (params: any) => void;
|
|
168
168
|
onSecondaryClick: (params: any) => void;
|
|
169
|
-
}) => any;
|
|
169
|
+
}) => any) | undefined;
|
|
170
170
|
} & {
|
|
171
|
-
'primary-action'?: (props: {
|
|
171
|
+
'primary-action'?: ((props: {
|
|
172
172
|
onPrimaryClick: (params: any) => void;
|
|
173
|
-
}) => any;
|
|
173
|
+
}) => any) | undefined;
|
|
174
174
|
} & {
|
|
175
|
-
'secondary-action'?: (props: {
|
|
175
|
+
'secondary-action'?: ((props: {
|
|
176
176
|
onSecondaryClick: (params: any) => void;
|
|
177
|
-
}) => any;
|
|
177
|
+
}) => any) | undefined;
|
|
178
178
|
};
|
|
@@ -29,12 +29,12 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
|
|
|
29
29
|
opened: () => any;
|
|
30
30
|
closed: () => any;
|
|
31
31
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
32
|
-
onOpened?: () => any;
|
|
33
|
-
onClosed?: () => any;
|
|
32
|
+
onOpened?: (() => any) | undefined;
|
|
33
|
+
onClosed?: (() => any) | undefined;
|
|
34
34
|
}>, {
|
|
35
35
|
size: ComponentSize;
|
|
36
36
|
collapsed: boolean;
|
|
37
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
37
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
38
38
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
39
39
|
declare const _default: typeof __VLS_export;
|
|
40
40
|
export default _default;
|
|
@@ -39,12 +39,12 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
|
|
|
39
39
|
opened: () => any;
|
|
40
40
|
closed: () => any;
|
|
41
41
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
42
|
-
onOpened?: () => any;
|
|
43
|
-
onClosed?: () => any;
|
|
42
|
+
onOpened?: (() => any) | undefined;
|
|
43
|
+
onClosed?: (() => any) | undefined;
|
|
44
44
|
}>, {
|
|
45
45
|
size: ComponentSize;
|
|
46
46
|
collapsed: boolean;
|
|
47
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
47
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
48
48
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
49
49
|
declare const _default: typeof __VLS_export;
|
|
50
50
|
export default _default;
|
|
@@ -30,8 +30,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
30
30
|
"update:visible": (value: boolean) => any;
|
|
31
31
|
"update:activeIndex": (value: number) => any;
|
|
32
32
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
33
|
-
"onUpdate:visible"?: (value: boolean) => any;
|
|
34
|
-
"onUpdate:activeIndex"?: (value: number) => any;
|
|
33
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
34
|
+
"onUpdate:activeIndex"?: ((value: number) => any) | undefined;
|
|
35
35
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
36
36
|
declare const _default: typeof __VLS_export;
|
|
37
37
|
export default _default;
|
|
@@ -13,7 +13,7 @@ interface Props {
|
|
|
13
13
|
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
14
|
click: (...args: MouseEvent[]) => any;
|
|
15
15
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
16
|
-
onClick?: (...args: MouseEvent[]) => any;
|
|
16
|
+
onClick?: ((...args: MouseEvent[]) => any) | undefined;
|
|
17
17
|
}>, {
|
|
18
18
|
disabled: boolean;
|
|
19
19
|
size: ComponentSize;
|
|
@@ -20,7 +20,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
20
20
|
};
|
|
21
21
|
'sort:order': {
|
|
22
22
|
type: StringConstructor;
|
|
23
|
-
default:
|
|
23
|
+
default: null;
|
|
24
24
|
validator: (v: unknown) => boolean;
|
|
25
25
|
};
|
|
26
26
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -46,12 +46,12 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
46
46
|
};
|
|
47
47
|
'sort:order': {
|
|
48
48
|
type: StringConstructor;
|
|
49
|
-
default:
|
|
49
|
+
default: null;
|
|
50
50
|
validator: (v: unknown) => boolean;
|
|
51
51
|
};
|
|
52
52
|
}>> & Readonly<{
|
|
53
|
-
onClick?: (...args: any[]) => any;
|
|
54
|
-
onMousedown?: (...args: any[]) => any;
|
|
53
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
54
|
+
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
55
55
|
}>, {
|
|
56
56
|
disabled: boolean;
|
|
57
57
|
size: string;
|
|
@@ -17,8 +17,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
|
|
|
17
17
|
click: (...args: MouseEvent[]) => any;
|
|
18
18
|
mousedown: (...args: MouseEvent[]) => any;
|
|
19
19
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
20
|
-
onClick?: (...args: MouseEvent[]) => any;
|
|
21
|
-
onMousedown?: (...args: MouseEvent[]) => any;
|
|
22
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
20
|
+
onClick?: ((...args: MouseEvent[]) => any) | undefined;
|
|
21
|
+
onMousedown?: ((...args: MouseEvent[]) => any) | undefined;
|
|
22
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
23
|
declare const _default: typeof __VLS_export;
|
|
24
24
|
export default _default;
|
|
@@ -23,7 +23,7 @@ type __VLS_Props = {
|
|
|
23
23
|
overlayIconPrefix?: string;
|
|
24
24
|
};
|
|
25
25
|
declare var __VLS_1: {
|
|
26
|
-
alt: string;
|
|
26
|
+
alt: string | undefined;
|
|
27
27
|
src: string | object;
|
|
28
28
|
};
|
|
29
29
|
type __VLS_Slots = {} & {
|
|
@@ -32,7 +32,7 @@ type __VLS_Slots = {} & {
|
|
|
32
32
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
33
33
|
click: (...args: any[]) => void;
|
|
34
34
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
35
|
-
onClick?: (...args: any[]) => any;
|
|
35
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
36
36
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
37
37
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
38
38
|
declare const _default: typeof __VLS_export;
|
|
@@ -10,12 +10,12 @@ declare const __VLS_base: import("vue").DefineComponent<WtInlineAddPanel, {}, {}
|
|
|
10
10
|
reset: (...args: any[]) => void;
|
|
11
11
|
submit: (...args: any[]) => void;
|
|
12
12
|
}, string, import("vue").PublicProps, Readonly<WtInlineAddPanel> & Readonly<{
|
|
13
|
-
onReset?: (...args: any[]) => any;
|
|
14
|
-
onSubmit?: (...args: any[]) => any;
|
|
13
|
+
onReset?: ((...args: any[]) => any) | undefined;
|
|
14
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
15
15
|
}>, {
|
|
16
16
|
disabledAddAction: boolean;
|
|
17
17
|
direction: "row" | "column";
|
|
18
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
19
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
20
|
declare const _default: typeof __VLS_export;
|
|
21
21
|
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { SuperCompatibleRegleFieldStatus } from '@regle/core';
|
|
2
2
|
import type { InputNumberProps } from 'primevue';
|
|
3
|
+
import type { CompatCustomValidator, VuelidateFieldLike } from '../../mixins/validationMixin/vuelidate/useVuelidateValidation';
|
|
3
4
|
interface WtInputNumberProps extends /* @vue-ignore */ InputNumberProps {
|
|
4
5
|
label?: string;
|
|
5
6
|
labelProps?: Record<string, unknown>;
|
|
@@ -13,9 +14,9 @@ interface WtInputNumberProps extends /* @vue-ignore */ InputNumberProps {
|
|
|
13
14
|
minFractionDigits?: number;
|
|
14
15
|
maxFractionDigits?: number;
|
|
15
16
|
showButtons?: boolean;
|
|
16
|
-
v?:
|
|
17
|
+
v?: VuelidateFieldLike;
|
|
17
18
|
regleValidation?: SuperCompatibleRegleFieldStatus;
|
|
18
|
-
customValidators?:
|
|
19
|
+
customValidators?: CompatCustomValidator[];
|
|
19
20
|
hideInputInfo?: boolean;
|
|
20
21
|
}
|
|
21
22
|
type __VLS_Props = WtInputNumberProps;
|
|
@@ -36,27 +37,26 @@ type __VLS_Slots = {} & {
|
|
|
36
37
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
37
38
|
focus: () => void;
|
|
38
39
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
39
|
-
"update:modelValue": (value: number) => any;
|
|
40
|
+
"update:modelValue": (value: number | null) => any;
|
|
40
41
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
41
|
-
"onUpdate:modelValue"?: (value: number) => any;
|
|
42
|
+
"onUpdate:modelValue"?: ((value: number | null) => any) | undefined;
|
|
42
43
|
}>, {
|
|
43
|
-
required: boolean;
|
|
44
44
|
label: string;
|
|
45
45
|
disabled: boolean;
|
|
46
|
+
required: boolean;
|
|
46
47
|
placeholder: string;
|
|
47
48
|
step: number;
|
|
48
|
-
customValidators:
|
|
49
|
+
customValidators: CompatCustomValidator[];
|
|
49
50
|
min: number;
|
|
50
51
|
max: number;
|
|
51
|
-
v:
|
|
52
|
-
regleValidation: SuperCompatibleRegleFieldStatus;
|
|
52
|
+
v: VuelidateFieldLike;
|
|
53
53
|
labelProps: Record<string, unknown>;
|
|
54
54
|
useGrouping: boolean;
|
|
55
55
|
minFractionDigits: number;
|
|
56
56
|
maxFractionDigits: number;
|
|
57
57
|
showButtons: boolean;
|
|
58
58
|
hideInputInfo: boolean;
|
|
59
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
59
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
60
60
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
61
61
|
declare const _default: typeof __VLS_export;
|
|
62
62
|
export default _default;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import type { SuperCompatibleRegleFieldStatus } from '@regle/core';
|
|
2
2
|
import type { InputTextProps } from 'primevue';
|
|
3
|
-
|
|
3
|
+
import type { InputHTMLAttributes } from 'vue';
|
|
4
|
+
import type { CompatCustomValidator, VuelidateFieldLike } from '../../mixins/validationMixin/vuelidate/useVuelidateValidation';
|
|
5
|
+
/** native attrs are omitted: keeping them overflows prop inference (TS2590) */
|
|
6
|
+
interface WtInputTextProps extends /* @vue-ignore */ Omit<InputTextProps, keyof InputHTMLAttributes> {
|
|
4
7
|
label?: string;
|
|
5
8
|
labelProps?: Record<string, unknown>;
|
|
6
9
|
type?: string;
|
|
@@ -9,9 +12,9 @@ interface WtInputTextProps extends /* @vue-ignore */ InputTextProps {
|
|
|
9
12
|
disabled?: boolean;
|
|
10
13
|
required?: boolean;
|
|
11
14
|
preventTrim?: boolean;
|
|
12
|
-
v?:
|
|
15
|
+
v?: VuelidateFieldLike;
|
|
13
16
|
regleValidation?: SuperCompatibleRegleFieldStatus;
|
|
14
|
-
customValidators?:
|
|
17
|
+
customValidators?: CompatCustomValidator[];
|
|
15
18
|
hideInputInfo?: boolean;
|
|
16
19
|
hideInputValue?: boolean;
|
|
17
20
|
}
|
|
@@ -35,22 +38,21 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
35
38
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
36
39
|
"update:modelValue": (value: string) => any;
|
|
37
40
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
38
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
|
41
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
39
42
|
}>, {
|
|
40
43
|
type: string;
|
|
41
|
-
required: boolean;
|
|
42
44
|
label: string;
|
|
43
45
|
disabled: boolean;
|
|
44
46
|
size: string | null;
|
|
47
|
+
required: boolean;
|
|
45
48
|
placeholder: string;
|
|
46
|
-
customValidators:
|
|
47
|
-
v:
|
|
48
|
-
regleValidation: SuperCompatibleRegleFieldStatus;
|
|
49
|
+
customValidators: CompatCustomValidator[];
|
|
50
|
+
v: VuelidateFieldLike;
|
|
49
51
|
labelProps: Record<string, unknown>;
|
|
50
52
|
hideInputInfo: boolean;
|
|
51
53
|
preventTrim: boolean;
|
|
52
54
|
hideInputValue: boolean;
|
|
53
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
55
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
54
56
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
55
57
|
declare const _default: typeof __VLS_export;
|
|
56
58
|
export default _default;
|
|
@@ -19,7 +19,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
19
19
|
default: boolean;
|
|
20
20
|
};
|
|
21
21
|
}>> & Readonly<{
|
|
22
|
-
onNext?: (...args: any[]) => any;
|
|
22
|
+
onNext?: ((...args: any[]) => any) | undefined;
|
|
23
23
|
}>, {
|
|
24
24
|
loading: boolean;
|
|
25
25
|
canLoadMore: boolean;
|
|
@@ -89,5 +89,5 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
89
89
|
invisible: boolean;
|
|
90
90
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
91
91
|
type __VLS_Slots = {
|
|
92
|
-
default?: (props: {}) => any;
|
|
92
|
+
default?: ((props: {}) => any) | undefined;
|
|
93
93
|
};
|
|
@@ -27,7 +27,7 @@ declare var __VLS_1: {};
|
|
|
27
27
|
type __VLS_Slots = {} & {
|
|
28
28
|
default?: (props: typeof __VLS_1) => any;
|
|
29
29
|
};
|
|
30
|
-
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
30
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
31
31
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
32
32
|
declare const _default: typeof __VLS_export;
|
|
33
33
|
export default _default;
|
|
@@ -6,5 +6,5 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
6
6
|
});
|
|
7
7
|
declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
8
|
type __VLS_Slots = {
|
|
9
|
-
[x: string]: (props: {}) => any;
|
|
9
|
+
[x: string]: ((props: {}) => any) | undefined;
|
|
10
10
|
};
|