@webitel/ui-sdk 25.4.80 → 25.6.2
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 +23 -0
- package/dist/img/sprite/add-contact.svg +3 -0
- package/dist/img/sprite/index.js +3 -1
- 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/wt-avatar/wt-avatar.vue.d.ts +2 -2
- package/dist/types/components/wt-button-select/wt-button-select.vue.d.ts +2 -2
- package/dist/types/components/wt-confirm-dialog/wt-confirm-dialog.vue.d.ts +3 -3
- 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 +2 -2
- package/dist/types/components/wt-empty/wt-empty.vue.d.ts +2 -2
- 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-radio/wt-radio.vue.d.ts +1 -1
- package/dist/types/components/wt-rounded-action/wt-rounded-action.vue.d.ts +2 -2
- package/dist/types/components/wt-search-bar/wt-search-bar.vue.d.ts +1 -1
- package/dist/types/components/wt-slider/wt-slider.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-time-input/wt-time-input.vue.d.ts +1 -1
- package/dist/types/components/wt-timepicker/wt-timepicker.vue.d.ts +1 -1
- package/dist/types/components/wt-tree-line/wt-tree-line.vue.d.ts +1 -1
- 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 +4 -4
- package/dist/types/modules/AuditForm/components/audit-form-question-write-wrapper.vue.d.ts +2 -2
- package/dist/types/modules/AuditForm/components/audit-form-question.vue.d.ts +2 -2
- package/dist/types/modules/AuditForm/components/audit-form.vue.d.ts +4 -4
- package/dist/types/modules/AuditForm/components/questions/options/audit-form-question-options-write-row.vue.d.ts +2 -2
- package/dist/types/modules/AuditForm/components/questions/options/audit-form-question-options.vue.d.ts +1 -1
- package/dist/types/modules/AuditForm/components/questions/score/audit-form-question-score.vue.d.ts +1 -1
- 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/ui-sdk.js +1897 -1890
- package/dist/ui-sdk.umd.cjs +16 -16
- package/package.json +1 -1
- package/src/assets/icons/sprite/add-contact.svg +3 -0
- package/src/assets/icons/sprite/index.js +3 -1
- package/src/components/wt-action-bar/WtActionBarActionsOrder.js +1 -0
- package/src/components/wt-icon-action/iconMappings.js +1 -0
- package/src/components/wt-icon-action/wt-icon-action.vue +1 -0
- package/src/enums/IconAction/IconAction.enum.js +1 -0
- package/src/locale/en/en.js +3 -0
- package/src/locale/ru/ru.js +3 -0
- package/src/locale/ua/ua.js +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## [v25.6.2] - 2025-04-30
|
|
2
|
+
### :sparkles: New Features
|
|
3
|
+
- [`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))*
|
|
4
|
+
- [`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))*
|
|
5
|
+
|
|
6
|
+
### :bug: Bug Fixes
|
|
7
|
+
- [`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))*
|
|
8
|
+
- [`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))*
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## [v25.6.1] - 2025-04-29
|
|
12
|
+
### :bug: Bug Fixes
|
|
13
|
+
- [`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))*
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## [v25.6.0] - 2025-04-29
|
|
17
|
+
### :sparkles: New Features
|
|
18
|
+
- [`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))*
|
|
19
|
+
|
|
20
|
+
|
|
1
21
|
## [v25.4.79] - 2025-04-28
|
|
2
22
|
### :bug: Bug Fixes
|
|
3
23
|
- [`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 +2063,6 @@
|
|
|
2043
2063
|
[v25.4.77]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.76...v25.4.77
|
|
2044
2064
|
[v25.4.78]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.77...v25.4.78
|
|
2045
2065
|
[v25.4.79]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.78...v25.4.79
|
|
2066
|
+
[v25.6.0]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.79...v25.6.0
|
|
2067
|
+
[v25.6.1]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.0...v25.6.1
|
|
2068
|
+
[v25.6.2]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.1...v25.6.2
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10 15C11.8019 15 13.4821 15.4239 14.7461 16.1611C15.9856 16.8842 17 18.0302 17 19.5C17 20.0523 16.5523 20.5 16 20.5C15.4477 20.5 15 20.0523 15 19.5C15 19.0369 14.6711 18.4323 13.7393 17.8887C12.8317 17.3593 11.5116 17 10 17C8.48863 17 7.16922 17.3594 6.26172 17.8887C5.32965 18.4324 5 19.0368 5 19.5C5 20.0523 4.55228 20.5 4 20.5C3.44772 20.5 3 20.0523 3 19.5C3 18.0302 4.0144 16.8842 5.25391 16.1611C6.51791 15.4239 8.19811 15 10 15ZM10 6C12.2091 6 14 7.79086 14 10C14 12.2091 12.2091 14 10 14C7.79086 14 6 12.2091 6 10C6 7.79086 7.79086 6 10 6ZM10 8C8.89543 8 8 8.89543 8 10C8 11.1046 8.89543 12 10 12C11.1046 12 12 11.1046 12 10C12 8.89543 11.1046 8 10 8ZM18 3C18.5523 3 19 3.44772 19 4V5H20C20.5523 5 21 5.44772 21 6C21 6.55228 20.5523 7 20 7H19V8C19 8.55228 18.5523 9 18 9C17.4477 9 17 8.55228 17 8V7H16C15.4477 7 15 6.55228 15 6C15 5.44772 15.4477 5 16 5H17V4C17 3.44772 17.4477 3 18 3Z" />
|
|
3
|
+
</svg>
|
package/dist/img/sprite/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { objCamelToKebab } from '../../../scripts/caseConverters.js';
|
|
2
2
|
import account from './account.svg';
|
|
3
|
+
import addContact from './add-contact.svg';
|
|
3
4
|
import addFilter from './add-filter.svg';
|
|
4
5
|
import adfs from './adfs.svg';
|
|
5
6
|
import agent from './agent.svg';
|
|
@@ -68,7 +69,6 @@ import comment from './comment.svg';
|
|
|
68
69
|
import conference from './conference.svg';
|
|
69
70
|
import contacts from './contacts.svg';
|
|
70
71
|
import copy from './copy.svg';
|
|
71
|
-
import updateCalls from './update-calls.svg';
|
|
72
72
|
import customChatGateway from './custom-chat-gateway.svg';
|
|
73
73
|
import darkMode from './dark-mode.svg';
|
|
74
74
|
import docs from './docs.svg';
|
|
@@ -192,6 +192,7 @@ import ttsDownload from './tts-download.svg';
|
|
|
192
192
|
import undo from './undo.svg';
|
|
193
193
|
import union from './union.svg';
|
|
194
194
|
import unpin from './unpin.svg';
|
|
195
|
+
import updateCalls from './update-calls.svg';
|
|
195
196
|
import upload from './upload.svg';
|
|
196
197
|
import user from './user.svg';
|
|
197
198
|
import variableSelect from './variable-select.svg';
|
|
@@ -219,6 +220,7 @@ export default objCamelToKebab({
|
|
|
219
220
|
attention,
|
|
220
221
|
azure,
|
|
221
222
|
addFilter,
|
|
223
|
+
addContact,
|
|
222
224
|
back,
|
|
223
225
|
bell,
|
|
224
226
|
bellBadged,
|
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>;
|
|
@@ -2,14 +2,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2
2
|
size: string;
|
|
3
3
|
badge: boolean;
|
|
4
4
|
status?: string;
|
|
5
|
-
username?: string;
|
|
6
5
|
src?: string;
|
|
6
|
+
username?: string;
|
|
7
7
|
$props: {
|
|
8
8
|
readonly size?: string;
|
|
9
9
|
readonly badge?: boolean;
|
|
10
10
|
readonly status?: string;
|
|
11
|
-
readonly username?: string;
|
|
12
11
|
readonly src?: string;
|
|
12
|
+
readonly username?: 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;
|
|
@@ -5,13 +5,13 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
5
5
|
});
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
7
|
$emit: (event: "click" | "click:option", ...args: any[]) => void;
|
|
8
|
+
options: unknown[];
|
|
8
9
|
disabled: boolean;
|
|
9
10
|
color: string;
|
|
10
|
-
options?: unknown[];
|
|
11
11
|
$props: {
|
|
12
|
+
readonly options?: unknown[];
|
|
12
13
|
readonly disabled?: boolean;
|
|
13
14
|
readonly color?: string;
|
|
14
|
-
readonly options?: unknown[];
|
|
15
15
|
};
|
|
16
16
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
17
|
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
|
$emit: (event: "close" | "confirm", ...args: any[]) => void;
|
|
8
|
+
title: string;
|
|
8
9
|
deleteMessage: string;
|
|
9
10
|
subject: string;
|
|
10
|
-
|
|
11
|
-
callback?: Function;
|
|
11
|
+
callback: Function;
|
|
12
12
|
$props: {
|
|
13
|
+
readonly title?: string;
|
|
13
14
|
readonly deleteMessage?: string;
|
|
14
15
|
readonly subject?: string;
|
|
15
|
-
readonly title?: 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>;
|
|
@@ -5,21 +5,21 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
5
5
|
});
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
7
|
$emit: (event: "click" | "update:visible", ...args: any[]) => void;
|
|
8
|
+
options: unknown[];
|
|
8
9
|
disabled: boolean;
|
|
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
|
+
readonly options?: unknown[];
|
|
16
17
|
readonly disabled?: boolean;
|
|
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,9 +6,9 @@ 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
13
|
clearable: boolean;
|
|
14
14
|
placeholder: string;
|
|
@@ -18,9 +18,9 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
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
25
|
readonly clearable?: boolean;
|
|
26
26
|
readonly placeholder?: string;
|
|
@@ -5,9 +5,9 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
5
5
|
});
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
7
|
$emit: (event: "click:primary" | "click:secondary", ...args: any[]) => void;
|
|
8
|
+
size: string;
|
|
8
9
|
title: string;
|
|
9
10
|
text: string;
|
|
10
|
-
size: string;
|
|
11
11
|
headline: string;
|
|
12
12
|
primaryActionText: string;
|
|
13
13
|
secondaryActionText: string;
|
|
@@ -15,9 +15,9 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
15
15
|
disabledSecondaryAction: boolean;
|
|
16
16
|
image?: Record<string, any>;
|
|
17
17
|
$props: {
|
|
18
|
+
readonly size?: string;
|
|
18
19
|
readonly title?: string;
|
|
19
20
|
readonly text?: string;
|
|
20
|
-
readonly size?: string;
|
|
21
21
|
readonly headline?: string;
|
|
22
22
|
readonly primaryActionText?: string;
|
|
23
23
|
readonly secondaryActionText?: string;
|
|
@@ -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;
|
|
@@ -57,9 +57,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
57
57
|
onInput?: (...args: any[]) => any;
|
|
58
58
|
}>, {
|
|
59
59
|
value: string | number | boolean | Record<string, any>;
|
|
60
|
+
required: boolean;
|
|
60
61
|
label: string;
|
|
61
62
|
disabled: boolean;
|
|
62
|
-
required: boolean;
|
|
63
63
|
selected: string | number | boolean | Record<string, any>;
|
|
64
64
|
outline: boolean;
|
|
65
65
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3,22 +3,22 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3
3
|
size: string;
|
|
4
4
|
disabled: boolean;
|
|
5
5
|
color: string;
|
|
6
|
+
icon: string;
|
|
6
7
|
active: boolean;
|
|
7
8
|
wide: boolean;
|
|
8
9
|
loading: boolean;
|
|
9
10
|
iconPrefix: string;
|
|
10
11
|
rounded: boolean;
|
|
11
|
-
icon?: string;
|
|
12
12
|
$props: {
|
|
13
13
|
readonly size?: string;
|
|
14
14
|
readonly disabled?: boolean;
|
|
15
15
|
readonly color?: string;
|
|
16
|
+
readonly icon?: string;
|
|
16
17
|
readonly active?: boolean;
|
|
17
18
|
readonly wide?: boolean;
|
|
18
19
|
readonly loading?: boolean;
|
|
19
20
|
readonly iconPrefix?: string;
|
|
20
21
|
readonly rounded?: boolean;
|
|
21
|
-
readonly icon?: string;
|
|
22
22
|
};
|
|
23
23
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
24
24
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const invalid: any;
|
|
2
|
-
declare const invalidColorProvider: import("vue").ComputedRef<"
|
|
2
|
+
declare const invalidColorProvider: import("vue").ComputedRef<"error" | "default">;
|
|
3
3
|
declare function handleInput(value: any): void;
|
|
4
4
|
declare function handleKeyup(event: any): void;
|
|
5
5
|
declare function updateSearchMode({ option }: {
|
|
@@ -68,8 +68,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
68
68
|
disabled: boolean;
|
|
69
69
|
height: number;
|
|
70
70
|
max: number;
|
|
71
|
-
vertical: boolean;
|
|
72
71
|
min: number;
|
|
72
|
+
vertical: boolean;
|
|
73
73
|
step: number;
|
|
74
74
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
75
75
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
headers: {
|
|
3
3
|
type: ArrayConstructor;
|
|
4
|
-
required:
|
|
4
|
+
required: true;
|
|
5
5
|
description: string;
|
|
6
6
|
};
|
|
7
7
|
staticHeaders: {
|
|
@@ -26,7 +26,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
26
26
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
27
|
headers: {
|
|
28
28
|
type: ArrayConstructor;
|
|
29
|
-
required:
|
|
29
|
+
required: true;
|
|
30
30
|
description: string;
|
|
31
31
|
};
|
|
32
32
|
staticHeaders: {
|
|
@@ -96,9 +96,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
96
96
|
onInput?: (...args: any[]) => any;
|
|
97
97
|
}>, {
|
|
98
98
|
value: number;
|
|
99
|
+
required: boolean;
|
|
99
100
|
label: string;
|
|
100
101
|
disabled: boolean;
|
|
101
|
-
required: boolean;
|
|
102
102
|
hideInputInfo: boolean;
|
|
103
103
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
104
104
|
export default _default;
|
|
@@ -120,9 +120,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
120
120
|
};
|
|
121
121
|
}>> & Readonly<{}>, {
|
|
122
122
|
value: string | number;
|
|
123
|
+
required: boolean;
|
|
123
124
|
label: string;
|
|
124
125
|
disabled: boolean;
|
|
125
|
-
required: boolean;
|
|
126
126
|
dateMode: boolean;
|
|
127
127
|
format: string;
|
|
128
128
|
noLabel: boolean;
|
|
@@ -23,9 +23,9 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
23
23
|
onOpenParent?: () => any;
|
|
24
24
|
}>, {
|
|
25
25
|
multiple: boolean;
|
|
26
|
+
lastChild: boolean;
|
|
26
27
|
childrenProp: string;
|
|
27
28
|
nestedLevel: number;
|
|
28
|
-
lastChild: boolean;
|
|
29
29
|
nextElement: boolean;
|
|
30
30
|
searchedProp: string;
|
|
31
31
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$emit: (event: "changed", ...args: any[]) => void;
|
|
3
3
|
statusDuration: string | number;
|
|
4
|
+
agentId: string | number;
|
|
4
5
|
status?: any;
|
|
5
|
-
agentId?: string | number;
|
|
6
6
|
$props: {
|
|
7
7
|
readonly statusDuration?: string | number;
|
|
8
|
-
readonly status?: any;
|
|
9
8
|
readonly agentId?: string | number;
|
|
9
|
+
readonly status?: any;
|
|
10
10
|
};
|
|
11
11
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
12
|
export default _default;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$emit: (event: "change:result" | "activate", ...args: any[]) => void;
|
|
3
|
+
question: Record<string, any>;
|
|
4
|
+
result: Record<string, any>;
|
|
3
5
|
disableDragging: boolean;
|
|
4
6
|
readonly: boolean;
|
|
5
7
|
first: boolean;
|
|
6
|
-
question?: Record<string, any>;
|
|
7
|
-
result?: Record<string, any>;
|
|
8
8
|
$props: {
|
|
9
|
+
readonly question?: Record<string, any>;
|
|
10
|
+
readonly result?: Record<string, any>;
|
|
9
11
|
readonly disableDragging?: boolean;
|
|
10
12
|
readonly readonly?: boolean;
|
|
11
13
|
readonly first?: boolean;
|
|
12
|
-
readonly question?: Record<string, any>;
|
|
13
|
-
readonly result?: Record<string, any>;
|
|
14
14
|
};
|
|
15
15
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
16
|
export default _default;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$emit: (event: "delete" | "copy" | "change:question", ...args: any[]) => void;
|
|
3
|
+
question: Record<string, any>;
|
|
3
4
|
first: boolean;
|
|
4
5
|
v?: Record<string, any>;
|
|
5
|
-
question?: Record<string, any>;
|
|
6
6
|
$props: {
|
|
7
|
+
readonly question?: Record<string, any>;
|
|
7
8
|
readonly first?: boolean;
|
|
8
9
|
readonly v?: Record<string, any>;
|
|
9
|
-
readonly question?: Record<string, any>;
|
|
10
10
|
};
|
|
11
11
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
12
|
export default _default;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
activateQuestion: typeof activateQuestion;
|
|
3
3
|
$emit: (event: "delete" | "copy" | "update:question" | "update:result", ...args: any[]) => void;
|
|
4
|
+
question: Record<string, any>;
|
|
4
5
|
readonly: boolean;
|
|
5
6
|
first: boolean;
|
|
6
7
|
mode?: string;
|
|
7
|
-
question?: Record<string, any>;
|
|
8
8
|
result?: Record<string, any>;
|
|
9
9
|
$props: {
|
|
10
|
+
readonly question?: Record<string, any>;
|
|
10
11
|
readonly readonly?: boolean;
|
|
11
12
|
readonly first?: boolean;
|
|
12
13
|
readonly mode?: string;
|
|
13
|
-
readonly question?: Record<string, any>;
|
|
14
14
|
readonly result?: Record<string, any>;
|
|
15
15
|
};
|
|
16
16
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$emit: (event: "update:result" | "update:questions" | "update:validation", ...args: any[]) => void;
|
|
3
|
+
mode: string;
|
|
3
4
|
readonly: boolean;
|
|
4
|
-
|
|
5
|
+
questions: unknown[];
|
|
5
6
|
result?: unknown[];
|
|
6
|
-
questions?: unknown[];
|
|
7
7
|
$props: {
|
|
8
|
-
readonly readonly?: boolean;
|
|
9
8
|
readonly mode?: string;
|
|
10
|
-
readonly
|
|
9
|
+
readonly readonly?: boolean;
|
|
11
10
|
readonly questions?: unknown[];
|
|
11
|
+
readonly result?: unknown[];
|
|
12
12
|
};
|
|
13
13
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
14
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$emit: (event: "delete" | "change:option", ...args: any[]) => void;
|
|
3
|
+
option: Record<string, any>;
|
|
3
4
|
first: boolean;
|
|
4
|
-
option?: Record<string, any>;
|
|
5
5
|
$props: {
|
|
6
|
-
readonly first?: boolean;
|
|
7
6
|
readonly option?: Record<string, any>;
|
|
7
|
+
readonly first?: 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;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$emit: (event: "change:result" | "change:question", ...args: any[]) => void;
|
|
3
3
|
mode: string;
|
|
4
|
-
question
|
|
4
|
+
question: Record<string, any>;
|
|
5
5
|
result?: Record<string, any>;
|
|
6
6
|
$props: {
|
|
7
7
|
readonly mode?: string;
|
package/dist/types/modules/AuditForm/components/questions/score/audit-form-question-score.vue.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$emit: (event: "change:result" | "change:question", ...args: any[]) => void;
|
|
3
3
|
mode: string;
|
|
4
|
-
question
|
|
4
|
+
question: Record<string, any>;
|
|
5
5
|
result?: Record<string, any>;
|
|
6
6
|
$props: {
|
|
7
7
|
readonly mode?: string;
|
package/dist/types/modules/DeleteConfirmationPopup/components/delete-confirmation-popup.vue.d.ts
CHANGED
|
@@ -5,8 +5,8 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
5
5
|
});
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
7
|
$emit: (event: "close", ...args: any[]) => void;
|
|
8
|
-
callback
|
|
9
|
-
deleteCount
|
|
8
|
+
callback: Function;
|
|
9
|
+
deleteCount: number;
|
|
10
10
|
$props: {
|
|
11
11
|
readonly callback?: Function;
|
|
12
12
|
readonly deleteCount?: number;
|