@webitel/ui-datalist 1.1.1 → 1.1.3

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.
Files changed (167) hide show
  1. package/package.json +1 -1
  2. package/src/modules/filter-presets/components/_shared/input-fields/preset-name-field.vue +3 -4
  3. package/src/modules/filters/components/config/dynamic-view/dynamic-filter-config-form-label.vue +24 -18
  4. package/src/modules/filters/modules/filterConfig/components/_shared/durations/duration-filter-value-field.vue +42 -32
  5. package/src/modules/filters/modules/filterConfig/components/case-service/case-service-filter-value-field.vue +15 -9
  6. package/src/modules/filters/modules/filterConfig/components/rating/rating-from-to-filter-value-field.vue +48 -43
  7. package/src/modules/filters/modules/filterConfig/components/score/score-from-to-filter-value-field.vue +53 -41
  8. package/src/modules/filters/modules/filterConfig/components/variable/variable-filter-value-field.vue +24 -16
  9. package/types/modules/card/composables/useCardComponent.d.ts +3 -3
  10. package/types/modules/card/composables/useCardRouting.d.ts +1 -1
  11. package/types/modules/card/composables/useCardValidation.d.ts +4 -4
  12. package/types/modules/card/composables/useItemCardSaveText.d.ts +1 -1
  13. package/types/modules/card/stores/createCardStore.d.ts +1 -1
  14. package/types/modules/filter-presets/components/_shared/input-fields/preset-description-field.vue.d.ts +4 -2
  15. package/types/modules/filter-presets/components/_shared/input-fields/preset-name-field.vue.d.ts +4 -2
  16. package/types/modules/filter-presets/components/_shared/preset-filters-preview.vue.d.ts +2 -1
  17. package/types/modules/filter-presets/components/apply-preset/apply-preset-action.vue.d.ts +2 -1
  18. package/types/modules/filter-presets/components/apply-preset/preset-preview.vue.d.ts +2 -1
  19. package/types/modules/filter-presets/components/save-preset/overwrite-preset-popup.vue.d.ts +4 -3
  20. package/types/modules/filter-presets/components/save-preset/save-preset-action.vue.d.ts +2 -1
  21. package/types/modules/filter-presets/components/save-preset/save-preset-popup.vue.d.ts +4 -4
  22. package/types/modules/filter-presets/stores/createFilterPresetsStore.d.ts +0 -1
  23. package/types/modules/filters/components/config/dynamic-view/dynamic-filter-config-form-label.vue.d.ts +4 -3
  24. package/types/modules/filters/components/config/dynamic-view/dynamic-filter-config-form-value-input.vue.d.ts +4 -2
  25. package/types/modules/filters/components/config/dynamic-view/dynamic-filter-config-form.vue.d.ts +8 -57
  26. package/types/modules/filters/components/config/dynamic-view/dynamic-filter-config-view.vue.d.ts +11 -19
  27. package/types/modules/filters/components/config/static-view/static-filter-field.vue.d.ts +2 -1
  28. package/types/modules/filters/components/dynamic-filter-add-action.vue.d.ts +7 -29
  29. package/types/modules/filters/components/dynamic-filter-panel-wrapper.vue.d.ts +5 -8
  30. package/types/modules/filters/components/preview/dynamic-filter-preview-info.vue.d.ts +7 -8
  31. package/types/modules/filters/components/preview/dynamic-filter-preview.vue.d.ts +8 -39
  32. package/types/modules/filters/components/search-bar/dynamic-filter-search.vue.d.ts +4 -2
  33. package/types/modules/filters/components/table-filters-panel.vue.d.ts +2 -1
  34. package/types/modules/filters/modules/filterConfig/components/_custom/type-extension-filter-value-field.vue.d.ts +4 -2
  35. package/types/modules/filters/modules/filterConfig/components/_custom/type-extension-filter-value-preview.vue.d.ts +2 -1
  36. package/types/modules/filters/modules/filterConfig/components/_shared/date-time-filter/date-time-filter-value-field.vue.d.ts +4 -3
  37. package/types/modules/filters/modules/filterConfig/components/_shared/date-time-filter/date-time-filter-value-preview.vue.d.ts +2 -1
  38. 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
  39. 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
  40. package/types/modules/filters/modules/filterConfig/components/_shared/durations/duration-filter-value-field.vue.d.ts +4 -3
  41. package/types/modules/filters/modules/filterConfig/components/_shared/has-options/has-option-filter-value-field.vue.d.ts +4 -2
  42. package/types/modules/filters/modules/filterConfig/components/_shared/has-options/has-option-filter-value-preview.vue.d.ts +2 -1
  43. package/types/modules/filters/modules/filterConfig/components/_shared/lookup-filter-preview/lookup-filter-value-preview.vue.d.ts +2 -1
  44. package/types/modules/filters/modules/filterConfig/components/agent/agent-filter-value-field.vue.d.ts +4 -3
  45. package/types/modules/filters/modules/filterConfig/components/agent/agent-filter-value-preview.vue.d.ts +2 -1
  46. package/types/modules/filters/modules/filterConfig/components/agent-status/agent-status-filter-value-field.vue.d.ts +4 -2
  47. package/types/modules/filters/modules/filterConfig/components/agent-status/agent-status-filter-value-preview.vue.d.ts +2 -1
  48. package/types/modules/filters/modules/filterConfig/components/amd-result/amd-result-filter-value-field.vue.d.ts +4 -3
  49. package/types/modules/filters/modules/filterConfig/components/amd-result/amd-result-filter-value-preview.vue.d.ts +2 -1
  50. package/types/modules/filters/modules/filterConfig/components/auditor/auditor-filter-value-field.vue.d.ts +4 -2
  51. package/types/modules/filters/modules/filterConfig/components/auditor/auditor-filter-value-preview.vue.d.ts +2 -1
  52. package/types/modules/filters/modules/filterConfig/components/auditor/index.d.ts +2 -2
  53. package/types/modules/filters/modules/filterConfig/components/call-direction/call-direction-filter-value-field.vue.d.ts +4 -3
  54. package/types/modules/filters/modules/filterConfig/components/call-direction/call-direction-filter-value-preview.vue.d.ts +2 -1
  55. package/types/modules/filters/modules/filterConfig/components/case-actual-reaction-time/case-actual-reaction-time-filter-value-field.vue.d.ts +4 -3
  56. package/types/modules/filters/modules/filterConfig/components/case-actual-reaction-time/case-actual-reaction-time-filter-value-preview.vue.d.ts +2 -1
  57. package/types/modules/filters/modules/filterConfig/components/case-actual-resolution-time/case-actual-resolution-time-filter-value-field.vue.d.ts +4 -3
  58. package/types/modules/filters/modules/filterConfig/components/case-actual-resolution-time/case-actual-resolution-time-filter-value-preview.vue.d.ts +2 -1
  59. package/types/modules/filters/modules/filterConfig/components/case-assignee/case-assignee-filter-value-field.vue.d.ts +4 -2
  60. package/types/modules/filters/modules/filterConfig/components/case-assignee/case-assignee-filter-value-preview.vue.d.ts +2 -1
  61. package/types/modules/filters/modules/filterConfig/components/case-assignee/filterConfig.d.ts +3 -2
  62. package/types/modules/filters/modules/filterConfig/components/case-author/case-author-filter-value-field.vue.d.ts +4 -3
  63. package/types/modules/filters/modules/filterConfig/components/case-author/case-author-filter-value-preview.vue.d.ts +2 -1
  64. package/types/modules/filters/modules/filterConfig/components/case-close-reason-groups/case-close-reason-groups-filter-value-field.vue.d.ts +4 -3
  65. package/types/modules/filters/modules/filterConfig/components/case-close-reason-groups/case-close-reason-groups-filter-value-preview.vue.d.ts +2 -1
  66. package/types/modules/filters/modules/filterConfig/components/case-impacted/case-impacted-filter-value-field.vue.d.ts +4 -3
  67. package/types/modules/filters/modules/filterConfig/components/case-impacted/case-impacted-filter-value-preview.vue.d.ts +2 -1
  68. package/types/modules/filters/modules/filterConfig/components/case-priority/case-priority-filter-value-field.vue.d.ts +4 -3
  69. package/types/modules/filters/modules/filterConfig/components/case-priority/case-priority-filter-value-preview.vue.d.ts +2 -1
  70. package/types/modules/filters/modules/filterConfig/components/case-reaction-time/case-reaction-time-filter-value-field.vue.d.ts +4 -3
  71. package/types/modules/filters/modules/filterConfig/components/case-reaction-time/case-reaction-time-filter-value-preview.vue.d.ts +2 -1
  72. package/types/modules/filters/modules/filterConfig/components/case-reporter/case-reporter-filter-value-field.vue.d.ts +4 -3
  73. package/types/modules/filters/modules/filterConfig/components/case-reporter/case-reporter-filter-value-preview.vue.d.ts +2 -1
  74. package/types/modules/filters/modules/filterConfig/components/case-resolution-time/case-resolution-time-filter-value-field.vue.d.ts +4 -3
  75. package/types/modules/filters/modules/filterConfig/components/case-resolution-time/case-resolution-time-filter-value-preview.vue.d.ts +2 -1
  76. package/types/modules/filters/modules/filterConfig/components/case-service/case-service-filter-value-field.vue.d.ts +4 -3
  77. package/types/modules/filters/modules/filterConfig/components/case-service/case-service-filter-value-preview.vue.d.ts +2 -1
  78. package/types/modules/filters/modules/filterConfig/components/case-sla/case-sla-filter-value-field.vue.d.ts +4 -3
  79. package/types/modules/filters/modules/filterConfig/components/case-sla/case-sla-filter-value-preview.vue.d.ts +2 -1
  80. package/types/modules/filters/modules/filterConfig/components/case-sla-condition/case-sla-condition-filter-value-field.vue.d.ts +4 -3
  81. package/types/modules/filters/modules/filterConfig/components/case-sla-condition/case-sla-condition-filter-value-preview.vue.d.ts +2 -1
  82. package/types/modules/filters/modules/filterConfig/components/case-source/case-source-filter-value-field.vue.d.ts +4 -3
  83. package/types/modules/filters/modules/filterConfig/components/case-source/case-source-filter-value-preview.vue.d.ts +2 -1
  84. package/types/modules/filters/modules/filterConfig/components/case-status/case-status-filter-value-field.vue.d.ts +4 -3
  85. package/types/modules/filters/modules/filterConfig/components/case-status/case-status-filter-value-preview.vue.d.ts +2 -1
  86. package/types/modules/filters/modules/filterConfig/components/contact/contact-filter-value-field.vue.d.ts +4 -3
  87. package/types/modules/filters/modules/filterConfig/components/contact/contact-filter-value-preview.vue.d.ts +2 -1
  88. package/types/modules/filters/modules/filterConfig/components/contact-group/contact-group-filter-value-field.vue.d.ts +4 -2
  89. package/types/modules/filters/modules/filterConfig/components/contact-group/contact-group-filter-value-preview.vue.d.ts +2 -1
  90. package/types/modules/filters/modules/filterConfig/components/contact-group/index.d.ts +3 -2
  91. package/types/modules/filters/modules/filterConfig/components/contact-label/contact-label-filter-value-field.vue.d.ts +4 -2
  92. package/types/modules/filters/modules/filterConfig/components/contact-label/contact-label-filter-value-preview.vue.d.ts +2 -1
  93. package/types/modules/filters/modules/filterConfig/components/contact-owner/contact-owner-filter-value-field.vue.d.ts +4 -2
  94. package/types/modules/filters/modules/filterConfig/components/contact-owner/contact-owner-filter-value-preview.vue.d.ts +2 -1
  95. package/types/modules/filters/modules/filterConfig/components/created-at-from/created-at-from-filter-value-field.vue.d.ts +4 -3
  96. package/types/modules/filters/modules/filterConfig/components/created-at-from/created-at-from-filter-value-preview.vue.d.ts +2 -1
  97. package/types/modules/filters/modules/filterConfig/components/created-at-to/created-at-to-filter-value-field.vue.d.ts +4 -3
  98. package/types/modules/filters/modules/filterConfig/components/created-at-to/created-at-to-filter-value-preview.vue.d.ts +2 -1
  99. package/types/modules/filters/modules/filterConfig/components/gateway/gateway-filter-value-field.vue.d.ts +4 -3
  100. package/types/modules/filters/modules/filterConfig/components/gateway/gateway-filter-value-preview.vue.d.ts +2 -1
  101. package/types/modules/filters/modules/filterConfig/components/grantee/grantee-filter-value-field.vue.d.ts +4 -3
  102. package/types/modules/filters/modules/filterConfig/components/grantee/grantee-filter-value-preview.vue.d.ts +2 -1
  103. package/types/modules/filters/modules/filterConfig/components/hangup-cause/hangup-cause-filter-value-field.vue.d.ts +4 -3
  104. package/types/modules/filters/modules/filterConfig/components/hangup-cause/hangup-cause-filter-value-preview.vue.d.ts +2 -1
  105. package/types/modules/filters/modules/filterConfig/components/has-attachment/has-attachment-filter-value-field.vue.d.ts +4 -3
  106. package/types/modules/filters/modules/filterConfig/components/has-attachment/has-attachment-filter-value-preview.vue.d.ts +2 -1
  107. package/types/modules/filters/modules/filterConfig/components/has-file/has-file-filter-value-field.vue.d.ts +4 -3
  108. package/types/modules/filters/modules/filterConfig/components/has-file/has-file-filter-value-preview.vue.d.ts +2 -1
  109. package/types/modules/filters/modules/filterConfig/components/has-rating/has-rating-filter-value-field.vue.d.ts +4 -3
  110. package/types/modules/filters/modules/filterConfig/components/has-rating/has-rating-filter-value-preview.vue.d.ts +2 -1
  111. package/types/modules/filters/modules/filterConfig/components/has-transcription/has-transcription-filter-value-field.vue.d.ts +4 -3
  112. package/types/modules/filters/modules/filterConfig/components/has-transcription/has-transcription-filter-value-preview.vue.d.ts +2 -1
  113. package/types/modules/filters/modules/filterConfig/components/has-user/has-user-filter-value-field.vue.d.ts +4 -2
  114. package/types/modules/filters/modules/filterConfig/components/has-user/has-user-filter-value-preview.vue.d.ts +2 -1
  115. package/types/modules/filters/modules/filterConfig/components/index.d.ts +23 -23
  116. package/types/modules/filters/modules/filterConfig/components/queue/index.d.ts +3 -2
  117. package/types/modules/filters/modules/filterConfig/components/queue/queue-filter-value-field.vue.d.ts +4 -2
  118. package/types/modules/filters/modules/filterConfig/components/queue/queue-filter-value-preview.vue.d.ts +2 -1
  119. package/types/modules/filters/modules/filterConfig/components/queue-period/queue-period-filter-value-field.vue.d.ts +4 -2
  120. package/types/modules/filters/modules/filterConfig/components/queue-period/queue-period-filter-value-preview.vue.d.ts +2 -1
  121. package/types/modules/filters/modules/filterConfig/components/queue-type/queue-type-filter-value-field.vue.d.ts +4 -2
  122. package/types/modules/filters/modules/filterConfig/components/queue-type/queue-type-filter-value-preview.vue.d.ts +2 -1
  123. package/types/modules/filters/modules/filterConfig/components/rated-by/rated-by-filter-value-field.vue.d.ts +4 -3
  124. package/types/modules/filters/modules/filterConfig/components/rated-by/rated-by-filter-value-preview.vue.d.ts +2 -1
  125. package/types/modules/filters/modules/filterConfig/components/rating/rating-from-to-filter-value-field.vue.d.ts +4 -3
  126. package/types/modules/filters/modules/filterConfig/components/rating/rating-from-to-filter-value-preview.vue.d.ts +2 -1
  127. package/types/modules/filters/modules/filterConfig/components/region/index.d.ts +2 -2
  128. package/types/modules/filters/modules/filterConfig/components/region/region-filter-value-field.vue.d.ts +4 -2
  129. package/types/modules/filters/modules/filterConfig/components/region/region-filter-value-preview.vue.d.ts +2 -1
  130. package/types/modules/filters/modules/filterConfig/components/score/score-from-to-filter-value-field.vue.d.ts +4 -2
  131. package/types/modules/filters/modules/filterConfig/components/score/score-from-to-filter-value-preview.vue.d.ts +2 -1
  132. package/types/modules/filters/modules/filterConfig/components/skill/index.d.ts +2 -2
  133. package/types/modules/filters/modules/filterConfig/components/skill/skill-filter-value-field.vue.d.ts +4 -2
  134. package/types/modules/filters/modules/filterConfig/components/skill/skill-filter-value-preview.vue.d.ts +2 -1
  135. package/types/modules/filters/modules/filterConfig/components/supervisor/index.d.ts +2 -2
  136. package/types/modules/filters/modules/filterConfig/components/supervisor/supervisor-filter-value-field.vue.d.ts +4 -2
  137. package/types/modules/filters/modules/filterConfig/components/supervisor/supervisor-filter-value-preview.vue.d.ts +2 -1
  138. package/types/modules/filters/modules/filterConfig/components/tag/tag-filter-value-field.vue.d.ts +4 -3
  139. package/types/modules/filters/modules/filterConfig/components/tag/tag-filter-value-preview.vue.d.ts +2 -1
  140. package/types/modules/filters/modules/filterConfig/components/talk-duration/talk-duration-filter-value-field.vue.d.ts +4 -3
  141. package/types/modules/filters/modules/filterConfig/components/talk-duration/talk-duration-filter-value-preview.vue.d.ts +2 -1
  142. package/types/modules/filters/modules/filterConfig/components/team/index.d.ts +3 -2
  143. package/types/modules/filters/modules/filterConfig/components/team/team-filter-value-field.vue.d.ts +4 -2
  144. package/types/modules/filters/modules/filterConfig/components/team/team-filter-value-preview.vue.d.ts +2 -1
  145. package/types/modules/filters/modules/filterConfig/components/total-duration/total-duration-filter-value-field.vue.d.ts +4 -3
  146. package/types/modules/filters/modules/filterConfig/components/total-duration/total-duration-filter-value-preview.vue.d.ts +2 -1
  147. package/types/modules/filters/modules/filterConfig/components/user/user-filter-value-field.vue.d.ts +4 -3
  148. package/types/modules/filters/modules/filterConfig/components/user/user-filter-value-preview.vue.d.ts +2 -1
  149. package/types/modules/filters/modules/filterConfig/components/utilization-progress/utilization-progress-filter-value-field.vue.d.ts +4 -2
  150. package/types/modules/filters/modules/filterConfig/components/utilization-progress/utilization-progress-filter-value-preview.vue.d.ts +2 -1
  151. package/types/modules/filters/modules/filterConfig/components/variable/variable-filter-value-field.vue.d.ts +4 -3
  152. package/types/modules/filters/modules/filterConfig/components/variable/variable-filter-value-preview.vue.d.ts +2 -1
  153. package/types/modules/filters/modules/filterConfig/composables/useAgentStatusOptions.d.ts +2 -2
  154. package/types/modules/filters/modules/filterConfig/composables/useQueuePeriodOptions.d.ts +1 -1
  155. package/types/modules/filters/modules/filterConfig/composables/useQueueTypeOptions.d.ts +1 -1
  156. package/types/modules/types/tableStore.types.d.ts +1 -0
  157. package/types/modules/filters/components/config/dynamic-filter-config-form-label.vue.d.ts +0 -11
  158. package/types/modules/filters/components/config/dynamic-filter-config-form-value-input.vue.d.ts +0 -16
  159. package/types/modules/filters/components/config/dynamic-filter-config-form.vue.d.ts +0 -93
  160. package/types/modules/filters/components/config/dynamic-filter-config-view.vue.d.ts +0 -27
  161. package/types/modules/filters/modules/filterConfig/components/created-at/created-at-filter-value-field.vue.d.ts +0 -19
  162. package/types/modules/filters/modules/filterConfig/components/created-at/created-at-filter-value-preview.vue.d.ts +0 -9
  163. package/types/modules/form/composables/useFormComponent.d.ts +0 -9
  164. package/types/modules/form/composables/useItemCardSaveText.d.ts +0 -7
  165. package/types/modules/form/composables/useValidation.d.ts +0 -10
  166. package/types/modules/form/index.d.ts +0 -4
  167. package/types/modules/form/stores/createFormStore.d.ts +0 -135
