@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
|
@@ -18,5 +18,6 @@ type __VLS_Props = {
|
|
|
18
18
|
filtersIncluded: FilterName[];
|
|
19
19
|
filterConfigs: AnyFilterConfig[];
|
|
20
20
|
};
|
|
21
|
-
declare const
|
|
21
|
+
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>;
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
22
23
|
export default _default;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { EnginePresetQuery } from 'webitel-sdk';
|
|
2
1
|
import type { IFiltersManager } from '../../../filters';
|
|
3
2
|
import { AnyFilterConfig } from "../../../filters/modules/filterConfig/classes/FilterConfig";
|
|
4
3
|
export type SubmitConfig = {
|
|
@@ -14,11 +13,12 @@ type __VLS_Props = {
|
|
|
14
13
|
filtersManager: IFiltersManager;
|
|
15
14
|
filterConfigs: AnyFilterConfig[];
|
|
16
15
|
};
|
|
17
|
-
declare const
|
|
18
|
-
close: () => any;
|
|
16
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
17
|
submit: (args_0: EnginePresetQuery, args_1?: SubmitConfig) => any;
|
|
18
|
+
close: () => any;
|
|
20
19
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
21
|
-
onClose?: () => any;
|
|
22
20
|
onSubmit?: (args_0: EnginePresetQuery, args_1?: SubmitConfig) => any;
|
|
21
|
+
onClose?: () => any;
|
|
23
22
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const _default: typeof __VLS_export;
|
|
24
24
|
export default _default;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
type
|
|
1
|
+
type __VLS_ModelProps = {
|
|
2
2
|
modelValue?: string;
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
5
|
"update:modelValue": (value: string) => any;
|
|
6
6
|
"update:invalid": (args_0: boolean) => any;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
8
8
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
9
9
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
10
10
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
11
12
|
export default _default;
|
|
@@ -3,14 +3,16 @@ type __VLS_Props = {
|
|
|
3
3
|
filterConfig: AnyFilterConfig;
|
|
4
4
|
label?: string;
|
|
5
5
|
};
|
|
6
|
-
type
|
|
6
|
+
type __VLS_ModelProps = {
|
|
7
7
|
modelValue?: unknown;
|
|
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: unknown) => any;
|
|
11
12
|
"update:invalid": (args_0: boolean) => any;
|
|
12
13
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
14
|
"onUpdate:modelValue"?: (value: unknown) => any;
|
|
14
15
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
15
16
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
16
18
|
export default _default;
|
package/types/modules/filters/components/config/dynamic-view/dynamic-filter-config-form.vue.d.ts
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import { WtButton, WtSelect } from '@webitel/ui-sdk/components';
|
|
2
1
|
import { FilterInitParams, IFilter } from "../../../classes/Filter";
|
|
3
2
|
import { BaseFilterConfig } from "../../../modules/filterConfig/classes/FilterConfig";
|
|
4
|
-
import DynamicFilterConfigFormLabel from './dynamic-filter-config-form-label.vue';
|
|
5
|
-
import DynamicFilterConfigFormValueInput from "./dynamic-filter-config-form-value-input.vue";
|
|
6
3
|
type __VLS_Props = {
|
|
7
4
|
/**
|
|
8
5
|
* @description
|
|
@@ -20,71 +17,25 @@ type __VLS_Props = {
|
|
|
20
17
|
*/
|
|
21
18
|
filter?: IFilter;
|
|
22
19
|
};
|
|
23
|
-
declare
|
|
24
|
-
declare const t: import("vue-i18n").ComposerTranslation<{
|
|
25
|
-
[x: string]: import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType>;
|
|
26
|
-
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
27
|
-
[x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
28
|
-
}>, never, never, never>;
|
|
29
|
-
declare const filterName: import("vue").Ref<any, any>;
|
|
30
|
-
declare const filterLabel: import("vue").Ref<string, string>;
|
|
31
|
-
declare const filterValue: import("vue").Ref<any, any>;
|
|
32
|
-
declare const editMode: boolean;
|
|
33
|
-
declare const invalid: import("vue").Ref<boolean, boolean>;
|
|
34
|
-
declare const filterConfigOptions: import("vue").ComputedRef<BaseFilterConfig[]>;
|
|
35
|
-
declare const selectedFilterConfig: import("vue").ComputedRef<BaseFilterConfig>;
|
|
36
|
-
declare const onValueChange: (v: any) => void;
|
|
37
|
-
declare const onValueInvalidChange: (v: any) => void;
|
|
38
|
-
declare const valueInputLabelText: import("vue").ComputedRef<string>;
|
|
39
|
-
declare const onLabelValueUpdate: (val: string) => void;
|
|
40
|
-
declare const onFilterNameUpdate: (val: string) => void;
|
|
41
|
-
declare const submit: () => void;
|
|
42
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
43
|
-
declare var __VLS_9: {
|
|
20
|
+
declare var __VLS_8: {
|
|
44
21
|
filterName: any;
|
|
45
22
|
filterValue: any;
|
|
46
|
-
inputLabel:
|
|
23
|
+
inputLabel: any;
|
|
47
24
|
onValueChange: (v: any) => void;
|
|
48
25
|
onValueInvalidChange: (v: any) => void;
|
|
49
26
|
};
|
|
50
|
-
type __VLS_Slots =
|
|
51
|
-
'value-input'?: (props: typeof
|
|
52
|
-
}
|
|
53
|
-
declare const
|
|
54
|
-
WtButton: typeof WtButton;
|
|
55
|
-
WtSelect: typeof WtSelect;
|
|
56
|
-
DynamicFilterConfigFormLabel: typeof DynamicFilterConfigFormLabel;
|
|
57
|
-
DynamicFilterConfigFormValueInput: typeof DynamicFilterConfigFormValueInput;
|
|
58
|
-
emit: typeof emit;
|
|
59
|
-
t: typeof t;
|
|
60
|
-
filterName: typeof filterName;
|
|
61
|
-
filterLabel: typeof filterLabel;
|
|
62
|
-
filterValue: typeof filterValue;
|
|
63
|
-
editMode: typeof editMode;
|
|
64
|
-
invalid: typeof invalid;
|
|
65
|
-
filterConfigOptions: typeof filterConfigOptions;
|
|
66
|
-
selectedFilterConfig: typeof selectedFilterConfig;
|
|
67
|
-
onValueChange: typeof onValueChange;
|
|
68
|
-
onValueInvalidChange: typeof onValueInvalidChange;
|
|
69
|
-
valueInputLabelText: typeof valueInputLabelText;
|
|
70
|
-
onLabelValueUpdate: typeof onLabelValueUpdate;
|
|
71
|
-
onFilterNameUpdate: typeof onFilterNameUpdate;
|
|
72
|
-
submit: typeof submit;
|
|
73
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
74
|
-
submit: (args_0: FilterInitParams) => any;
|
|
75
|
-
cancel: () => any;
|
|
76
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
77
|
-
onSubmit?: (args_0: FilterInitParams) => any;
|
|
78
|
-
onCancel?: () => any;
|
|
79
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
80
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
27
|
+
type __VLS_Slots = {} & {
|
|
28
|
+
'value-input'?: (props: typeof __VLS_8) => any;
|
|
29
|
+
};
|
|
30
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
81
31
|
submit: (args_0: FilterInitParams) => any;
|
|
82
32
|
cancel: () => any;
|
|
83
33
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
84
34
|
onSubmit?: (args_0: FilterInitParams) => any;
|
|
85
35
|
onCancel?: () => any;
|
|
86
36
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
87
|
-
declare const
|
|
37
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
38
|
+
declare const _default: typeof __VLS_export;
|
|
88
39
|
export default _default;
|
|
89
40
|
type __VLS_WithSlots<T, S> = T & {
|
|
90
41
|
new (): {
|
package/types/modules/filters/components/config/dynamic-view/dynamic-filter-config-view.vue.d.ts
CHANGED
|
@@ -1,29 +1,21 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* this component should only be used for config view representation: tooltip/popup/etc,
|
|
3
|
-
* and their styling
|
|
4
|
-
*/
|
|
5
|
-
import { WtPopover } from '@webitel/ui-sdk/components';
|
|
6
1
|
interface Props {
|
|
7
2
|
disabled?: boolean;
|
|
8
3
|
disableClickAway?: boolean;
|
|
9
4
|
}
|
|
10
|
-
declare
|
|
11
|
-
|
|
12
|
-
toggle: (event?: Event, target?: HTMLElement | null | undefined) => void;
|
|
5
|
+
declare var __VLS_8: {
|
|
6
|
+
toggle: any;
|
|
13
7
|
disabled: boolean;
|
|
14
|
-
},
|
|
15
|
-
hide:
|
|
8
|
+
}, __VLS_11: {
|
|
9
|
+
hide: any;
|
|
16
10
|
};
|
|
17
|
-
type __VLS_Slots =
|
|
18
|
-
activator?: (props: typeof
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
activator?: (props: typeof __VLS_8) => any;
|
|
19
13
|
} & {
|
|
20
|
-
content?: (props: typeof
|
|
21
|
-
}
|
|
22
|
-
declare const
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
|
+
content?: (props: typeof __VLS_11) => any;
|
|
15
|
+
};
|
|
16
|
+
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
18
|
+
declare const _default: typeof __VLS_export;
|
|
27
19
|
export default _default;
|
|
28
20
|
type __VLS_WithSlots<T, S> = T & {
|
|
29
21
|
new (): {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { StaticFilterProps } from '../../types/Filter.types';
|
|
2
|
-
declare const
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<StaticFilterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
3
|
"update:filter": (args_0: import("../../../classes/Filter").FilterData) => any;
|
|
4
4
|
"delete:filter": (args_0: import("../../..").IFilter) => any;
|
|
5
5
|
"add:filter": (args_0: import("../../..").FilterInitParams) => any;
|
|
@@ -8,4 +8,5 @@ declare const _default: import("vue").DefineComponent<StaticFilterProps, {}, {},
|
|
|
8
8
|
"onDelete:filter"?: (args_0: import("../../..").IFilter) => any;
|
|
9
9
|
"onAdd:filter"?: (args_0: import("../../..").FilterInitParams) => any;
|
|
10
10
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
11
12
|
export default _default;
|
|
@@ -1,42 +1,20 @@
|
|
|
1
|
-
import { WtIconAction } from '@webitel/ui-sdk/components';
|
|
2
1
|
import { FilterInitParams } from "../classes/Filter";
|
|
3
2
|
import { BaseFilterConfig } from "../modules/filterConfig/classes/FilterConfig";
|
|
4
|
-
import DynamicFilterConfigForm from './config/dynamic-view/dynamic-filter-config-form.vue';
|
|
5
|
-
import DynamicFilterConfigView from './config/dynamic-view/dynamic-filter-config-view.vue';
|
|
6
3
|
interface Props {
|
|
7
4
|
filterConfigs: BaseFilterConfig[];
|
|
8
5
|
showLabel?: boolean;
|
|
9
6
|
}
|
|
10
|
-
declare
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
15
|
-
declare const submit: (payload: FilterInitParams, { hide }: {
|
|
16
|
-
hide: any;
|
|
17
|
-
}) => void;
|
|
18
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
19
|
-
declare var __VLS_9: {};
|
|
20
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
21
|
-
form?: (props: typeof __VLS_9) => any;
|
|
22
|
-
}>;
|
|
23
|
-
declare const __VLS_self: import("vue").DefineComponent<Props, {
|
|
24
|
-
WtIconAction: typeof WtIconAction;
|
|
25
|
-
DynamicFilterConfigForm: typeof DynamicFilterConfigForm;
|
|
26
|
-
DynamicFilterConfigView: typeof DynamicFilterConfigView;
|
|
27
|
-
t: typeof t;
|
|
28
|
-
submit: typeof submit;
|
|
29
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
30
|
-
"add:filter": (args_0: FilterInitParams) => any;
|
|
31
|
-
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
32
|
-
"onAdd:filter"?: (args_0: FilterInitParams) => any;
|
|
33
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
34
|
-
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
declare var __VLS_15: {};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
form?: (props: typeof __VLS_15) => any;
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
35
12
|
"add:filter": (args_0: FilterInitParams) => any;
|
|
36
13
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
37
14
|
"onAdd:filter"?: (args_0: FilterInitParams) => any;
|
|
38
15
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
39
|
-
declare const
|
|
16
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
40
18
|
export default _default;
|
|
41
19
|
type __VLS_WithSlots<T, S> = T & {
|
|
42
20
|
new (): {
|
|
@@ -2,20 +2,17 @@ import { ComponentSize } from '@webitel/ui-sdk/enums';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
size?: ComponentSize;
|
|
4
4
|
};
|
|
5
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
6
5
|
declare var __VLS_1: {}, __VLS_3: {};
|
|
7
|
-
type __VLS_Slots =
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
8
7
|
filters?: (props: typeof __VLS_1) => any;
|
|
9
8
|
} & {
|
|
10
9
|
actions?: (props: typeof __VLS_3) => any;
|
|
11
|
-
}
|
|
12
|
-
declare const
|
|
13
|
-
size: ComponentSize;
|
|
14
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
16
12
|
size: ComponentSize;
|
|
17
13
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
|
-
declare const
|
|
14
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
19
16
|
export default _default;
|
|
20
17
|
type __VLS_WithSlots<T, S> = T & {
|
|
21
18
|
new (): {
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
1
|
+
declare var __VLS_1: {}, __VLS_8: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
4
3
|
header?: (props: typeof __VLS_1) => any;
|
|
5
4
|
} & {
|
|
6
|
-
default?: (props: typeof
|
|
7
|
-
}
|
|
8
|
-
declare const
|
|
9
|
-
declare const
|
|
10
|
-
declare const _default:
|
|
5
|
+
default?: (props: typeof __VLS_8) => any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
11
10
|
export default _default;
|
|
12
11
|
type __VLS_WithSlots<T, S> = T & {
|
|
13
12
|
new (): {
|
|
@@ -1,53 +1,22 @@
|
|
|
1
|
-
import { WtChip, WtIconBtn, WtLoader, WtPopover } from '@webitel/ui-sdk/components';
|
|
2
1
|
import { IFilter } from '../../classes/Filter';
|
|
3
|
-
import DynamicFilterConfigForm from '../config/dynamic-view/dynamic-filter-config-form.vue';
|
|
4
|
-
import DynamicFilterConfigView from '../config/dynamic-view/dynamic-filter-config-view.vue';
|
|
5
2
|
import { DynamicFilterProps } from '../types/Filter.types';
|
|
6
|
-
|
|
7
|
-
declare const localValue: import("vue").Ref<any, any>;
|
|
8
|
-
declare const showChipPopover: (event: any, showPopoverCb: (event: any) => void) => void;
|
|
9
|
-
declare const isRenderPreview: import("vue").ComputedRef<any>;
|
|
10
|
-
declare const submit: (filter: IFilter, { hide }: {
|
|
3
|
+
declare var __VLS_38: {}, __VLS_51: {
|
|
11
4
|
hide: any;
|
|
12
|
-
}) => void;
|
|
13
|
-
declare const deleteFilter: () => void;
|
|
14
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
15
|
-
declare var __VLS_24: {}, __VLS_34: {
|
|
16
|
-
hide: (event?: Event) => void;
|
|
17
5
|
};
|
|
18
|
-
type __VLS_Slots =
|
|
19
|
-
info?: (props: typeof
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
info?: (props: typeof __VLS_38) => any;
|
|
20
8
|
} & {
|
|
21
|
-
form?: (props: typeof
|
|
22
|
-
}
|
|
23
|
-
declare const
|
|
24
|
-
WtChip: typeof WtChip;
|
|
25
|
-
WtIconBtn: typeof WtIconBtn;
|
|
26
|
-
WtLoader: typeof WtLoader;
|
|
27
|
-
WtPopover: typeof WtPopover;
|
|
28
|
-
DynamicFilterConfigForm: typeof DynamicFilterConfigForm;
|
|
29
|
-
DynamicFilterConfigView: typeof DynamicFilterConfigView;
|
|
30
|
-
DynamicFilterPreviewInfo: typeof DynamicFilterPreviewInfo;
|
|
31
|
-
localValue: typeof localValue;
|
|
32
|
-
showChipPopover: typeof showChipPopover;
|
|
33
|
-
isRenderPreview: typeof isRenderPreview;
|
|
34
|
-
submit: typeof submit;
|
|
35
|
-
deleteFilter: typeof deleteFilter;
|
|
36
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
37
|
-
"update:filter": (args_0: import("../../classes/Filter").FilterData) => any;
|
|
38
|
-
"delete:filter": (args_0: IFilter) => any;
|
|
39
|
-
}, string, import("vue").PublicProps, Readonly<DynamicFilterProps> & Readonly<{
|
|
40
|
-
"onUpdate:filter"?: (args_0: import("../../classes/Filter").FilterData) => any;
|
|
41
|
-
"onDelete:filter"?: (args_0: IFilter) => any;
|
|
42
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
43
|
-
declare const __VLS_component: import("vue").DefineComponent<DynamicFilterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
+
form?: (props: typeof __VLS_51) => any;
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_base: import("vue").DefineComponent<DynamicFilterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
44
12
|
"update:filter": (args_0: import("../../classes/Filter").FilterData) => any;
|
|
45
13
|
"delete:filter": (args_0: IFilter) => any;
|
|
46
14
|
}, string, import("vue").PublicProps, Readonly<DynamicFilterProps> & Readonly<{
|
|
47
15
|
"onUpdate:filter"?: (args_0: import("../../classes/Filter").FilterData) => any;
|
|
48
16
|
"onDelete:filter"?: (args_0: IFilter) => any;
|
|
49
17
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
50
|
-
declare const
|
|
18
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
51
20
|
export default _default;
|
|
52
21
|
type __VLS_WithSlots<T, S> = T & {
|
|
53
22
|
new (): {
|
|
@@ -12,10 +12,11 @@ type __VLS_Props = {
|
|
|
12
12
|
singleSearchName?: string;
|
|
13
13
|
searchMode?: string;
|
|
14
14
|
};
|
|
15
|
-
type
|
|
15
|
+
type __VLS_ModelProps = {
|
|
16
16
|
'searchMode'?: string;
|
|
17
17
|
};
|
|
18
|
-
|
|
18
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
19
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
20
|
"filter:add": (args_0: FilterInitParams) => any;
|
|
20
21
|
"filter:update": (args_0: FilterInitParams) => any;
|
|
21
22
|
"filter:delete": (args_0: {
|
|
@@ -30,4 +31,5 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
30
31
|
}) => any;
|
|
31
32
|
"onUpdate:searchMode"?: (value: string) => any;
|
|
32
33
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
34
|
+
declare const _default: typeof __VLS_export;
|
|
33
35
|
export default _default;
|
|
@@ -54,7 +54,7 @@ type Props = {
|
|
|
54
54
|
*/
|
|
55
55
|
staticMode?: boolean;
|
|
56
56
|
};
|
|
57
|
-
declare const
|
|
57
|
+
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
58
58
|
"filter:add": (args_0: FilterData) => any;
|
|
59
59
|
"filter:update": (args_0: FilterData) => any;
|
|
60
60
|
"filter:delete": (args_0: IFilter) => any;
|
|
@@ -69,4 +69,5 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
69
69
|
"onFilter:reset-all"?: () => any;
|
|
70
70
|
"onPreset:apply"?: (args_0: string) => any;
|
|
71
71
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
72
|
+
declare const _default: typeof __VLS_export;
|
|
72
73
|
export default _default;
|
|
@@ -2,14 +2,16 @@ import { ITypeExtensionFilterConfig } from './index';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
filterConfig: ITypeExtensionFilterConfig;
|
|
4
4
|
};
|
|
5
|
-
type
|
|
5
|
+
type __VLS_ModelProps = {
|
|
6
6
|
modelValue?: unknown;
|
|
7
7
|
};
|
|
8
|
-
|
|
8
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
9
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
10
|
"update:modelValue": (value: unknown) => any;
|
|
10
11
|
"update:invalid": (args_0: boolean) => any;
|
|
11
12
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
13
|
"onUpdate:modelValue"?: (value: unknown) => any;
|
|
13
14
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
14
15
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
15
17
|
export default _default;
|
|
@@ -3,5 +3,6 @@ import { ITypeExtensionFilterConfig } from './index';
|
|
|
3
3
|
type __VLS_Props = DynamicFilterPreviewComponentProps & {
|
|
4
4
|
filterConfig: ITypeExtensionFilterConfig;
|
|
5
5
|
};
|
|
6
|
-
declare const
|
|
6
|
+
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>;
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
7
8
|
export default _default;
|
|
@@ -2,12 +2,13 @@ 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
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
11
11
|
"onUpdate:modelValue"?: (value: ModelValue) => any;
|
|
12
12
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
|
+
declare const _default: typeof __VLS_export;
|
|
13
14
|
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,19 +1,20 @@
|
|
|
1
1
|
import { RelativeDatetimeValue } from '@webitel/ui-sdk/enums';
|
|
2
|
-
type
|
|
2
|
+
type __VLS_ModelProps = {
|
|
3
3
|
modelValue?: RelativeDatetimeValue | {
|
|
4
4
|
from: number;
|
|
5
5
|
to: number;
|
|
6
6
|
};
|
|
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: RelativeDatetimeValue | {
|
|
10
10
|
from: number;
|
|
11
11
|
to: number;
|
|
12
12
|
}) => any;
|
|
13
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
13
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
14
14
|
"onUpdate:modelValue"?: (value: RelativeDatetimeValue | {
|
|
15
15
|
from: number;
|
|
16
16
|
to: number;
|
|
17
17
|
}) => any;
|
|
18
18
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
19
20
|
export default _default;
|
|
@@ -5,5 +5,6 @@ type __VLS_Props = {
|
|
|
5
5
|
to: number;
|
|
6
6
|
} | RelativeDatetimeValue;
|
|
7
7
|
};
|
|
8
|
-
declare const
|
|
8
|
+
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>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
9
10
|
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,12 +1,14 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
hideLabel?: boolean;
|
|
3
3
|
};
|
|
4
|
-
type
|
|
4
|
+
type __VLS_ModelProps = {
|
|
5
5
|
modelValue?: boolean | null;
|
|
6
6
|
};
|
|
7
|
-
|
|
7
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
8
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
9
|
"update:modelValue": (value: boolean) => any;
|
|
9
10
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
10
11
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
11
12
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
|
+
declare const _default: typeof __VLS_export;
|
|
12
14
|
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
value: boolean;
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
5
6
|
export default _default;
|
|
@@ -4,5 +4,6 @@ type __VLS_Props = {
|
|
|
4
4
|
* */
|
|
5
5
|
value: Record<string, unknown>[];
|
|
6
6
|
};
|
|
7
|
-
declare const
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
8
9
|
export default _default;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
type ModelValue = number[];
|
|
2
|
-
type
|
|
2
|
+
type __VLS_ModelProps = {
|
|
3
3
|
modelValue?: ModelValue;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
6
|
"update:modelValue": (value: ModelValue) => any;
|
|
7
7
|
"update:invalid": (args_0: boolean) => any;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
9
9
|
"onUpdate:modelValue"?: (value: ModelValue) => any;
|
|
10
10
|
"onUpdate:invalid"?: (args_0: boolean) => any;
|
|
11
11
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
12
13
|
export default _default;
|
|
@@ -2,5 +2,6 @@ import type { EngineAgent } from 'webitel-sdk';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
value: EngineAgent[];
|
|
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;
|