@webitel/ui-datalist 1.1.1 → 1.1.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/package.json +1 -1
- package/src/modules/filter-presets/components/_shared/input-fields/preset-name-field.vue +3 -4
- package/src/modules/filters/components/config/dynamic-view/dynamic-filter-config-form-label.vue +24 -18
- package/src/modules/filters/modules/filterConfig/components/case-service/case-service-filter-value-field.vue +15 -9
- package/src/modules/filters/modules/filterConfig/components/rating/rating-from-to-filter-value-field.vue +48 -43
- package/src/modules/filters/modules/filterConfig/components/score/score-from-to-filter-value-field.vue +53 -41
- package/src/modules/filters/modules/filterConfig/components/variable/variable-filter-value-field.vue +24 -16
- package/types/modules/card/composables/useCardComponent.d.ts +3 -3
- package/types/modules/card/composables/useCardRouting.d.ts +1 -1
- package/types/modules/card/composables/useCardValidation.d.ts +4 -4
- package/types/modules/card/composables/useItemCardSaveText.d.ts +1 -1
- package/types/modules/card/stores/createCardStore.d.ts +1 -1
- package/types/modules/filter-presets/components/_shared/input-fields/preset-description-field.vue.d.ts +4 -2
- package/types/modules/filter-presets/components/_shared/input-fields/preset-name-field.vue.d.ts +4 -2
- package/types/modules/filter-presets/components/_shared/preset-filters-preview.vue.d.ts +2 -1
- package/types/modules/filter-presets/components/apply-preset/apply-preset-action.vue.d.ts +2 -1
- package/types/modules/filter-presets/components/apply-preset/preset-preview.vue.d.ts +2 -1
- package/types/modules/filter-presets/components/save-preset/overwrite-preset-popup.vue.d.ts +4 -3
- package/types/modules/filter-presets/components/save-preset/save-preset-action.vue.d.ts +2 -1
- package/types/modules/filter-presets/components/save-preset/save-preset-popup.vue.d.ts +4 -4
- package/types/modules/filter-presets/stores/createFilterPresetsStore.d.ts +0 -1
- package/types/modules/filters/components/config/dynamic-view/dynamic-filter-config-form-label.vue.d.ts +4 -3
- package/types/modules/filters/components/config/dynamic-view/dynamic-filter-config-form-value-input.vue.d.ts +4 -2
- package/types/modules/filters/components/config/dynamic-view/dynamic-filter-config-form.vue.d.ts +8 -57
- package/types/modules/filters/components/config/dynamic-view/dynamic-filter-config-view.vue.d.ts +11 -19
- package/types/modules/filters/components/config/static-view/static-filter-field.vue.d.ts +2 -1
- package/types/modules/filters/components/dynamic-filter-add-action.vue.d.ts +7 -29
- package/types/modules/filters/components/dynamic-filter-panel-wrapper.vue.d.ts +5 -8
- package/types/modules/filters/components/preview/dynamic-filter-preview-info.vue.d.ts +7 -8
- package/types/modules/filters/components/preview/dynamic-filter-preview.vue.d.ts +8 -39
- package/types/modules/filters/components/search-bar/dynamic-filter-search.vue.d.ts +4 -2
- package/types/modules/filters/components/table-filters-panel.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/_custom/type-extension-filter-value-field.vue.d.ts +4 -2
- package/types/modules/filters/modules/filterConfig/components/_custom/type-extension-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/_shared/date-time-filter/date-time-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/_shared/date-time-filter/date-time-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/_shared/date-time-filter/date-time-options/date-time-options-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/_shared/date-time-filter/date-time-options/date-time-options-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/_shared/durations/duration-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/_shared/has-options/has-option-filter-value-field.vue.d.ts +4 -2
- package/types/modules/filters/modules/filterConfig/components/_shared/has-options/has-option-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/_shared/lookup-filter-preview/lookup-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/agent/agent-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/agent/agent-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/agent-status/agent-status-filter-value-field.vue.d.ts +4 -2
- package/types/modules/filters/modules/filterConfig/components/agent-status/agent-status-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/amd-result/amd-result-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/amd-result/amd-result-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/auditor/auditor-filter-value-field.vue.d.ts +4 -2
- package/types/modules/filters/modules/filterConfig/components/auditor/auditor-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/auditor/index.d.ts +2 -2
- package/types/modules/filters/modules/filterConfig/components/call-direction/call-direction-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/call-direction/call-direction-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/case-actual-reaction-time/case-actual-reaction-time-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/case-actual-reaction-time/case-actual-reaction-time-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/case-actual-resolution-time/case-actual-resolution-time-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/case-actual-resolution-time/case-actual-resolution-time-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/case-assignee/case-assignee-filter-value-field.vue.d.ts +4 -2
- package/types/modules/filters/modules/filterConfig/components/case-assignee/case-assignee-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/case-assignee/filterConfig.d.ts +3 -2
- package/types/modules/filters/modules/filterConfig/components/case-author/case-author-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/case-author/case-author-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/case-close-reason-groups/case-close-reason-groups-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/case-close-reason-groups/case-close-reason-groups-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/case-impacted/case-impacted-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/case-impacted/case-impacted-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/case-priority/case-priority-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/case-priority/case-priority-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/case-reaction-time/case-reaction-time-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/case-reaction-time/case-reaction-time-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/case-reporter/case-reporter-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/case-reporter/case-reporter-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/case-resolution-time/case-resolution-time-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/case-resolution-time/case-resolution-time-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/case-service/case-service-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/case-service/case-service-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/case-sla/case-sla-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/case-sla/case-sla-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/case-sla-condition/case-sla-condition-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/case-sla-condition/case-sla-condition-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/case-source/case-source-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/case-source/case-source-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/case-status/case-status-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/case-status/case-status-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/contact/contact-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/contact/contact-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/contact-group/contact-group-filter-value-field.vue.d.ts +4 -2
- package/types/modules/filters/modules/filterConfig/components/contact-group/contact-group-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/contact-group/index.d.ts +3 -2
- package/types/modules/filters/modules/filterConfig/components/contact-label/contact-label-filter-value-field.vue.d.ts +4 -2
- package/types/modules/filters/modules/filterConfig/components/contact-label/contact-label-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/contact-owner/contact-owner-filter-value-field.vue.d.ts +4 -2
- package/types/modules/filters/modules/filterConfig/components/contact-owner/contact-owner-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/created-at-from/created-at-from-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/created-at-from/created-at-from-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/created-at-to/created-at-to-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/created-at-to/created-at-to-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/gateway/gateway-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/gateway/gateway-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/grantee/grantee-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/grantee/grantee-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/hangup-cause/hangup-cause-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/hangup-cause/hangup-cause-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/has-attachment/has-attachment-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/has-attachment/has-attachment-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/has-file/has-file-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/has-file/has-file-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/has-rating/has-rating-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/has-rating/has-rating-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/has-transcription/has-transcription-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/has-transcription/has-transcription-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/has-user/has-user-filter-value-field.vue.d.ts +4 -2
- package/types/modules/filters/modules/filterConfig/components/has-user/has-user-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/index.d.ts +23 -23
- package/types/modules/filters/modules/filterConfig/components/queue/index.d.ts +3 -2
- package/types/modules/filters/modules/filterConfig/components/queue/queue-filter-value-field.vue.d.ts +4 -2
- package/types/modules/filters/modules/filterConfig/components/queue/queue-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/queue-period/queue-period-filter-value-field.vue.d.ts +4 -2
- package/types/modules/filters/modules/filterConfig/components/queue-period/queue-period-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/queue-type/queue-type-filter-value-field.vue.d.ts +4 -2
- package/types/modules/filters/modules/filterConfig/components/queue-type/queue-type-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/rated-by/rated-by-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/rated-by/rated-by-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/rating/rating-from-to-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/rating/rating-from-to-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/region/index.d.ts +2 -2
- package/types/modules/filters/modules/filterConfig/components/region/region-filter-value-field.vue.d.ts +4 -2
- package/types/modules/filters/modules/filterConfig/components/region/region-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/score/score-from-to-filter-value-field.vue.d.ts +4 -2
- package/types/modules/filters/modules/filterConfig/components/score/score-from-to-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/skill/index.d.ts +2 -2
- package/types/modules/filters/modules/filterConfig/components/skill/skill-filter-value-field.vue.d.ts +4 -2
- package/types/modules/filters/modules/filterConfig/components/skill/skill-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/supervisor/index.d.ts +2 -2
- package/types/modules/filters/modules/filterConfig/components/supervisor/supervisor-filter-value-field.vue.d.ts +4 -2
- package/types/modules/filters/modules/filterConfig/components/supervisor/supervisor-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/tag/tag-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/tag/tag-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/talk-duration/talk-duration-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/talk-duration/talk-duration-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/team/index.d.ts +3 -2
- package/types/modules/filters/modules/filterConfig/components/team/team-filter-value-field.vue.d.ts +4 -2
- package/types/modules/filters/modules/filterConfig/components/team/team-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/total-duration/total-duration-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/total-duration/total-duration-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/user/user-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/user/user-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/utilization-progress/utilization-progress-filter-value-field.vue.d.ts +4 -2
- package/types/modules/filters/modules/filterConfig/components/utilization-progress/utilization-progress-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/components/variable/variable-filter-value-field.vue.d.ts +4 -3
- package/types/modules/filters/modules/filterConfig/components/variable/variable-filter-value-preview.vue.d.ts +2 -1
- package/types/modules/filters/modules/filterConfig/composables/useAgentStatusOptions.d.ts +2 -2
- package/types/modules/filters/modules/filterConfig/composables/useQueuePeriodOptions.d.ts +1 -1
- package/types/modules/filters/modules/filterConfig/composables/useQueueTypeOptions.d.ts +1 -1
- package/types/modules/types/tableStore.types.d.ts +1 -0
- package/types/modules/filters/components/config/dynamic-filter-config-form-label.vue.d.ts +0 -11
- package/types/modules/filters/components/config/dynamic-filter-config-form-value-input.vue.d.ts +0 -16
- package/types/modules/filters/components/config/dynamic-filter-config-form.vue.d.ts +0 -93
- package/types/modules/filters/components/config/dynamic-filter-config-view.vue.d.ts +0 -27
- package/types/modules/filters/modules/filterConfig/components/created-at/created-at-filter-value-field.vue.d.ts +0 -19
- package/types/modules/filters/modules/filterConfig/components/created-at/created-at-filter-value-preview.vue.d.ts +0 -9
- package/types/modules/form/composables/useFormComponent.d.ts +0 -9
- package/types/modules/form/composables/useItemCardSaveText.d.ts +0 -7
- package/types/modules/form/composables/useValidation.d.ts +0 -10
- package/types/modules/form/index.d.ts +0 -4
- package/types/modules/form/stores/createFormStore.d.ts +0 -135
|
@@ -2,5 +2,6 @@ import type { WebitelContactsContact } from 'webitel-sdk';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
value: WebitelContactsContact[];
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
5
|
+
declare const __VLS_export: 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>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
6
7
|
export default _default;
|
|
@@ -8,14 +8,16 @@ type ModelValue = {
|
|
|
8
8
|
list: string[];
|
|
9
9
|
unassigned: boolean;
|
|
10
10
|
};
|
|
11
|
-
type
|
|
11
|
+
type __VLS_ModelProps = {
|
|
12
12
|
modelValue?: ModelValue;
|
|
13
13
|
};
|
|
14
|
-
|
|
14
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
15
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
16
|
"update:modelValue": (value: ModelValue) => any;
|
|
16
17
|
"update:invalid": (args_0: boolean) => any;
|
|
17
18
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
18
19
|
"onUpdate:modelValue"?: (value: ModelValue) => any;
|
|
19
20
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
20
21
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
21
23
|
export default _default;
|
|
@@ -4,5 +4,6 @@ type __VLS_Props = {
|
|
|
4
4
|
value: WebitelContactsContact[];
|
|
5
5
|
filter: IFilter;
|
|
6
6
|
};
|
|
7
|
-
declare const
|
|
7
|
+
declare const __VLS_export: 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>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
8
9
|
export default _default;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { contactGroups } from '@webitel/ui-sdk/api/clients/index';
|
|
1
2
|
import { IWtSysTypeFilterConfig, WtSysTypeFilterConfig } from '../../classes/FilterConfig';
|
|
2
3
|
declare class ContactGroupFilterConfig extends WtSysTypeFilterConfig {
|
|
3
4
|
readonly name: "contactGroup";
|
|
@@ -33,10 +34,10 @@ declare class ContactGroupFilterConfig extends WtSysTypeFilterConfig {
|
|
|
33
34
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
34
35
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
35
36
|
valuePreviewComponent: import("vue").DefineComponent<{
|
|
36
|
-
value:
|
|
37
|
+
value: contactGroups[];
|
|
37
38
|
filter: import("../../../..").IFilter;
|
|
38
39
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
39
|
-
value:
|
|
40
|
+
value: contactGroups[];
|
|
40
41
|
filter: import("../../../..").IFilter;
|
|
41
42
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
42
43
|
hideUnassigned?: boolean;
|
|
@@ -5,14 +5,16 @@ type __VLS_Props = {
|
|
|
5
5
|
hideLabel?: boolean;
|
|
6
6
|
};
|
|
7
7
|
type ModelValue = number[];
|
|
8
|
-
type
|
|
8
|
+
type __VLS_ModelProps = {
|
|
9
9
|
modelValue?: ModelValue;
|
|
10
10
|
};
|
|
11
|
-
|
|
11
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
12
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
13
|
"update:modelValue": (value: ModelValue) => any;
|
|
13
14
|
"update:invalid": (args_0: boolean) => any;
|
|
14
15
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
15
16
|
"onUpdate:modelValue"?: (value: ModelValue) => any;
|
|
16
17
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
17
18
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
18
20
|
export default _default;
|
|
@@ -4,5 +4,6 @@ type __VLS_Props = {
|
|
|
4
4
|
* */
|
|
5
5
|
value: Record<string, unknown>[];
|
|
6
6
|
};
|
|
7
|
-
declare const
|
|
7
|
+
declare const __VLS_export: 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>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
8
9
|
export default _default;
|
|
@@ -3,14 +3,16 @@ type __VLS_Props = {
|
|
|
3
3
|
filterConfig: WtSysTypeFilterConfig;
|
|
4
4
|
};
|
|
5
5
|
type ModelValue = number[];
|
|
6
|
-
type
|
|
6
|
+
type __VLS_ModelProps = {
|
|
7
7
|
modelValue?: ModelValue;
|
|
8
8
|
};
|
|
9
|
-
|
|
9
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
10
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
11
|
"update:modelValue": (value: ModelValue) => any;
|
|
11
12
|
"update:invalid": (args_0: boolean) => any;
|
|
12
13
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
14
|
"onUpdate:modelValue"?: (value: ModelValue) => any;
|
|
14
15
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
15
16
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
16
18
|
export default _default;
|
|
@@ -4,5 +4,6 @@ type __VLS_Props = {
|
|
|
4
4
|
* */
|
|
5
5
|
value: Record<string, unknown>[];
|
|
6
6
|
};
|
|
7
|
-
declare const
|
|
7
|
+
declare const __VLS_export: 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>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
8
9
|
export default _default;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
type
|
|
1
|
+
type __VLS_ModelProps = {
|
|
2
2
|
modelValue?: number;
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
5
|
"update:modelValue": (value: number) => any;
|
|
6
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
7
7
|
"onUpdate:modelValue"?: (value: number) => any;
|
|
8
8
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
9
10
|
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
value: number[];
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: 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>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
5
6
|
export default _default;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
type
|
|
1
|
+
type __VLS_ModelProps = {
|
|
2
2
|
modelValue?: number;
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
5
|
"update:modelValue": (value: number) => any;
|
|
6
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
7
7
|
"onUpdate:modelValue"?: (value: number) => any;
|
|
8
8
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
9
10
|
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
value: number[];
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: 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>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
5
6
|
export default _default;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
type ModelValue = number[];
|
|
2
|
-
type
|
|
2
|
+
type __VLS_ModelProps = {
|
|
3
3
|
modelValue?: ModelValue;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
6
|
"update:modelValue": (value: ModelValue) => any;
|
|
7
7
|
"update:invalid": (args_0: boolean) => any;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
9
9
|
"onUpdate:modelValue"?: (value: ModelValue) => any;
|
|
10
10
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
11
11
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
12
13
|
export default _default;
|
|
@@ -4,5 +4,6 @@ type __VLS_Props = {
|
|
|
4
4
|
* */
|
|
5
5
|
value: Record<string, unknown>[];
|
|
6
6
|
};
|
|
7
|
-
declare const
|
|
7
|
+
declare const __VLS_export: 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>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
8
9
|
export default _default;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
type ModelValue = number[];
|
|
2
|
-
type
|
|
2
|
+
type __VLS_ModelProps = {
|
|
3
3
|
modelValue?: ModelValue;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
6
|
"update:modelValue": (value: ModelValue) => any;
|
|
7
7
|
"update:invalid": (args_0: boolean) => any;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
9
9
|
"onUpdate:modelValue"?: (value: ModelValue) => any;
|
|
10
10
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
11
11
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
12
13
|
export default _default;
|
|
@@ -4,5 +4,6 @@ type __VLS_Props = {
|
|
|
4
4
|
* */
|
|
5
5
|
value: Record<string, unknown>[];
|
|
6
6
|
};
|
|
7
|
-
declare const
|
|
7
|
+
declare const __VLS_export: 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>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
8
9
|
export default _default;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
type
|
|
1
|
+
type __VLS_ModelProps = {
|
|
2
2
|
modelValue?: string;
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
5
|
"update:modelValue": (value: string) => any;
|
|
6
6
|
"update:invalid": (args_0: boolean) => any;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
8
8
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
9
9
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
10
10
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
11
12
|
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
value: number[];
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: 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>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
5
6
|
export default _default;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
type
|
|
1
|
+
type __VLS_ModelProps = {
|
|
2
2
|
modelValue?: string;
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
5
|
"update:modelValue": (value: string) => any;
|
|
6
6
|
"update:invalid": (args_0: boolean) => any;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
8
8
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
9
9
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
10
10
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
11
12
|
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
value: boolean;
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: 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>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
5
6
|
export default _default;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { BooleanFilterModelValue } from "../../enums/options/BooleanFilterOptions";
|
|
2
|
-
type
|
|
2
|
+
type __VLS_ModelProps = {
|
|
3
3
|
modelValue?: BooleanFilterModelValue;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
6
|
"update:modelValue": (value: boolean) => any;
|
|
7
7
|
"update:invalid": (args_0: boolean) => any;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
9
9
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10
10
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
11
11
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
12
13
|
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
value: boolean;
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: 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>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
5
6
|
export default _default;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { BooleanFilterModelValue } from "../../enums/options/BooleanFilterOptions";
|
|
2
|
-
type
|
|
2
|
+
type __VLS_ModelProps = {
|
|
3
3
|
modelValue?: BooleanFilterModelValue;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
6
|
"update:modelValue": (value: boolean) => any;
|
|
7
7
|
"update:invalid": (args_0: boolean) => any;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
9
9
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10
10
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
11
11
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
12
13
|
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
value: boolean;
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: 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>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
5
6
|
export default _default;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { BooleanFilterModelValue } from "../../enums/options/BooleanFilterOptions";
|
|
2
|
-
type
|
|
2
|
+
type __VLS_ModelProps = {
|
|
3
3
|
modelValue?: BooleanFilterModelValue;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
6
|
"update:modelValue": (value: boolean) => any;
|
|
7
7
|
"update:invalid": (args_0: boolean) => any;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
9
9
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10
10
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
11
11
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
12
13
|
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
value: boolean;
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: 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>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
5
6
|
export default _default;
|
|
@@ -5,14 +5,16 @@ type __VLS_Props = {
|
|
|
5
5
|
disableValidation?: boolean;
|
|
6
6
|
hideLabel?: boolean;
|
|
7
7
|
};
|
|
8
|
-
type
|
|
8
|
+
type __VLS_ModelProps = {
|
|
9
9
|
modelValue?: BooleanFilterModelValue;
|
|
10
10
|
};
|
|
11
|
-
|
|
11
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
12
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
13
|
"update:modelValue": (value: boolean) => any;
|
|
13
14
|
"update:invalid": (args_0: boolean) => any;
|
|
14
15
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
15
16
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
16
17
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
17
18
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
18
20
|
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
value: boolean;
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: 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>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
5
6
|
export default _default;
|
|
@@ -133,7 +133,7 @@ export declare const FilterOptionToFilterConfigCreatorMap: {
|
|
|
133
133
|
items: unknown[];
|
|
134
134
|
next?: boolean;
|
|
135
135
|
}>;
|
|
136
|
-
label?: ReturnType<
|
|
136
|
+
label?: ReturnType<FilterOptionName> | string;
|
|
137
137
|
staticView?: boolean;
|
|
138
138
|
notDeletable: boolean;
|
|
139
139
|
showFilterName: boolean;
|
|
@@ -164,7 +164,7 @@ export declare const FilterOptionToFilterConfigCreatorMap: {
|
|
|
164
164
|
items: unknown[];
|
|
165
165
|
next?: boolean;
|
|
166
166
|
}>;
|
|
167
|
-
label?: ReturnType<
|
|
167
|
+
label?: ReturnType<FilterOptionName> | string;
|
|
168
168
|
staticView?: boolean;
|
|
169
169
|
notDeletable: boolean;
|
|
170
170
|
showFilterName: boolean;
|
|
@@ -203,10 +203,10 @@ export declare const FilterOptionToFilterConfigCreatorMap: {
|
|
|
203
203
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
204
204
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
205
205
|
valuePreviewComponent: import("vue").DefineComponent<{
|
|
206
|
-
value:
|
|
206
|
+
value: FilterOptionName[];
|
|
207
207
|
filter: import("../../..").IFilter;
|
|
208
208
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
209
|
-
value:
|
|
209
|
+
value: FilterOptionName[];
|
|
210
210
|
filter: import("../../..").IFilter;
|
|
211
211
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
212
212
|
hideUnassigned?: boolean;
|
|
@@ -214,7 +214,7 @@ export declare const FilterOptionToFilterConfigCreatorMap: {
|
|
|
214
214
|
items: unknown[];
|
|
215
215
|
next?: boolean;
|
|
216
216
|
}>;
|
|
217
|
-
label?: ReturnType<
|
|
217
|
+
label?: ReturnType<FilterOptionName> | string;
|
|
218
218
|
staticView?: boolean;
|
|
219
219
|
notDeletable: boolean;
|
|
220
220
|
showFilterName: boolean;
|
|
@@ -239,15 +239,15 @@ export declare const FilterOptionToFilterConfigCreatorMap: {
|
|
|
239
239
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
240
240
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
241
241
|
valuePreviewComponent: import("vue").DefineComponent<{
|
|
242
|
-
value:
|
|
242
|
+
value: FilterOptionName[];
|
|
243
243
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
244
|
-
value:
|
|
244
|
+
value: FilterOptionName[];
|
|
245
245
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
246
246
|
searchRecords(params: object): Promise<{
|
|
247
247
|
items: unknown[];
|
|
248
248
|
next?: boolean;
|
|
249
249
|
}>;
|
|
250
|
-
label?: ReturnType<
|
|
250
|
+
label?: ReturnType<FilterOptionName> | string;
|
|
251
251
|
staticView?: boolean;
|
|
252
252
|
notDeletable: boolean;
|
|
253
253
|
showFilterName: boolean;
|
|
@@ -272,15 +272,15 @@ export declare const FilterOptionToFilterConfigCreatorMap: {
|
|
|
272
272
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
273
273
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
274
274
|
valuePreviewComponent: import("vue").DefineComponent<{
|
|
275
|
-
value:
|
|
275
|
+
value: FilterOptionName[];
|
|
276
276
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
277
|
-
value:
|
|
277
|
+
value: FilterOptionName[];
|
|
278
278
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
279
279
|
searchRecords(params: object): Promise<{
|
|
280
280
|
items: unknown[];
|
|
281
281
|
next?: boolean;
|
|
282
282
|
}>;
|
|
283
|
-
label?: ReturnType<
|
|
283
|
+
label?: ReturnType<FilterOptionName> | string;
|
|
284
284
|
staticView?: boolean;
|
|
285
285
|
notDeletable: boolean;
|
|
286
286
|
showFilterName: boolean;
|
|
@@ -305,15 +305,15 @@ export declare const FilterOptionToFilterConfigCreatorMap: {
|
|
|
305
305
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
306
306
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
307
307
|
valuePreviewComponent: import("vue").DefineComponent<{
|
|
308
|
-
value:
|
|
308
|
+
value: FilterOptionName[];
|
|
309
309
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
310
|
-
value:
|
|
310
|
+
value: FilterOptionName[];
|
|
311
311
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
312
312
|
searchRecords(params: object): Promise<{
|
|
313
313
|
items: unknown[];
|
|
314
314
|
next?: boolean;
|
|
315
315
|
}>;
|
|
316
|
-
label?: ReturnType<
|
|
316
|
+
label?: ReturnType<FilterOptionName> | string;
|
|
317
317
|
staticView?: boolean;
|
|
318
318
|
notDeletable: boolean;
|
|
319
319
|
showFilterName: boolean;
|
|
@@ -338,15 +338,15 @@ export declare const FilterOptionToFilterConfigCreatorMap: {
|
|
|
338
338
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
339
339
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
340
340
|
valuePreviewComponent: import("vue").DefineComponent<{
|
|
341
|
-
value:
|
|
341
|
+
value: FilterOptionName[];
|
|
342
342
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
343
|
-
value:
|
|
343
|
+
value: FilterOptionName[];
|
|
344
344
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
345
345
|
searchRecords(params: object): Promise<{
|
|
346
346
|
items: unknown[];
|
|
347
347
|
next?: boolean;
|
|
348
348
|
}>;
|
|
349
|
-
label?: ReturnType<
|
|
349
|
+
label?: ReturnType<FilterOptionName> | string;
|
|
350
350
|
staticView?: boolean;
|
|
351
351
|
notDeletable: boolean;
|
|
352
352
|
showFilterName: boolean;
|
|
@@ -371,15 +371,15 @@ export declare const FilterOptionToFilterConfigCreatorMap: {
|
|
|
371
371
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
372
372
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
373
373
|
valuePreviewComponent: import("vue").DefineComponent<{
|
|
374
|
-
value:
|
|
374
|
+
value: FilterOptionName[];
|
|
375
375
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
376
|
-
value:
|
|
376
|
+
value: FilterOptionName[];
|
|
377
377
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
378
378
|
searchRecords(params: object): Promise<{
|
|
379
379
|
items: unknown[];
|
|
380
380
|
next?: boolean;
|
|
381
381
|
}>;
|
|
382
|
-
label?: ReturnType<
|
|
382
|
+
label?: ReturnType<FilterOptionName> | string;
|
|
383
383
|
staticView?: boolean;
|
|
384
384
|
notDeletable: boolean;
|
|
385
385
|
showFilterName: boolean;
|
|
@@ -404,15 +404,15 @@ export declare const FilterOptionToFilterConfigCreatorMap: {
|
|
|
404
404
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
405
405
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
406
406
|
valuePreviewComponent: import("vue").DefineComponent<{
|
|
407
|
-
value:
|
|
407
|
+
value: FilterOptionName[];
|
|
408
408
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
409
|
-
value:
|
|
409
|
+
value: FilterOptionName[];
|
|
410
410
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
411
411
|
searchRecords(params: object): Promise<{
|
|
412
412
|
items: unknown[];
|
|
413
413
|
next?: boolean;
|
|
414
414
|
}>;
|
|
415
|
-
label?: ReturnType<
|
|
415
|
+
label?: ReturnType<FilterOptionName> | string;
|
|
416
416
|
staticView?: boolean;
|
|
417
417
|
notDeletable: boolean;
|
|
418
418
|
showFilterName: boolean;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { queues as QueuesAPI } from '@webitel/ui-sdk/api/clients/index';
|
|
1
2
|
import { WtSysTypeFilterConfig } from '../../classes/FilterConfig';
|
|
2
3
|
declare class QueueFilterConfig extends WtSysTypeFilterConfig {
|
|
3
4
|
readonly name: "queue";
|
|
@@ -19,9 +20,9 @@ declare class QueueFilterConfig extends WtSysTypeFilterConfig {
|
|
|
19
20
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
20
21
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
22
|
valuePreviewComponent: import("vue").DefineComponent<{
|
|
22
|
-
value:
|
|
23
|
+
value: QueuesAPI[];
|
|
23
24
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
24
|
-
value:
|
|
25
|
+
value: QueuesAPI[];
|
|
25
26
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
26
27
|
searchRecords(params: object): Promise<{
|
|
27
28
|
items: unknown[];
|
|
@@ -4,14 +4,16 @@ type __VLS_Props = {
|
|
|
4
4
|
filterConfig: WtSysTypeFilterConfig;
|
|
5
5
|
disableValidation?: boolean;
|
|
6
6
|
};
|
|
7
|
-
type
|
|
7
|
+
type __VLS_ModelProps = {
|
|
8
8
|
modelValue?: ModelValue;
|
|
9
9
|
};
|
|
10
|
-
|
|
10
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
11
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
12
|
"update:modelValue": (value: ModelValue) => any;
|
|
12
13
|
"update:invalid": (args_0: boolean) => any;
|
|
13
14
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
14
15
|
"onUpdate:modelValue"?: (value: ModelValue) => any;
|
|
15
16
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
16
17
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const _default: typeof __VLS_export;
|
|
17
19
|
export default _default;
|
|
@@ -2,5 +2,6 @@ import type { EngineQueue } from 'webitel-sdk';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
value: EngineQueue[];
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
5
|
+
declare const __VLS_export: 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>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
6
7
|
export default _default;
|