@@ -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 _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ 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
  type ModelValue = number[];
2
- type __VLS_PublicProps = {
2
+ type __VLS_ModelProps = {
3
3
  modelValue?: ModelValue;
4
4
  };
5
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
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<__VLS_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 _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
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 __VLS_PublicProps = __VLS_Props & {
6
+ type __VLS_ModelProps = {
7
7
  modelValue?: string;
8
8
  };
9
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
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 _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
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 __VLS_PublicProps = {
2
+ type __VLS_ModelProps = {
3
3
  modelValue?: ModelValue;
4
4
  };
5
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
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<__VLS_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 _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
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,6 +1,6 @@
1
1
  export declare function useAgentStatusOptions(): {
2
2
  options: import("vue").ComputedRef<{
3
- value: string;
4
- label: string;
3
+ value: unknown;
4
+ label: any;
5
5
  }[]>;
6
6
  };
@@ -1,6 +1,6 @@
1
1
  export declare function useQueuePeriodOptions(): {
2
2
  options: import("vue").ComputedRef<{
3
3
  value: string;
4
- label: string;
4
+ label: any;
5
5
  }[]>;
6
6
  };
@@ -1,6 +1,6 @@
1
1
  export declare function useQueueTypeOptions(): {
2
2
  options: import("vue").ComputedRef<{
3
3
  value: 0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8;
4
- label: string;
4
+ label: any;
5
5
  }[]>;
6
6
  };
@@ -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;
@@ -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;
@@ -1,93 +0,0 @@
1
- import { WtButton, WtSelect } from '@webitel/ui-sdk/components';
2
- import { FilterInitParams, IFilter } from "../../classes/Filter";
3
- 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
- type __VLS_Props = {
7
- /**
8
- * @description
9
- * "Add" mode
10
- */
11
- filterConfigs?: BaseFilterConfig[];
12
- /**
13
- * @description
14
- * "Edit" mode
15
- */
16
- filterConfig?: BaseFilterConfig;
17
- /**
18
- * @description
19
- * Edited filter instance
20
- */
21
- filter?: IFilter;
22
- };
23
- declare const emit: ((evt: "submit", args_0: FilterInitParams) => void) & ((evt: "cancel") => void);
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: {
44
- filterName: any;
45
- filterValue: any;
46
- inputLabel: string;
47
- onValueChange: (v: any) => void;
48
- onValueInvalidChange: (v: any) => void;
49
- };
50
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
51
- 'value-input'?: (props: typeof __VLS_9) => any;
52
- }>;
53
- declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
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, {
81
- submit: (args_0: FilterInitParams) => any;
82
- cancel: () => any;
83
- }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
84
- onSubmit?: (args_0: FilterInitParams) => any;
85
- onCancel?: () => any;
86
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
87
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
88
- export default _default;
89
- type __VLS_WithSlots<T, S> = T & {
90
- new (): {
91
- $slots: S;
92
- };
93
- };
@@ -1,27 +0,0 @@
1
- import { WtTooltip } from '@webitel/ui-sdk/components';
2
- interface Props {
3
- disabled?: boolean;
4
- disableClickAway?: boolean;
5
- }
6
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
7
- declare var __VLS_5: {
8
- tooltipSlotScope: any;
9
- }, __VLS_7: {
10
- tooltipSlotScope: any;
11
- };
12
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
13
- activator?: (props: typeof __VLS_5) => any;
14
- } & {
15
- content?: (props: typeof __VLS_7) => any;
16
- }>;
17
- declare const __VLS_self: import("vue").DefineComponent<Props, {
18
- WtTooltip: typeof WtTooltip;
19
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
20
- 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>;
21
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
22
- export default _default;
23
- type __VLS_WithSlots<T, S> = T & {
24
- new (): {
25
- $slots: S;
26
- };
27
- };
@@ -1,19 +0,0 @@
1
- import { RelativeDatetimeValue } from '@webitel/ui-sdk/enums';
2
- type __VLS_PublicProps = {
3
- modelValue?: RelativeDatetimeValue | {
4
- from: number;
5
- to: number;
6
- };
7
- };
8
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
- "update:modelValue": (value: RelativeDatetimeValue | {
10
- from: number;
11
- to: number;
12
- }) => any;
13
- }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
14
- "onUpdate:modelValue"?: (value: RelativeDatetimeValue | {
15
- from: number;
16
- to: number;
17
- }) => any;
18
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
19
- export default _default;
@@ -1,9 +0,0 @@
1
- import { RelativeDatetimeValue } from '@webitel/ui-sdk/enums';
2
- type __VLS_Props = {
3
- value: {
4
- from: number;
5
- to: number;
6
- } | RelativeDatetimeValue;
7
- };
8
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
- export default _default;
@@ -1,9 +0,0 @@
1
- import { Ref } from 'vue';
2
- export declare const useFormComponent: ({ checkIfInvalid, isLoading, saveItem, }: {
3
- checkIfInvalid?: () => boolean;
4
- isLoading?: Ref<boolean>;
5
- saveItem: () => Promise<unknown>;
6
- }) => {
7
- debouncedIsLoading: Readonly<Ref<boolean, boolean>>;
8
- save: () => Promise<unknown>;
9
- };
@@ -1,7 +0,0 @@
1
- import { Ref } from 'vue';
2
- export declare const useItemCardSaveText: ({ isNew, isEdited, }: {
3
- isNew: Ref<boolean>;
4
- isEdited: Ref<boolean>;
5
- }) => {
6
- saveText: import("vue").ComputedRef<string>;
7
- };
@@ -1,10 +0,0 @@
1
- import { RegleSchema } from '@regle/schemas';
2
- import { Ref } from 'vue';
3
- export declare const useValidation: <TState, TSchema>({ validationSchema, }: {
4
- validationSchema: Ref<RegleSchema<TState, TSchema>>;
5
- }) => {
6
- disabledSave: import("vue").ComputedRef<boolean>;
7
- isEdited: import("vue").ComputedRef<boolean>;
8
- touch: () => void;
9
- checkIfInvalid: () => boolean;
10
- };
@@ -1,4 +0,0 @@
1
- export * from './composables/useFormComponent';
2
- export * from './composables/useItemCardSaveText';
3
- export * from './composables/useValidation';
4
- export * from './stores/createFormStore';
@@ -1,135 +0,0 @@
1
- import { RegleSchemaBehaviourOptions } from '@regle/schemas';
2
- import type { StandardSchemaV1 } from '@standard-schema/spec';
3
- import { ApiModule } from '@webitel/ui-sdk/api/types/ApiModule.type';
4
- export declare const createFormStore: <Entity = object>({ namespace, apiModule, standardValidationSchema, validationSchemaOptions, }: {
5
- namespace: string;
6
- apiModule: ApiModule<Entity>;
7
- standardValidationSchema?: StandardSchemaV1 | null;
8
- validationSchemaOptions?: RegleSchemaBehaviourOptions;
9
- }) => import("pinia").StoreDefinition<string, Pick<{
10
- parentId: import("vue").Ref<string | number, string | number>;
11
- itemId: import("vue").Ref<string | number, string | number>;
12
- itemInstance: [Entity] extends [import("vue").Ref<any, any>] ? import("@vue/shared").IfAny<Entity, import("vue").Ref<Entity, Entity>, Entity> : import("vue").Ref<import("vue").UnwrapRef<Entity>, Entity | import("vue").UnwrapRef<Entity>>;
13
- validationSchema: import("vue").Ref<any, any>;
14
- isLoading: import("vue").Ref<boolean, boolean>;
15
- isSaving: import("vue").Ref<boolean, boolean>;
16
- error: import("vue").Ref<any, any>;
17
- initialize: ({ itemInstance: initialItemInstance, itemId: initialItemId, parentId: initialParentId, }?: {
18
- itemInstance?: Entity;
19
- itemId?: string | number;
20
- parentId?: string | number;
21
- }) => Promise<void>;
22
- saveItem: () => Promise<void>;
23
- }, keyof ({
24
- parentId: import("vue").Ref<string | number, string | number>;
25
- itemId: import("vue").Ref<string | number, string | number>;
26
- itemInstance: [Entity] extends [import("vue").Ref<any, any>] ? import("@vue/shared").IfAny<Entity, import("vue").Ref<Entity, Entity>, Entity> : import("vue").Ref<import("vue").UnwrapRef<Entity>, Entity | import("vue").UnwrapRef<Entity>>;
27
- validationSchema: import("vue").Ref<any, any>;
28
- isLoading: import("vue").Ref<boolean, boolean>;
29
- isSaving: import("vue").Ref<boolean, boolean>;
30
- error: import("vue").Ref<any, any>;
31
- initialize: ({ itemInstance: initialItemInstance, itemId: initialItemId, parentId: initialParentId, }?: {
32
- itemInstance?: Entity;
33
- itemId?: string | number;
34
- parentId?: string | number;
35
- }) => Promise<void>;
36
- saveItem: () => Promise<void>;
37
- } extends infer T ? { [K in keyof T as {
38
- parentId: import("vue").Ref<string | number, string | number>;
39
- itemId: import("vue").Ref<string | number, string | number>;
40
- itemInstance: [Entity] extends [import("vue").Ref<any, any>] ? import("@vue/shared").IfAny<Entity, import("vue").Ref<Entity, Entity>, Entity> : import("vue").Ref<import("vue").UnwrapRef<Entity>, Entity | import("vue").UnwrapRef<Entity>>;
41
- validationSchema: import("vue").Ref<any, any>;
42
- isLoading: import("vue").Ref<boolean, boolean>;
43
- isSaving: import("vue").Ref<boolean, boolean>;
44
- error: import("vue").Ref<any, any>;
45
- initialize: ({ itemInstance: initialItemInstance, itemId: initialItemId, parentId: initialParentId, }?: {
46
- itemInstance?: Entity;
47
- itemId?: string | number;
48
- parentId?: string | number;
49
- }) => Promise<void>;
50
- saveItem: () => Promise<void>;
51
- }[K] extends import("vue").ComputedRef<any> | import("pinia")._Method ? never : K]: any; } : never)>, Pick<{
52
- parentId: import("vue").Ref<string | number, string | number>;
53
- itemId: import("vue").Ref<string | number, string | number>;
54
- itemInstance: [Entity] extends [import("vue").Ref<any, any>] ? import("@vue/shared").IfAny<Entity, import("vue").Ref<Entity, Entity>, Entity> : import("vue").Ref<import("vue").UnwrapRef<Entity>, Entity | import("vue").UnwrapRef<Entity>>;
55
- validationSchema: import("vue").Ref<any, any>;
56
- isLoading: import("vue").Ref<boolean, boolean>;
57
- isSaving: import("vue").Ref<boolean, boolean>;
58
- error: import("vue").Ref<any, any>;
59
- initialize: ({ itemInstance: initialItemInstance, itemId: initialItemId, parentId: initialParentId, }?: {
60
- itemInstance?: Entity;
61
- itemId?: string | number;
62
- parentId?: string | number;
63
- }) => Promise<void>;
64
- saveItem: () => Promise<void>;
65
- }, keyof ({
66
- parentId: import("vue").Ref<string | number, string | number>;
67
- itemId: import("vue").Ref<string | number, string | number>;
68
- itemInstance: [Entity] extends [import("vue").Ref<any, any>] ? import("@vue/shared").IfAny<Entity, import("vue").Ref<Entity, Entity>, Entity> : import("vue").Ref<import("vue").UnwrapRef<Entity>, Entity | import("vue").UnwrapRef<Entity>>;
69
- validationSchema: import("vue").Ref<any, any>;
70
- isLoading: import("vue").Ref<boolean, boolean>;
71
- isSaving: import("vue").Ref<boolean, boolean>;
72
- error: import("vue").Ref<any, any>;
73
- initialize: ({ itemInstance: initialItemInstance, itemId: initialItemId, parentId: initialParentId, }?: {
74
- itemInstance?: Entity;
75
- itemId?: string | number;
76
- parentId?: string | number;
77
- }) => Promise<void>;
78
- saveItem: () => Promise<void>;
79
- } extends infer T_1 ? { [K_1 in keyof T_1 as {
80
- parentId: import("vue").Ref<string | number, string | number>;
81
- itemId: import("vue").Ref<string | number, string | number>;
82
- itemInstance: [Entity] extends [import("vue").Ref<any, any>] ? import("@vue/shared").IfAny<Entity, import("vue").Ref<Entity, Entity>, Entity> : import("vue").Ref<import("vue").UnwrapRef<Entity>, Entity | import("vue").UnwrapRef<Entity>>;
83
- validationSchema: import("vue").Ref<any, any>;
84
- isLoading: import("vue").Ref<boolean, boolean>;
85
- isSaving: import("vue").Ref<boolean, boolean>;
86
- error: import("vue").Ref<any, any>;
87
- initialize: ({ itemInstance: initialItemInstance, itemId: initialItemId, parentId: initialParentId, }?: {
88
- itemInstance?: Entity;
89
- itemId?: string | number;
90
- parentId?: string | number;
91
- }) => Promise<void>;
92
- saveItem: () => Promise<void>;
93
- }[K_1] extends import("vue").ComputedRef<any> ? K_1 : never]: any; } : never)>, Pick<{
94
- parentId: import("vue").Ref<string | number, string | number>;
95
- itemId: import("vue").Ref<string | number, string | number>;
96
- itemInstance: [Entity] extends [import("vue").Ref<any, any>] ? import("@vue/shared").IfAny<Entity, import("vue").Ref<Entity, Entity>, Entity> : import("vue").Ref<import("vue").UnwrapRef<Entity>, Entity | import("vue").UnwrapRef<Entity>>;
97
- validationSchema: import("vue").Ref<any, any>;
98
- isLoading: import("vue").Ref<boolean, boolean>;
99
- isSaving: import("vue").Ref<boolean, boolean>;
100
- error: import("vue").Ref<any, any>;
101
- initialize: ({ itemInstance: initialItemInstance, itemId: initialItemId, parentId: initialParentId, }?: {
102
- itemInstance?: Entity;
103
- itemId?: string | number;
104
- parentId?: string | number;
105
- }) => Promise<void>;
106
- saveItem: () => Promise<void>;
107
- }, keyof ({
108
- parentId: import("vue").Ref<string | number, string | number>;
109
- itemId: import("vue").Ref<string | number, string | number>;
110
- itemInstance: [Entity] extends [import("vue").Ref<any, any>] ? import("@vue/shared").IfAny<Entity, import("vue").Ref<Entity, Entity>, Entity> : import("vue").Ref<import("vue").UnwrapRef<Entity>, Entity | import("vue").UnwrapRef<Entity>>;
111
- validationSchema: import("vue").Ref<any, any>;
112
- isLoading: import("vue").Ref<boolean, boolean>;
113
- isSaving: import("vue").Ref<boolean, boolean>;
114
- error: import("vue").Ref<any, any>;
115
- initialize: ({ itemInstance: initialItemInstance, itemId: initialItemId, parentId: initialParentId, }?: {
116
- itemInstance?: Entity;
117
- itemId?: string | number;
118
- parentId?: string | number;
119
- }) => Promise<void>;
120
- saveItem: () => Promise<void>;
121
- } extends infer T_2 ? { [K_2 in keyof T_2 as {
122
- parentId: import("vue").Ref<string | number, string | number>;
123
- itemId: import("vue").Ref<string | number, string | number>;
124
- itemInstance: [Entity] extends [import("vue").Ref<any, any>] ? import("@vue/shared").IfAny<Entity, import("vue").Ref<Entity, Entity>, Entity> : import("vue").Ref<import("vue").UnwrapRef<Entity>, Entity | import("vue").UnwrapRef<Entity>>;
125
- validationSchema: import("vue").Ref<any, any>;
126
- isLoading: import("vue").Ref<boolean, boolean>;
127
- isSaving: import("vue").Ref<boolean, boolean>;
128
- error: import("vue").Ref<any, any>;
129
- initialize: ({ itemInstance: initialItemInstance, itemId: initialItemId, parentId: initialParentId, }?: {
130
- itemInstance?: Entity;
131
- itemId?: string | number;
132
- parentId?: string | number;
133
- }) => Promise<void>;
134
- saveItem: () => Promise<void>;
135
- }[K_2] extends import("pinia")._Method ? K_2 : never]: any; } : never)>>;