@webitel/ui-datalist 1.0.14 → 1.0.16
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 +16 -6
- package/src/modules/filters/classes/Filter.ts +2 -2
- package/src/modules/filters/classes/FiltersManager.ts +4 -4
- package/src/modules/filters/components/search-bar/dynamic-filter-search.vue +1 -1
- package/src/modules/filters/composables/useFilterConfigsToolkit.ts +1 -1
- package/src/modules/filters/index.ts +7 -5
- package/src/modules/filters/modules/filterConfig/classes/FilterConfig.ts +1 -0
- package/src/modules/filters/modules/filterConfig/classes/createFilterConfig.ts +12 -17
- package/src/modules/filters/modules/filterConfig/components/case-assignee/case-assignee-filter-value-preview.vue +1 -1
- package/src/modules/filters/modules/filterConfig/components/contact-group/contact-group-filter-value-preview.vue +1 -1
- package/src/modules/filters/modules/filterConfig/components/has-file/has-file-filter-value-field.vue +1 -2
- package/src/modules/filters/modules/filterConfig/components/has-rating/has-rating-filter-value-field.vue +1 -2
- package/src/modules/filters/modules/filterConfig/components/has-transcription/has-transcription-filter-value-field.vue +1 -2
- package/src/modules/filters/modules/filterConfig/composables/booleanFilterToolkit.ts +0 -1
- package/src/modules/filters/modules/filterConfig/index.ts +5 -0
- package/types/index.d.ts +2 -0
- package/types/modules/filter-presets/api/PresetQuery.d.ts +42 -0
- package/types/modules/filter-presets/components/_shared/input-fields/preset-description-field.vue.d.ts +12 -0
- package/types/modules/filter-presets/components/_shared/input-fields/preset-name-field.vue.d.ts +15 -0
- package/types/modules/filter-presets/components/_shared/preset-filters-preview.vue.d.ts +8 -0
- package/types/modules/filter-presets/components/apply-preset/apply-preset-action.vue.d.ts +16 -0
- package/types/modules/filter-presets/components/apply-preset/preset-preview.vue.d.ts +27 -0
- package/types/modules/filter-presets/components/save-preset/overwrite-preset-popup.vue.d.ts +11 -0
- package/types/modules/filter-presets/components/save-preset/save-preset-action.vue.d.ts +22 -0
- package/types/modules/filter-presets/components/save-preset/save-preset-popup.vue.d.ts +24 -0
- package/types/modules/filter-presets/index.d.ts +4 -0
- package/types/modules/filter-presets/stores/createFilterPresetsStore.d.ts +2 -0
- package/types/modules/filter-presets/stores/headers/headers.d.ts +2 -0
- package/types/modules/filters/classes/Filter.d.ts +46 -0
- package/types/modules/filters/classes/FiltersManager.d.ts +50 -0
- package/types/modules/filters/components/config/dynamic-filter-config-form-label.vue.d.ts +11 -0
- package/types/modules/filters/components/config/dynamic-filter-config-form-value-input.vue.d.ts +16 -0
- package/types/modules/filters/components/config/dynamic-filter-config-form.vue.d.ts +93 -0
- package/types/modules/filters/components/config/dynamic-filter-config-view.vue.d.ts +27 -0
- package/types/modules/filters/components/dynamic-filter-add-action.vue.d.ts +47 -0
- package/types/modules/filters/components/dynamic-filter-panel-wrapper.vue.d.ts +24 -0
- package/types/modules/filters/components/preview/dynamic-filter-preview-info.vue.d.ts +16 -0
- package/types/modules/filters/components/preview/dynamic-filter-preview.vue.d.ts +72 -0
- package/types/modules/filters/components/search-bar/dynamic-filter-search.vue.d.ts +22 -0
- package/types/modules/filters/components/table-filters-panel.vue.d.ts +65 -0
- package/types/modules/filters/composables/useFilterConfigsToolkit.d.ts +31 -0
- package/types/modules/filters/createTableFiltersStore.d.ts +121 -0
- package/types/modules/filters/index.d.ts +8 -0
- package/types/modules/filters/modules/filterConfig/classes/FilterConfig.d.ts +56 -0
- package/types/modules/filters/modules/filterConfig/classes/createFilterConfig.d.ts +2 -0
- package/types/modules/filters/modules/filterConfig/components/_custom/index.d.ts +17 -0
- package/types/modules/filters/modules/filterConfig/components/_custom/type-extension-filter-value-field.vue.d.ts +15 -0
- package/types/modules/filters/modules/filterConfig/components/_custom/type-extension-filter-value-preview.vue.d.ts +7 -0
- package/types/modules/filters/modules/filterConfig/components/_shared/date-time-filter/date-time-filter-value-field.vue.d.ts +13 -0
- package/types/modules/filters/modules/filterConfig/components/_shared/date-time-filter/date-time-filter-value-preview.vue.d.ts +5 -0
- package/types/modules/filters/modules/filterConfig/components/_shared/durations/duration-filter-value-field.vue.d.ts +15 -0
- package/types/modules/filters/modules/filterConfig/components/_shared/has-options/has-option-filter-value-field.vue.d.ts +9 -0
- package/types/modules/filters/modules/filterConfig/components/_shared/has-options/has-option-filter-value-preview.vue.d.ts +5 -0
- package/types/modules/filters/modules/filterConfig/components/_shared/lookup-filter-preview/lookup-filter-value-preview.vue.d.ts +8 -0
- package/types/modules/filters/modules/filterConfig/components/agent/agent-filter-value-field.vue.d.ts +12 -0
- package/types/modules/filters/modules/filterConfig/components/agent/agent-filter-value-preview.vue.d.ts +6 -0
- package/types/modules/filters/modules/filterConfig/components/amd-result/amd-result-filter-value-field.vue.d.ts +11 -0
- package/types/modules/filters/modules/filterConfig/components/amd-result/amd-result-filter-value-preview.vue.d.ts +5 -0
- package/types/modules/filters/modules/filterConfig/components/call-direction/call-direction-filter-value-field.vue.d.ts +11 -0
- package/types/modules/filters/modules/filterConfig/components/call-direction/call-direction-filter-value-preview.vue.d.ts +5 -0
- package/types/modules/filters/modules/filterConfig/components/case-actual-reaction-time/case-actual-reaction-time-filter-value-field.vue.d.ts +13 -0
- package/types/modules/filters/modules/filterConfig/components/case-actual-reaction-time/case-actual-reaction-time-filter-value-preview.vue.d.ts +5 -0
- package/types/modules/filters/modules/filterConfig/components/case-actual-resolution-time/case-actual-resolution-time-filter-value-field.vue.d.ts +13 -0
- package/types/modules/filters/modules/filterConfig/components/case-actual-resolution-time/case-actual-resolution-time-filter-value-preview.vue.d.ts +5 -0
- package/types/modules/filters/modules/filterConfig/components/case-assignee/case-assignee-filter-value-field.vue.d.ts +19 -0
- package/types/modules/filters/modules/filterConfig/components/case-assignee/case-assignee-filter-value-preview.vue.d.ts +8 -0
- package/types/modules/filters/modules/filterConfig/components/case-assignee/index.d.ts +44 -0
- package/types/modules/filters/modules/filterConfig/components/case-author/case-author-filter-value-field.vue.d.ts +12 -0
- package/types/modules/filters/modules/filterConfig/components/case-author/case-author-filter-value-preview.vue.d.ts +8 -0
- package/types/modules/filters/modules/filterConfig/components/case-close-reason-groups/case-close-reason-groups-filter-value-field.vue.d.ts +15 -0
- package/types/modules/filters/modules/filterConfig/components/case-close-reason-groups/case-close-reason-groups-filter-value-preview.vue.d.ts +6 -0
- package/types/modules/filters/modules/filterConfig/components/case-impacted/case-impacted-filter-value-field.vue.d.ts +12 -0
- package/types/modules/filters/modules/filterConfig/components/case-impacted/case-impacted-filter-value-preview.vue.d.ts +6 -0
- package/types/modules/filters/modules/filterConfig/components/case-priority/case-priority-filter-value-field.vue.d.ts +12 -0
- package/types/modules/filters/modules/filterConfig/components/case-priority/case-priority-filter-value-preview.vue.d.ts +6 -0
- package/types/modules/filters/modules/filterConfig/components/case-reaction-time/case-reaction-time-filter-value-field.vue.d.ts +13 -0
- package/types/modules/filters/modules/filterConfig/components/case-reaction-time/case-reaction-time-filter-value-preview.vue.d.ts +5 -0
- package/types/modules/filters/modules/filterConfig/components/case-reporter/case-reporter-filter-value-field.vue.d.ts +12 -0
- package/types/modules/filters/modules/filterConfig/components/case-reporter/case-reporter-filter-value-preview.vue.d.ts +6 -0
- package/types/modules/filters/modules/filterConfig/components/case-resolution-time/case-resolution-time-filter-value-field.vue.d.ts +13 -0
- package/types/modules/filters/modules/filterConfig/components/case-resolution-time/case-resolution-time-filter-value-preview.vue.d.ts +5 -0
- package/types/modules/filters/modules/filterConfig/components/case-service/case-service-filter-value-field.vue.d.ts +10 -0
- package/types/modules/filters/modules/filterConfig/components/case-service/case-service-filter-value-preview.vue.d.ts +9 -0
- package/types/modules/filters/modules/filterConfig/components/case-sla/case-sla-filter-value-field.vue.d.ts +12 -0
- package/types/modules/filters/modules/filterConfig/components/case-sla/case-sla-filter-value-preview.vue.d.ts +6 -0
- package/types/modules/filters/modules/filterConfig/components/case-sla-condition/case-sla-condition-filter-value-field.vue.d.ts +15 -0
- package/types/modules/filters/modules/filterConfig/components/case-sla-condition/case-sla-condition-filter-value-preview.vue.d.ts +6 -0
- package/types/modules/filters/modules/filterConfig/components/case-source/case-source-filter-value-field.vue.d.ts +12 -0
- package/types/modules/filters/modules/filterConfig/components/case-source/case-source-filter-value-preview.vue.d.ts +6 -0
- package/types/modules/filters/modules/filterConfig/components/case-status/case-status-filter-value-field.vue.d.ts +15 -0
- package/types/modules/filters/modules/filterConfig/components/case-status/case-status-filter-value-preview.vue.d.ts +6 -0
- package/types/modules/filters/modules/filterConfig/components/contact/contact-filter-value-field.vue.d.ts +12 -0
- package/types/modules/filters/modules/filterConfig/components/contact/contact-filter-value-preview.vue.d.ts +6 -0
- package/types/modules/filters/modules/filterConfig/components/contact-group/contact-group-filter-value-field.vue.d.ts +15 -0
- package/types/modules/filters/modules/filterConfig/components/contact-group/contact-group-filter-value-preview.vue.d.ts +8 -0
- package/types/modules/filters/modules/filterConfig/components/created-at/created-at-filter-value-field.vue.d.ts +13 -0
- package/types/modules/filters/modules/filterConfig/components/created-at/created-at-filter-value-preview.vue.d.ts +9 -0
- package/types/modules/filters/modules/filterConfig/components/created-at-from/created-at-from-filter-value-field.vue.d.ts +9 -0
- package/types/modules/filters/modules/filterConfig/components/created-at-from/created-at-from-filter-value-preview.vue.d.ts +5 -0
- package/types/modules/filters/modules/filterConfig/components/created-at-to/created-at-to-filter-value-field.vue.d.ts +9 -0
- package/types/modules/filters/modules/filterConfig/components/created-at-to/created-at-to-filter-value-preview.vue.d.ts +5 -0
- package/types/modules/filters/modules/filterConfig/components/gateway/gateway-filter-value-field.vue.d.ts +12 -0
- package/types/modules/filters/modules/filterConfig/components/gateway/gateway-filter-value-preview.vue.d.ts +8 -0
- package/types/modules/filters/modules/filterConfig/components/grantee/grantee-filter-value-field.vue.d.ts +12 -0
- package/types/modules/filters/modules/filterConfig/components/grantee/grantee-filter-value-preview.vue.d.ts +8 -0
- package/types/modules/filters/modules/filterConfig/components/hangup-cause/hangup-cause-filter-value-field.vue.d.ts +11 -0
- package/types/modules/filters/modules/filterConfig/components/hangup-cause/hangup-cause-filter-value-preview.vue.d.ts +5 -0
- package/types/modules/filters/modules/filterConfig/components/has-attachment/has-attachment-filter-value-field.vue.d.ts +11 -0
- package/types/modules/filters/modules/filterConfig/components/has-attachment/has-attachment-filter-value-preview.vue.d.ts +5 -0
- package/types/modules/filters/modules/filterConfig/components/has-file/has-file-filter-value-field.vue.d.ts +12 -0
- package/types/modules/filters/modules/filterConfig/components/has-file/has-file-filter-value-preview.vue.d.ts +5 -0
- package/types/modules/filters/modules/filterConfig/components/has-rating/has-rating-filter-value-field.vue.d.ts +12 -0
- package/types/modules/filters/modules/filterConfig/components/has-rating/has-rating-filter-value-preview.vue.d.ts +5 -0
- package/types/modules/filters/modules/filterConfig/components/has-transcription/has-transcription-filter-value-field.vue.d.ts +12 -0
- package/types/modules/filters/modules/filterConfig/components/has-transcription/has-transcription-filter-value-preview.vue.d.ts +5 -0
- package/types/modules/filters/modules/filterConfig/components/index.d.ts +126 -0
- package/types/modules/filters/modules/filterConfig/components/queue/queue-filter-value-field.vue.d.ts +12 -0
- package/types/modules/filters/modules/filterConfig/components/queue/queue-filter-value-preview.vue.d.ts +6 -0
- package/types/modules/filters/modules/filterConfig/components/rated-by/rated-by-filter-value-field.vue.d.ts +12 -0
- package/types/modules/filters/modules/filterConfig/components/rated-by/rated-by-filter-value-preview.vue.d.ts +8 -0
- package/types/modules/filters/modules/filterConfig/components/rating/rating-from-to-filter-value-field.vue.d.ts +15 -0
- package/types/modules/filters/modules/filterConfig/components/rating/rating-from-to-filter-value-preview.vue.d.ts +5 -0
- package/types/modules/filters/modules/filterConfig/components/score/score-from-to-filter-value-field.vue.d.ts +20 -0
- package/types/modules/filters/modules/filterConfig/components/score/score-from-to-filter-value-preview.vue.d.ts +5 -0
- package/types/modules/filters/modules/filterConfig/components/tag/tag-filter-value-field.vue.d.ts +11 -0
- package/types/modules/filters/modules/filterConfig/components/tag/tag-filter-value-preview.vue.d.ts +5 -0
- package/types/modules/filters/modules/filterConfig/components/talk-duration/talk-duration-filter-value-field.vue.d.ts +12 -0
- package/types/modules/filters/modules/filterConfig/components/talk-duration/talk-duration-filter-value-preview.vue.d.ts +6 -0
- package/types/modules/filters/modules/filterConfig/components/team/team-filter-value-field.vue.d.ts +12 -0
- package/types/modules/filters/modules/filterConfig/components/team/team-filter-value-preview.vue.d.ts +6 -0
- package/types/modules/filters/modules/filterConfig/components/total-duration/total-duration-filter-value-field.vue.d.ts +12 -0
- package/types/modules/filters/modules/filterConfig/components/total-duration/total-duration-filter-value-preview.vue.d.ts +6 -0
- package/types/modules/filters/modules/filterConfig/components/user/user-filter-value-field.vue.d.ts +12 -0
- package/types/modules/filters/modules/filterConfig/components/user/user-filter-value-preview.vue.d.ts +8 -0
- package/types/modules/filters/modules/filterConfig/components/variable/variable-filter-value-field.vue.d.ts +12 -0
- package/types/modules/filters/modules/filterConfig/components/variable/variable-filter-value-preview.vue.d.ts +5 -0
- package/types/modules/filters/modules/filterConfig/composables/booleanFilterToolkit.d.ts +20 -0
- package/types/modules/filters/modules/filterConfig/composables/useFromToSecToPreviewTime.d.ts +7 -0
- package/types/modules/filters/modules/filterConfig/enums/FilterOption.d.ts +47 -0
- package/types/modules/filters/modules/filterConfig/enums/options/AMDResultOptions.d.ts +7 -0
- package/types/modules/filters/modules/filterConfig/enums/options/BooleanFilterOptions.d.ts +3 -0
- package/types/modules/filters/modules/filterConfig/enums/options/CallDirectionFilterOptions.d.ts +7 -0
- package/types/modules/filters/modules/filterConfig/enums/options/CallHistoryTagFilterOptions.d.ts +2 -0
- package/types/modules/filters/modules/filterConfig/enums/options/HangupCauseFilterOptions.d.ts +7 -0
- package/types/modules/filters/modules/filterConfig/index.d.ts +3 -0
- package/types/modules/filters/modules/filterConfig/types/DynamicFilterPreviewComponent.d.ts +7 -0
- package/types/modules/filters/scripts/utils.d.ts +5 -0
- package/types/modules/headers/createTableHeadersStore.d.ts +30 -0
- package/types/modules/pagination/createTablePaginationStore.d.ts +25 -0
- package/types/modules/persist/PersistedStorage.types.d.ts +36 -0
- package/types/modules/persist/useLocalStoragePersistedStorage.d.ts +4 -0
- package/types/modules/persist/usePersistedStorage.d.ts +2 -0
- package/types/modules/persist/useRoutePersistedStorage.d.ts +2 -0
- package/types/modules/table/createTableStore.store.d.ts +5 -0
- package/types/modules/types/tableStore.types.d.ts +41 -0
- package/src/index.d.ts +0 -0
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
value: number[];
|
|
3
|
+
};
|
|
4
|
+
declare const _default: 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
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
type __VLS_PublicProps = {
|
|
2
|
+
modelValue?: number;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
"update:modelValue": (value: number) => any;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
7
|
+
"onUpdate:modelValue"?: (value: number) => any;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
value: number[];
|
|
3
|
+
};
|
|
4
|
+
declare const _default: 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
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
type ModelValue = number[];
|
|
2
|
+
type __VLS_PublicProps = {
|
|
3
|
+
modelValue?: ModelValue;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
"update:modelValue": (value: ModelValue) => any;
|
|
7
|
+
"update:invalid": (args_0: boolean) => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: (value: ModelValue) => any;
|
|
10
|
+
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/**
|
|
3
|
+
* would be great to use generated type for this
|
|
4
|
+
* */
|
|
5
|
+
value: Record<string, unknown>[];
|
|
6
|
+
};
|
|
7
|
+
declare const _default: 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
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
type ModelValue = number[];
|
|
2
|
+
type __VLS_PublicProps = {
|
|
3
|
+
modelValue?: ModelValue;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
"update:modelValue": (value: ModelValue) => any;
|
|
7
|
+
"update:invalid": (args_0: boolean) => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: (value: ModelValue) => any;
|
|
10
|
+
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/**
|
|
3
|
+
* would be great to use generated type for this
|
|
4
|
+
* */
|
|
5
|
+
value: Record<string, unknown>[];
|
|
6
|
+
};
|
|
7
|
+
declare const _default: 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
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
type __VLS_PublicProps = {
|
|
2
|
+
modelValue?: string;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
"update:modelValue": (value: string) => any;
|
|
6
|
+
"update:invalid": (args_0: boolean) => any;
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
8
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
|
9
|
+
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
value: number[];
|
|
3
|
+
};
|
|
4
|
+
declare const _default: 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
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
type __VLS_PublicProps = {
|
|
2
|
+
modelValue?: string;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
"update:modelValue": (value: string) => any;
|
|
6
|
+
"update:invalid": (args_0: boolean) => any;
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
8
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
|
9
|
+
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
value: boolean;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: 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
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { BooleanFilterModelValue } from "../../enums/options/BooleanFilterOptions";
|
|
2
|
+
type __VLS_PublicProps = {
|
|
3
|
+
modelValue?: BooleanFilterModelValue;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
"update:modelValue": (value: boolean) => any;
|
|
7
|
+
"update:invalid": (args_0: boolean) => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10
|
+
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
value: boolean;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: 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
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { BooleanFilterModelValue } from "../../enums/options/BooleanFilterOptions";
|
|
2
|
+
type __VLS_PublicProps = {
|
|
3
|
+
modelValue?: BooleanFilterModelValue;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
"update:modelValue": (value: boolean) => any;
|
|
7
|
+
"update:invalid": (args_0: boolean) => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10
|
+
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
value: boolean;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: 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
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { BooleanFilterModelValue } from "../../enums/options/BooleanFilterOptions";
|
|
2
|
+
type __VLS_PublicProps = {
|
|
3
|
+
modelValue?: BooleanFilterModelValue;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
"update:modelValue": (value: boolean) => any;
|
|
7
|
+
"update:invalid": (args_0: boolean) => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10
|
+
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
value: boolean;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: 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
|
+
export default _default;
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
import type { Component } from 'vue';
|
|
2
|
+
import { FilterOptionName } from '../enums/FilterOption';
|
|
3
|
+
import AgentFilter from './agent/agent-filter-value-field.vue';
|
|
4
|
+
import AgentFilterPreview from './agent/agent-filter-value-preview.vue';
|
|
5
|
+
import AmdResultFilter from './amd-result/amd-result-filter-value-field.vue';
|
|
6
|
+
import AmdResultFilterPreview from './amd-result/amd-result-filter-value-preview.vue';
|
|
7
|
+
import CallDirectionFilterValueField from './call-direction/call-direction-filter-value-field.vue';
|
|
8
|
+
import CallDirectionFilterValuePreview from './call-direction/call-direction-filter-value-preview.vue';
|
|
9
|
+
import CaseActualReactionTimeFilterValueField from './case-actual-reaction-time/case-actual-reaction-time-filter-value-field.vue';
|
|
10
|
+
import CaseActualReactionTimeFilterValuePreview from './case-actual-reaction-time/case-actual-reaction-time-filter-value-preview.vue';
|
|
11
|
+
import CaseActualResolutionTimeFilterValueField from './case-actual-resolution-time/case-actual-resolution-time-filter-value-field.vue';
|
|
12
|
+
import CaseActualResolutionTimeFilterValuePreview from './case-actual-resolution-time/case-actual-resolution-time-filter-value-preview.vue';
|
|
13
|
+
import CaseAuthorFilterValueField from './case-author/case-author-filter-value-field.vue';
|
|
14
|
+
import CaseAuthorFilterValuePreview from './case-author/case-author-filter-value-preview.vue';
|
|
15
|
+
import CaseCloseReasonGroupsFilterValueField from './case-close-reason-groups/case-close-reason-groups-filter-value-field.vue';
|
|
16
|
+
import CaseCloseReasonGroupsFilterValuePreview from './case-close-reason-groups/case-close-reason-groups-filter-value-preview.vue';
|
|
17
|
+
import CaseImpactedFilterValueField from './case-impacted/case-impacted-filter-value-field.vue';
|
|
18
|
+
import CaseImpactedFilterValuePreview from './case-impacted/case-impacted-filter-value-preview.vue';
|
|
19
|
+
import CasePriorityFilterValueField from './case-priority/case-priority-filter-value-field.vue';
|
|
20
|
+
import CasePriorityFilterValuePreview from './case-priority/case-priority-filter-value-preview.vue';
|
|
21
|
+
import CaseReactionTimeFilterValueField from './case-reaction-time/case-reaction-time-filter-value-field.vue';
|
|
22
|
+
import CaseReactionTimeFilterValuePreview from './case-reaction-time/case-reaction-time-filter-value-preview.vue';
|
|
23
|
+
import CaseReporterFilterValueField from './case-reporter/case-reporter-filter-value-field.vue';
|
|
24
|
+
import CaseReporterFilterValuePreview from './case-reporter/case-reporter-filter-value-preview.vue';
|
|
25
|
+
import CaseResolutionTimeFilterValueField from './case-resolution-time/case-resolution-time-filter-value-field.vue';
|
|
26
|
+
import CaseResolutionTimeFilterValuePreview from './case-resolution-time/case-resolution-time-filter-value-preview.vue';
|
|
27
|
+
import CaseServiceFilterValueField from './case-service/case-service-filter-value-field.vue';
|
|
28
|
+
import CaseServiceFilterValuePreview from './case-service/case-service-filter-value-preview.vue';
|
|
29
|
+
import CaseSlaFilterValueField from './case-sla/case-sla-filter-value-field.vue';
|
|
30
|
+
import CaseSlaFilterValuePreview from './case-sla/case-sla-filter-value-preview.vue';
|
|
31
|
+
import CaseSlaConditionFilterValueField from './case-sla-condition/case-sla-condition-filter-value-field.vue';
|
|
32
|
+
import CaseSlaConditionFilterValuePreview from './case-sla-condition/case-sla-condition-filter-value-preview.vue';
|
|
33
|
+
import CaseSourceFilterValueField from './case-source/case-source-filter-value-field.vue';
|
|
34
|
+
import CaseSourceFilterValuePreview from './case-source/case-source-filter-value-preview.vue';
|
|
35
|
+
import CaseStatusFilterValueField from './case-status/case-status-filter-value-field.vue';
|
|
36
|
+
import CaseStatusFilterValuePreview from './case-status/case-status-filter-value-preview.vue';
|
|
37
|
+
import ContactFilter from './contact/contact-filter-value-field.vue';
|
|
38
|
+
import ContactFilterPreview from './contact/contact-filter-value-preview.vue';
|
|
39
|
+
import ContactGroupFilter from './contact-group/contact-group-filter-value-field.vue';
|
|
40
|
+
import ContactGroupFilterPreview from './contact-group/contact-group-filter-value-preview.vue';
|
|
41
|
+
import CreatedAtFilterValueField from './created-at/created-at-filter-value-field.vue';
|
|
42
|
+
import GatewayFilter from './gateway/gateway-filter-value-field.vue';
|
|
43
|
+
import GatewayFilterPreview from './gateway/gateway-filter-value-preview.vue';
|
|
44
|
+
import GranteeFilter from './grantee/grantee-filter-value-field.vue';
|
|
45
|
+
import GranteeFilterPreview from './grantee/grantee-filter-value-preview.vue';
|
|
46
|
+
import HangupCauseFilterValueField from './hangup-cause/hangup-cause-filter-value-field.vue';
|
|
47
|
+
import HangupCauseFilterValuePreview from './hangup-cause/hangup-cause-filter-value-preview.vue';
|
|
48
|
+
import HasAttachmentFilter from './has-attachment/has-attachment-filter-value-field.vue';
|
|
49
|
+
import HasAttachmentFilterPreview from './has-attachment/has-attachment-filter-value-preview.vue';
|
|
50
|
+
import HasFileFilter from './has-file/has-file-filter-value-field.vue';
|
|
51
|
+
import HasFileFilterPreview from './has-file/has-file-filter-value-preview.vue';
|
|
52
|
+
import HasRatingFilterValueField from './has-rating/has-rating-filter-value-field.vue';
|
|
53
|
+
import HasRatingFilterValuePreview from './has-rating/has-rating-filter-value-preview.vue';
|
|
54
|
+
import HasTranscriptionFilter from './has-transcription/has-transcription-filter-value-field.vue';
|
|
55
|
+
import HasTranscriptionFilterPreview from './has-transcription/has-transcription-filter-value-preview.vue';
|
|
56
|
+
import QueueFilter from './queue/queue-filter-value-field.vue';
|
|
57
|
+
import QueueFilterPreview from './queue/queue-filter-value-preview.vue';
|
|
58
|
+
import RatedByFilter from './rated-by/rated-by-filter-value-field.vue';
|
|
59
|
+
import RatedByFilterPreview from './rated-by/rated-by-filter-value-preview.vue';
|
|
60
|
+
import RatingFromToFilter from './rating/rating-from-to-filter-value-field.vue';
|
|
61
|
+
import RatingFromToFilterPreview from './rating/rating-from-to-filter-value-preview.vue';
|
|
62
|
+
import ScoreFilter from './score/score-from-to-filter-value-field.vue';
|
|
63
|
+
import ScoreFilterPreview from './score/score-from-to-filter-value-preview.vue';
|
|
64
|
+
import TagFilter from './tag/tag-filter-value-field.vue';
|
|
65
|
+
import TagFilterPreview from './tag/tag-filter-value-preview.vue';
|
|
66
|
+
import TalkDurationFilter from './talk-duration/talk-duration-filter-value-field.vue';
|
|
67
|
+
import TalkDurationFilterPreview from './talk-duration/talk-duration-filter-value-preview.vue';
|
|
68
|
+
import TeamFilter from './team/team-filter-value-field.vue';
|
|
69
|
+
import TeamFilterPreview from './team/team-filter-value-preview.vue';
|
|
70
|
+
import TotalDurationFilter from './total-duration/total-duration-filter-value-field.vue';
|
|
71
|
+
import TotalDurationFilterPreview from './total-duration/total-duration-filter-value-preview.vue';
|
|
72
|
+
import UserFilter from './user/user-filter-value-field.vue';
|
|
73
|
+
import UserFilterPreview from './user/user-filter-value-preview.vue';
|
|
74
|
+
import VariableFilter from './variable/variable-filter-value-field.vue';
|
|
75
|
+
import VariableFilterPreview from './variable/variable-filter-value-preview.vue';
|
|
76
|
+
export { AgentFilter, AgentFilterPreview, AmdResultFilter, AmdResultFilterPreview, CallDirectionFilterValueField, CallDirectionFilterValuePreview, CaseActualReactionTimeFilterValueField, CaseActualReactionTimeFilterValuePreview, CaseActualResolutionTimeFilterValueField, CaseActualResolutionTimeFilterValuePreview, CaseAuthorFilterValueField, CaseAuthorFilterValuePreview, CaseCloseReasonGroupsFilterValueField, CaseCloseReasonGroupsFilterValuePreview, CaseImpactedFilterValueField, CaseImpactedFilterValuePreview, CasePriorityFilterValueField, CasePriorityFilterValuePreview, CaseReactionTimeFilterValueField, CaseReactionTimeFilterValuePreview, CaseReporterFilterValueField, CaseReporterFilterValuePreview, CaseResolutionTimeFilterValueField, CaseResolutionTimeFilterValuePreview, CaseServiceFilterValueField, CaseServiceFilterValuePreview, CaseSlaConditionFilterValueField, CaseSlaConditionFilterValuePreview, CaseSlaFilterValueField, CaseSlaFilterValuePreview, CaseSourceFilterValueField, CaseSourceFilterValuePreview, CaseStatusFilterValueField, CaseStatusFilterValuePreview, ContactFilter, ContactFilterPreview, ContactGroupFilter, ContactGroupFilterPreview, CreatedAtFilterValueField, GatewayFilter, GatewayFilterPreview, GranteeFilter, GranteeFilterPreview, HangupCauseFilterValueField, HangupCauseFilterValuePreview, HasAttachmentFilter, HasAttachmentFilterPreview, HasFileFilter, HasFileFilterPreview, HasRatingFilterValueField, HasRatingFilterValuePreview, HasTranscriptionFilter, HasTranscriptionFilterPreview, QueueFilter, QueueFilterPreview, RatedByFilter, RatedByFilterPreview, RatingFromToFilter, RatingFromToFilterPreview, ScoreFilter, ScoreFilterPreview, TagFilter, TagFilterPreview, TalkDurationFilter, TalkDurationFilterPreview, TeamFilter, TeamFilterPreview, TotalDurationFilter, TotalDurationFilterPreview, UserFilter, UserFilterPreview, VariableFilter, VariableFilterPreview, };
|
|
77
|
+
export declare const FilterOptionToValueComponentMap: Record<FilterOptionName, Component>;
|
|
78
|
+
export declare const FilterOptionToPreviewComponentMap: Record<FilterOptionName, Component>;
|
|
79
|
+
export declare const FilterOptionToPreviewApiSearchMethodMap: Record<FilterOptionName, (unknown: any) => {
|
|
80
|
+
items: any;
|
|
81
|
+
}>;
|
|
82
|
+
export declare const FilterOptionToFilterConfigCreatorMap: {
|
|
83
|
+
assignee: () => {
|
|
84
|
+
readonly name: "assignee";
|
|
85
|
+
valueInputComponent: import("vue").DefineComponent<{
|
|
86
|
+
filterConfig: import("..").WtSysTypeFilterConfig;
|
|
87
|
+
} & {
|
|
88
|
+
modelValue?: {
|
|
89
|
+
list: string[];
|
|
90
|
+
unassigned: boolean;
|
|
91
|
+
};
|
|
92
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
93
|
+
"update:modelValue": (value: {
|
|
94
|
+
list: string[];
|
|
95
|
+
unassigned: boolean;
|
|
96
|
+
}) => any;
|
|
97
|
+
"update:invalid": (args_0: boolean) => any;
|
|
98
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
99
|
+
filterConfig: import("..").WtSysTypeFilterConfig;
|
|
100
|
+
} & {
|
|
101
|
+
modelValue?: {
|
|
102
|
+
list: string[];
|
|
103
|
+
unassigned: boolean;
|
|
104
|
+
};
|
|
105
|
+
}> & Readonly<{
|
|
106
|
+
"onUpdate:modelValue"?: (value: {
|
|
107
|
+
list: string[];
|
|
108
|
+
unassigned: boolean;
|
|
109
|
+
}) => any;
|
|
110
|
+
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
111
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
112
|
+
valuePreviewComponent: import("vue").DefineComponent<{
|
|
113
|
+
value: import("webitel-sdk").WebitelContactsContact[];
|
|
114
|
+
filter: import("../../..").IFilter;
|
|
115
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
116
|
+
value: import("webitel-sdk").WebitelContactsContact[];
|
|
117
|
+
filter: import("../../..").IFilter;
|
|
118
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
119
|
+
searchRecords(params: object, { filterValue }?: {}): Promise<{
|
|
120
|
+
items: unknown[];
|
|
121
|
+
next?: boolean;
|
|
122
|
+
}>;
|
|
123
|
+
label?: ReturnType<import("vue-i18n").MessageResolver> | string;
|
|
124
|
+
notDeletable?: boolean;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
type ModelValue = number[];
|
|
2
|
+
type __VLS_PublicProps = {
|
|
3
|
+
modelValue?: ModelValue;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
"update:modelValue": (value: ModelValue) => any;
|
|
7
|
+
"update:invalid": (args_0: boolean) => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: (value: ModelValue) => any;
|
|
10
|
+
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { EngineQueue } from 'webitel-sdk';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
value: EngineQueue[];
|
|
4
|
+
};
|
|
5
|
+
declare const _default: 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
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
type ModelValue = number[];
|
|
2
|
+
type __VLS_PublicProps = {
|
|
3
|
+
modelValue?: ModelValue;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
"update:modelValue": (value: ModelValue) => any;
|
|
7
|
+
"update:invalid": (args_0: boolean) => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: (value: ModelValue) => any;
|
|
10
|
+
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/**
|
|
3
|
+
* would be great to use generated type for this
|
|
4
|
+
* */
|
|
5
|
+
value: Record<string, unknown>[];
|
|
6
|
+
};
|
|
7
|
+
declare const _default: 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
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
type ModelValue = {
|
|
2
|
+
from: number;
|
|
3
|
+
to: number;
|
|
4
|
+
};
|
|
5
|
+
type __VLS_PublicProps = {
|
|
6
|
+
modelValue?: ModelValue;
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
+
"update:modelValue": (value: ModelValue) => any;
|
|
10
|
+
"update:invalid": (args_0: boolean) => any;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
|
+
"onUpdate:modelValue"?: (value: ModelValue) => any;
|
|
13
|
+
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
14
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
value: number[];
|
|
3
|
+
};
|
|
4
|
+
declare const _default: 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
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
type ModelValue = {
|
|
2
|
+
from: number;
|
|
3
|
+
to: number;
|
|
4
|
+
};
|
|
5
|
+
type __VLS_Props = {
|
|
6
|
+
numberMax?: number;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
9
|
+
modelValue?: ModelValue;
|
|
10
|
+
};
|
|
11
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
|
+
"update:modelValue": (value: ModelValue) => any;
|
|
13
|
+
"update:invalid": (args_0: boolean) => any;
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
15
|
+
"onUpdate:modelValue"?: (value: ModelValue) => any;
|
|
16
|
+
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
17
|
+
}>, {
|
|
18
|
+
numberMax: number;
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
value: number[];
|
|
3
|
+
};
|
|
4
|
+
declare const _default: 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
|
+
export default _default;
|
package/types/modules/filters/modules/filterConfig/components/tag/tag-filter-value-field.vue.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
type __VLS_PublicProps = {
|
|
2
|
+
modelValue?: string;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
"update:modelValue": (value: string) => any;
|
|
6
|
+
"update:invalid": (args_0: boolean) => any;
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
8
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
|
9
|
+
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
export default _default;
|
package/types/modules/filters/modules/filterConfig/components/tag/tag-filter-value-preview.vue.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
value: string[];
|
|
3
|
+
};
|
|
4
|
+
declare const _default: 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
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { TalkDurationFilterModelValue } from './TalkDurationFilter.d.ts';
|
|
2
|
+
type __VLS_PublicProps = {
|
|
3
|
+
modelValue?: TalkDurationFilterModelValue;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
"update:modelValue": (value: TalkDurationFilterModelValue) => any;
|
|
7
|
+
"update:invalid": (args_0: boolean) => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: (value: TalkDurationFilterModelValue) => any;
|
|
10
|
+
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { TalkDurationFilterModelValue } from './TalkDurationFilter.d.ts';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
value: TalkDurationFilterModelValue;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: 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
|
+
export default _default;
|
package/types/modules/filters/modules/filterConfig/components/team/team-filter-value-field.vue.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
type ModelValue = number[];
|
|
2
|
+
type __VLS_PublicProps = {
|
|
3
|
+
modelValue?: ModelValue;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
"update:modelValue": (value: ModelValue) => any;
|
|
7
|
+
"update:invalid": (args_0: boolean) => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: (value: ModelValue) => any;
|
|
10
|
+
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { EngineAgentTeam } from 'webitel-sdk';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
value: EngineAgentTeam[];
|
|
4
|
+
};
|
|
5
|
+
declare const _default: 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
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { TotalDurationFilterModelValue } from './TotalDurationFilter';
|
|
2
|
+
type __VLS_PublicProps = {
|
|
3
|
+
modelValue?: TotalDurationFilterModelValue;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
"update:modelValue": (value: TotalDurationFilterModelValue) => any;
|
|
7
|
+
"update:invalid": (args_0: boolean) => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: (value: TotalDurationFilterModelValue) => any;
|
|
10
|
+
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { TalkDurationFilterModelValue } from '../talk-duration/TalkDurationFilter';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
value: TalkDurationFilterModelValue;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: 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
|
+
export default _default;
|
package/types/modules/filters/modules/filterConfig/components/user/user-filter-value-field.vue.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
type ModelValue = number[];
|
|
2
|
+
type __VLS_PublicProps = {
|
|
3
|
+
modelValue?: ModelValue;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
"update:modelValue": (value: ModelValue) => any;
|
|
7
|
+
"update:invalid": (args_0: boolean) => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: (value: ModelValue) => any;
|
|
10
|
+
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/**
|
|
3
|
+
* would be great to use generated type for this
|
|
4
|
+
* */
|
|
5
|
+
value: Record<string, unknown>[];
|
|
6
|
+
};
|
|
7
|
+
declare const _default: 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
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
type ModelValue = string;
|
|
2
|
+
type __VLS_PublicProps = {
|
|
3
|
+
modelValue?: ModelValue;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
"update:modelValue": (value: string) => any;
|
|
7
|
+
"update:invalid": (args_0: boolean) => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
|
10
|
+
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
value: string;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: 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
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ModelRef, type Reactive, type Ref } from 'vue';
|
|
2
|
+
import { BooleanFilterModelValue } from "../enums/options/BooleanFilterOptions";
|
|
3
|
+
export declare const usePrettifyBooleanValuePreview: (value: Reactive<boolean>) => {
|
|
4
|
+
localeValue: Ref<string>;
|
|
5
|
+
};
|
|
6
|
+
export declare const useBooleanFilterValueValidation: <T extends BooleanFilterModelValue>(model: ModelRef<T>) => {
|
|
7
|
+
v$: Ref<import("@vuelidate/core").Validation<{
|
|
8
|
+
model: {
|
|
9
|
+
required: (v: T) => boolean;
|
|
10
|
+
};
|
|
11
|
+
}, {
|
|
12
|
+
model: ModelRef<T>;
|
|
13
|
+
}>, import("@vuelidate/core").Validation<{
|
|
14
|
+
model: {
|
|
15
|
+
required: (v: T) => boolean;
|
|
16
|
+
};
|
|
17
|
+
}, {
|
|
18
|
+
model: ModelRef<T>;
|
|
19
|
+
}>>;
|
|
20
|
+
};
|