@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
|
@@ -3,14 +3,16 @@ type __VLS_Props = {
|
|
|
3
3
|
filterConfig?: WtSysTypeFilterConfig;
|
|
4
4
|
disableValidation?: boolean;
|
|
5
5
|
};
|
|
6
|
-
type
|
|
6
|
+
type __VLS_ModelProps = {
|
|
7
7
|
modelValue?: string;
|
|
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: string) => any;
|
|
11
12
|
"update:invalid": (args_0: boolean) => any;
|
|
12
13
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
14
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
14
15
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
15
16
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
16
18
|
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;
|
|
@@ -3,14 +3,16 @@ type __VLS_Props = {
|
|
|
3
3
|
filterConfig?: WtSysTypeFilterConfig;
|
|
4
4
|
disableValidation?: boolean;
|
|
5
5
|
};
|
|
6
|
-
type
|
|
6
|
+
type __VLS_ModelProps = {
|
|
7
7
|
modelValue?: string;
|
|
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: string) => any;
|
|
11
12
|
"update:invalid": (args_0: boolean) => any;
|
|
12
13
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
14
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
14
15
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
15
16
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
16
18
|
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;
|
|
@@ -2,14 +2,15 @@ type ModelValue = {
|
|
|
2
2
|
from: number;
|
|
3
3
|
to: number;
|
|
4
4
|
};
|
|
5
|
-
type
|
|
5
|
+
type __VLS_ModelProps = {
|
|
6
6
|
modelValue?: ModelValue;
|
|
7
7
|
};
|
|
8
|
-
declare const
|
|
8
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
9
|
"update:modelValue": (value: ModelValue) => any;
|
|
10
10
|
"update:invalid": (args_0: boolean) => any;
|
|
11
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
12
12
|
"onUpdate:modelValue"?: (value: ModelValue) => any;
|
|
13
13
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
14
14
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
15
16
|
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;
|
|
@@ -19,9 +19,9 @@ declare class RegionFilterConfig extends WtSysTypeFilterConfig {
|
|
|
19
19
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
20
20
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
21
|
valuePreviewComponent: import("vue").DefineComponent<{
|
|
22
|
-
value:
|
|
22
|
+
value: EngineQueue[];
|
|
23
23
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
24
|
-
value:
|
|
24
|
+
value: EngineQueue[];
|
|
25
25
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
26
26
|
searchRecords(params: object): Promise<{
|
|
27
27
|
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;
|
|
@@ -5,10 +5,11 @@ type ModelValue = {
|
|
|
5
5
|
type __VLS_Props = {
|
|
6
6
|
numberMax?: number;
|
|
7
7
|
};
|
|
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<{
|
|
@@ -17,4 +18,5 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
17
18
|
}>, {
|
|
18
19
|
numberMax: number;
|
|
19
20
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
21
|
+
declare const _default: typeof __VLS_export;
|
|
20
22
|
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;
|
|
@@ -19,9 +19,9 @@ declare class SkillFilterConfig extends WtSysTypeFilterConfig {
|
|
|
19
19
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
20
20
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
21
|
valuePreviewComponent: import("vue").DefineComponent<{
|
|
22
|
-
value:
|
|
22
|
+
value: EngineQueue[];
|
|
23
23
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
24
|
-
value:
|
|
24
|
+
value: EngineQueue[];
|
|
25
25
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
26
26
|
searchRecords(params: object): Promise<{
|
|
27
27
|
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;
|
|
@@ -19,9 +19,9 @@ declare class SupervisorFilterConfig extends WtSysTypeFilterConfig {
|
|
|
19
19
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
20
20
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
21
|
valuePreviewComponent: import("vue").DefineComponent<{
|
|
22
|
-
value:
|
|
22
|
+
value: EngineQueue[];
|
|
23
23
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
24
|
-
value:
|
|
24
|
+
value: EngineQueue[];
|
|
25
25
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
26
26
|
searchRecords(params: object): Promise<{
|
|
27
27
|
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;
|
package/types/modules/filters/modules/filterConfig/components/tag/tag-filter-value-field.vue.d.ts
CHANGED
|
@@ -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;
|
package/types/modules/filters/modules/filterConfig/components/tag/tag-filter-value-preview.vue.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
value: string[];
|
|
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 type { TalkDurationFilterModelValue } from './TalkDurationFilter.d.ts';
|
|
2
|
-
type
|
|
2
|
+
type __VLS_ModelProps = {
|
|
3
3
|
modelValue?: TalkDurationFilterModelValue;
|
|
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: TalkDurationFilterModelValue) => 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: TalkDurationFilterModelValue) => 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;
|
|
@@ -2,5 +2,6 @@ import type { TalkDurationFilterModelValue } from './TalkDurationFilter.d.ts';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
value: TalkDurationFilterModelValue;
|
|
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;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { teams as TeamsAPI } from '@webitel/ui-sdk/api/clients/index';
|
|
1
2
|
import { WtSysTypeFilterConfig } from '../../classes/FilterConfig';
|
|
2
3
|
declare class TeamFilterConfig extends WtSysTypeFilterConfig {
|
|
3
4
|
readonly name: "team";
|
|
@@ -19,9 +20,9 @@ declare class TeamFilterConfig 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: TeamsAPI[];
|
|
23
24
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
24
|
-
value:
|
|
25
|
+
value: TeamsAPI[];
|
|
25
26
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
26
27
|
searchRecords(params: object): Promise<{
|
|
27
28
|
items: unknown[];
|
package/types/modules/filters/modules/filterConfig/components/team/team-filter-value-field.vue.d.ts
CHANGED
|
@@ -4,14 +4,16 @@ type __VLS_Props = {
|
|
|
4
4
|
disableValidation?: boolean;
|
|
5
5
|
};
|
|
6
6
|
type ModelValue = number[];
|
|
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 { EngineAgentTeam } from 'webitel-sdk';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
value: EngineAgentTeam[];
|
|
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;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import type { TotalDurationFilterModelValue } from './TotalDurationFilter';
|
|
2
|
-
type
|
|
2
|
+
type __VLS_ModelProps = {
|
|
3
3
|
modelValue?: TotalDurationFilterModelValue;
|
|
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: TotalDurationFilterModelValue) => 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: TotalDurationFilterModelValue) => 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;
|
|
@@ -2,5 +2,6 @@ import type { TalkDurationFilterModelValue } from '../talk-duration/TalkDuration
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
value: TalkDurationFilterModelValue;
|
|
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;
|
package/types/modules/filters/modules/filterConfig/components/user/user-filter-value-field.vue.d.ts
CHANGED
|
@@ -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;
|
|
@@ -3,14 +3,16 @@ type __VLS_Props = {
|
|
|
3
3
|
filterConfig?: WtSysTypeFilterConfig;
|
|
4
4
|
disableValidation?: boolean;
|
|
5
5
|
};
|
|
6
|
-
type
|
|
6
|
+
type __VLS_ModelProps = {
|
|
7
7
|
modelValue?: string;
|
|
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: string) => any;
|
|
11
12
|
"update:invalid": (args_0: boolean) => any;
|
|
12
13
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
14
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
14
15
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
15
16
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
16
18
|
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 = string;
|
|
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: string) => 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: string) => 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: string;
|
|
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;
|
|
@@ -3,6 +3,7 @@ import type { Ref } from 'vue';
|
|
|
3
3
|
import { WtTableHeader } from '../../../../../src/components/wt-table/types/WtTable';
|
|
4
4
|
import { IFiltersManager } from '../filters';
|
|
5
5
|
import { DatalistStoreProviderType } from './StoreProvider';
|
|
6
|
+
export type TrackSelectedRowBy<T> = (row: T) => T;
|
|
6
7
|
export interface useTableStoreConfig<Entity> {
|
|
7
8
|
apiModule: ApiModule<Entity>;
|
|
8
9
|
headers: WtTableHeader[];
|
|
@@ -1,11 +0,0 @@
|
|
|
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/components/config/dynamic-filter-config-form-value-input.vue.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { AnyFilterConfig } from "../../modules/filterConfig/classes/FilterConfig";
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
filterConfig: AnyFilterConfig;
|
|
4
|
-
label?: string;
|
|
5
|
-
};
|
|
6
|
-
type __VLS_PublicProps = __VLS_Props & {
|
|
7
|
-
modelValue?: unknown;
|
|
8
|
-
};
|
|
9
|
-
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
-
"update:modelValue": (value: unknown) => any;
|
|
11
|
-
"update:invalid": (args_0: boolean) => any;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
|
-
"onUpdate:modelValue"?: (value: unknown) => any;
|
|
14
|
-
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
15
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
-
export default _default;
|