@voicenter-team/voicenter-ui-plus 0.4.42 → 0.4.43

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 (215) hide show
  1. package/package.json +1 -1
  2. package/library/types/documentation/enum/theme-customization.enum.d.ts +0 -1
  3. package/library/types/documentation/main.d.ts +0 -0
  4. package/library/types/documentation/router/groups/component.d.ts +0 -2
  5. package/library/types/documentation/router/groups/design.d.ts +0 -2
  6. package/library/types/documentation/router/groups/entity.d.ts +0 -2
  7. package/library/types/documentation/router/groups/general.d.ts +0 -2
  8. package/library/types/documentation/router/index.d.ts +0 -4
  9. package/library/types/documentation/router/routeGroups.d.ts +0 -7
  10. package/library/types/documentation/services/API/AuthAPIService.d.ts +0 -9
  11. package/library/types/documentation/services/API/ContentsAPIService.d.ts +0 -15
  12. package/library/types/documentation/services/API/testData.d.ts +0 -3
  13. package/library/types/documentation/services/API/types/auth.types.d.ts +0 -25
  14. package/library/types/documentation/services/API/types/contents.types.d.ts +0 -69
  15. package/library/types/documentation/services/AxiosService.d.ts +0 -22
  16. package/library/types/documentation/services/StorageService.d.ts +0 -11
  17. package/library/types/documentation/store/authTagsStore.d.ts +0 -30
  18. package/library/types/documentation/store/globalStore.d.ts +0 -31
  19. package/library/types/documentation/utils/entity/authTypes.d.ts +0 -2
  20. package/library/types/documentation/utils/entity/testEntity.d.ts +0 -241
  21. package/library/types/documentation/utils/highlight/highlight.d.ts +0 -66
  22. package/library/types/documentation/utils/table/dataTable.d.ts +0 -7
  23. /package/library/types/{src/components → components}/VcAutocomplete/VcAutocomplete.vue.d.ts +0 -0
  24. /package/library/types/{src/components → components}/VcButton/VcButton.types.d.ts +0 -0
  25. /package/library/types/{src/components → components}/VcButton/VcButton.vue.d.ts +0 -0
  26. /package/library/types/{src/components → components}/VcButton/VcButtonIcon.vue.d.ts +0 -0
  27. /package/library/types/{src/components → components}/VcButton/index.d.ts +0 -0
  28. /package/library/types/{src/components → components}/VcCard/VcCard.vue.d.ts +0 -0
  29. /package/library/types/{src/components → components}/VcCheckbox/VcCheckbox.vue.d.ts +0 -0
  30. /package/library/types/{src/components → components}/VcCheckbox/VcCheckboxGroupEl.vue.d.ts +0 -0
  31. /package/library/types/{src/components → components}/VcCheckboxGroup/VcCheckboxGroup.vue.d.ts +0 -0
  32. /package/library/types/{src/components → components}/VcCollapse/VcCollapse.types.d.ts +0 -0
  33. /package/library/types/{src/components → components}/VcCollapse/VcCollapse.vue.d.ts +0 -0
  34. /package/library/types/{src/components → components}/VcCollapse/VcCollapseItem.vue.d.ts +0 -0
  35. /package/library/types/{src/components → components}/VcCollapse/VcCollapseTransition.vue.d.ts +0 -0
  36. /package/library/types/{src/components → components}/VcColorPicker/VcColorPicker.vue.d.ts +0 -0
  37. /package/library/types/{src/components → components}/VcDatetimeRangePicker/VcDatetimeRangePicker.types.d.ts +0 -0
  38. /package/library/types/{src/components → components}/VcDatetimeRangePicker/VcDatetimeRangePicker.vue.d.ts +0 -0
  39. /package/library/types/{src/components → components}/VcDelimitedList/VcDelimitedList.types.d.ts +0 -0
  40. /package/library/types/{src/components → components}/VcDelimitedList/VcDelimitedList.vue.d.ts +0 -0
  41. /package/library/types/{src/components → components}/VcExcelUploader/VcExcelFileProcessLoader.vue.d.ts +0 -0
  42. /package/library/types/{src/components → components}/VcExcelUploader/VcExcelFileUploadBlock.vue.d.ts +0 -0
  43. /package/library/types/{src/components → components}/VcExcelUploader/VcExcelFileUploader.vue.d.ts +0 -0
  44. /package/library/types/{src/components → components}/VcExcelUploader/VcFileImportErrorsCard.vue.d.ts +0 -0
  45. /package/library/types/{src/components → components}/VcExcelUploader/VcFileImportParseResultBlock.vue.d.ts +0 -0
  46. /package/library/types/{src/components → components}/VcExcelUploader/VcFileImportResultBindData.vue.d.ts +0 -0
  47. /package/library/types/{src/components → components}/VcExcelUploader/VcFileImportResultBindDataTable.vue.d.ts +0 -0
  48. /package/library/types/{src/components → components}/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerPart.vue.d.ts +0 -0
  49. /package/library/types/{src/components → components}/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerRelative.vue.d.ts +0 -0
  50. /package/library/types/{src/components → components}/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.types.d.ts +0 -0
  51. /package/library/types/{src/components → components}/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue.d.ts +0 -0
  52. /package/library/types/{src/components → components}/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePickerQuickOptionsSelection.vue.d.ts +0 -0
  53. /package/library/types/{src/components → components}/VcExtendedDatetimeRangePicker/composable.d.ts +0 -0
  54. /package/library/types/{src/components → components}/VcExtendedDatetimeRangePicker/enum.d.ts +0 -0
  55. /package/library/types/{src/components → components}/VcFileUploader/VcFileUploader.types.d.ts +0 -0
  56. /package/library/types/{src/components → components}/VcFileUploader/VcFileUploader.vue.d.ts +0 -0
  57. /package/library/types/{src/components → components}/VcForm/UiComponents/VcInputError.vue.d.ts +0 -0
  58. /package/library/types/{src/components → components}/VcForm/UiComponents/VcInputLabel.vue.d.ts +0 -0
  59. /package/library/types/{src/components → components}/VcForm/VcForm.types.d.ts +0 -0
  60. /package/library/types/{src/components → components}/VcForm/VcForm.vue.d.ts +0 -0
  61. /package/library/types/{src/components → components}/VcForm/VcFormItem.vue.d.ts +0 -0
  62. /package/library/types/{src/components → components}/VcHyperLink/VcHyperLink.types.d.ts +0 -0
  63. /package/library/types/{src/components → components}/VcHyperLink/VcHyperLink.vue.d.ts +0 -0
  64. /package/library/types/{src/components → components}/VcIconPicker/VcIconPicker.types.d.ts +0 -0
  65. /package/library/types/{src/components → components}/VcIconPicker/VcIconPicker.vue.d.ts +0 -0
  66. /package/library/types/{src/components → components}/VcImageUploader/VcImageUploader.vue.d.ts +0 -0
  67. /package/library/types/{src/components → components}/VcImageUploader/index.d.ts +0 -0
  68. /package/library/types/{src/components → components}/VcInput/VcInput.types.d.ts +0 -0
  69. /package/library/types/{src/components → components}/VcInput/VcInput.vue.d.ts +0 -0
  70. /package/library/types/{src/components → components}/VcInputNumber/VcInputNumber.vue.d.ts +0 -0
  71. /package/library/types/{src/components → components}/VcLoading/Loaders/Circles.vue.d.ts +0 -0
  72. /package/library/types/{src/components → components}/VcLoading/Loaders/DotSpinner.vue.d.ts +0 -0
  73. /package/library/types/{src/components → components}/VcLoading/Loaders/LdsSpinner.vue.d.ts +0 -0
  74. /package/library/types/{src/components → components}/VcLoading/Loaders/LoadIcon.vue.d.ts +0 -0
  75. /package/library/types/{src/components → components}/VcLoading/Loaders/Stretch.vue.d.ts +0 -0
  76. /package/library/types/{src/components → components}/VcLoading/Loaders/index.d.ts +0 -0
  77. /package/library/types/{src/components → components}/VcLoading/VcLoading.types.d.ts +0 -0
  78. /package/library/types/{src/components → components}/VcLoading/VcLoading.vue.d.ts +0 -0
  79. /package/library/types/{src/components → components}/VcLoading/enum.d.ts +0 -0
  80. /package/library/types/{src/components → components}/VcModal/VcConfirmModal.vue.d.ts +0 -0
  81. /package/library/types/{src/components → components}/VcModal/VcModal.types.d.ts +0 -0
  82. /package/library/types/{src/components → components}/VcModal/VcModal.vue.d.ts +0 -0
  83. /package/library/types/{src/components → components}/VcNotification/VcNotification.types.d.ts +0 -0
  84. /package/library/types/{src/components → components}/VcNotification/VcNotification.vue.d.ts +0 -0
  85. /package/library/types/{src/components → components}/VcNotification/VcNotificationMessage.vue.d.ts +0 -0
  86. /package/library/types/{src/components → components}/VcPagination/VcPagination.types.d.ts +0 -0
  87. /package/library/types/{src/components → components}/VcPagination/VcPagination.vue.d.ts +0 -0
  88. /package/library/types/{src/components → components}/VcPagination/VcPaginationButton.vue.d.ts +0 -0
  89. /package/library/types/{src/components → components}/VcPdfViewer/pdfjslib.d.ts +0 -0
  90. /package/library/types/{src/components → components}/VcPdfViewer/utils.d.ts +0 -0
  91. /package/library/types/{src/components → components}/VcPhoneInput/VcFlagLabel.vue.d.ts +0 -0
  92. /package/library/types/{src/components → components}/VcPhoneInput/VcPhoneInput.vue.d.ts +0 -0
  93. /package/library/types/{src/components → components}/VcPopover/VcPopover.types.d.ts +0 -0
  94. /package/library/types/{src/components → components}/VcPopover/VcPopover.vue.d.ts +0 -0
  95. /package/library/types/{src/components → components}/VcProgress/VcProgress.types.d.ts +0 -0
  96. /package/library/types/{src/components → components}/VcProgress/VcProgress.vue.d.ts +0 -0
  97. /package/library/types/{src/components → components}/VcProgress/progress.options.d.ts +0 -0
  98. /package/library/types/{src/components → components}/VcRadio/VcRadio.vue.d.ts +0 -0
  99. /package/library/types/{src/components → components}/VcRadioGroup/VcRadioGroup.vue.d.ts +0 -0
  100. /package/library/types/{src/components → components}/VcRadioTabs/UiComponents/VcRadioTabsNav.vue.d.ts +0 -0
  101. /package/library/types/{src/components → components}/VcRadioTabs/VcRadioTabs.types.d.ts +0 -0
  102. /package/library/types/{src/components → components}/VcRadioTabs/VcRadioTabs.vue.d.ts +0 -0
  103. /package/library/types/{src/components → components}/VcSelect/VcInfiniteScrollSelect.vue.d.ts +0 -0
  104. /package/library/types/{src/components → components}/VcSelect/VcSelect.types.d.ts +0 -0
  105. /package/library/types/{src/components → components}/VcSelect/VcSelect.vue.d.ts +0 -0
  106. /package/library/types/{src/components → components}/VcSelect/VcSelectGrouped.vue.d.ts +0 -0
  107. /package/library/types/{src/components → components}/VcSelect/VcSelectOption.vue.d.ts +0 -0
  108. /package/library/types/{src/components → components}/VcSkeletonLoader/Loaders/Card.vue.d.ts +0 -0
  109. /package/library/types/{src/components → components}/VcSkeletonLoader/Loaders/Circle.vue.d.ts +0 -0
  110. /package/library/types/{src/components → components}/VcSkeletonLoader/Loaders/Row.vue.d.ts +0 -0
  111. /package/library/types/{src/components → components}/VcSkeletonLoader/Loaders/Square.vue.d.ts +0 -0
  112. /package/library/types/{src/components → components}/VcSkeletonLoader/Loaders/Text.vue.d.ts +0 -0
  113. /package/library/types/{src/components → components}/VcSkeletonLoader/VcSkeletonLoader.types.d.ts +0 -0
  114. /package/library/types/{src/components → components}/VcSkeletonLoader/VcSkeletonLoader.vue.d.ts +0 -0
  115. /package/library/types/{src/components → components}/VcSlider/VcSlider.vue.d.ts +0 -0
  116. /package/library/types/{src/components → components}/VcSoundplayer/VcSoundPlayer.types.d.ts +0 -0
  117. /package/library/types/{src/components → components}/VcSoundplayer/VcSoundPlayer.vue.d.ts +0 -0
  118. /package/library/types/{src/components → components}/VcSplitButton/VcSplitButton.types.d.ts +0 -0
  119. /package/library/types/{src/components → components}/VcSplitButton/VcSplitButton.vue.d.ts +0 -0
  120. /package/library/types/{src/components → components}/VcSwitch/VcSwitch.types.d.ts +0 -0
  121. /package/library/types/{src/components → components}/VcSwitch/VcSwitch.vue.d.ts +0 -0
  122. /package/library/types/{src/components → components}/VcTable/VcTable.types.d.ts +0 -0
  123. /package/library/types/{src/components → components}/VcTable/VcTable.vue.d.ts +0 -0
  124. /package/library/types/{src/components → components}/VcTable/tableOptions.d.ts +0 -0
  125. /package/library/types/{src/components → components}/VcTabs/VcTabNav.vue.d.ts +0 -0
  126. /package/library/types/{src/components → components}/VcTabs/VcTabPane.vue.d.ts +0 -0
  127. /package/library/types/{src/components → components}/VcTabs/VcTabs.types.d.ts +0 -0
  128. /package/library/types/{src/components → components}/VcTabs/VcTabs.vue.d.ts +0 -0
  129. /package/library/types/{src/components → components}/VcTag/VcTag.types.d.ts +0 -0
  130. /package/library/types/{src/components → components}/VcTag/VcTag.vue.d.ts +0 -0
  131. /package/library/types/{src/components → components}/VcTagInput/VcTagInput.types.d.ts +0 -0
  132. /package/library/types/{src/components → components}/VcTagInput/VcTagInput.vue.d.ts +0 -0
  133. /package/library/types/{src/components → components}/VcTimeInput/VcTimeInput.vue.d.ts +0 -0
  134. /package/library/types/{src/components → components}/VcTransfer/VcTransfer.vue.d.ts +0 -0
  135. /package/library/types/{src/components → components}/VcTree/VcTree.types.d.ts +0 -0
  136. /package/library/types/{src/components → components}/VcTree/VcTree.vue.d.ts +0 -0
  137. /package/library/types/{src/components → components}/VcTree/VcTreeNode.vue.d.ts +0 -0
  138. /package/library/types/{src/components → components}/VcTree/VcTreeSelect.vue.d.ts +0 -0
  139. /package/library/types/{src/components → components}/VcVerticalTabs/VcVerticalTabs.vue.d.ts +0 -0
  140. /package/library/types/{src/components → components}/VcVerticalTabs/VerticalTabNav.vue.d.ts +0 -0
  141. /package/library/types/{src/components → components}/VcViewSwitcher/VcViewSwitcher.vue.d.ts +0 -0
  142. /package/library/types/{src/components → components}/VcWizard/VcSummaryProgress.vue.d.ts +0 -0
  143. /package/library/types/{src/components → components}/VcWizard/VcSummaryStep.vue.d.ts +0 -0
  144. /package/library/types/{src/components → components}/VcWizard/VcWizard.types.d.ts +0 -0
  145. /package/library/types/{src/components → components}/VcWizard/VcWizard.vue.d.ts +0 -0
  146. /package/library/types/{src/components → components}/VcWizard/VcWizardNavigation.vue.d.ts +0 -0
  147. /package/library/types/{src/components → components}/VcWizard/VcWizardSummary.vue.d.ts +0 -0
  148. /package/library/types/{src/components → components}/index.d.ts +0 -0
  149. /package/library/types/{src/composables → composables}/input/useInputBase.d.ts +0 -0
  150. /package/library/types/{src/composables → composables}/input/useInputColor.d.ts +0 -0
  151. /package/library/types/{src/composables → composables}/input/useInputError.d.ts +0 -0
  152. /package/library/types/{src/composables → composables}/input/useInputLabel.d.ts +0 -0
  153. /package/library/types/{src/composables → composables}/option/useOptionMethods.d.ts +0 -0
  154. /package/library/types/{src/composables → composables}/useVModel.d.ts +0 -0
  155. /package/library/types/{src/directives → directives}/click-outside.d.ts +0 -0
  156. /package/library/types/{src/directives → directives}/index.d.ts +0 -0
  157. /package/library/types/{src/directives → directives}/input-mask.d.ts +0 -0
  158. /package/library/types/{src/directives → directives}/long-press.d.ts +0 -0
  159. /package/library/types/{src/directives → directives}/resize.d.ts +0 -0
  160. /package/library/types/{src/entity → entity}/components/Button/VcEntityAddButton.vue.d.ts +0 -0
  161. /package/library/types/{src/entity → entity}/components/Button/VcEntityCancelButton.vue.d.ts +0 -0
  162. /package/library/types/{src/entity → entity}/components/Button/VcEntityDeleteIconButton.vue.d.ts +0 -0
  163. /package/library/types/{src/entity → entity}/components/Button/VcEntityEditIconButton.vue.d.ts +0 -0
  164. /package/library/types/{src/entity → entity}/components/Button/VcEntityRestoreButton.vue.d.ts +0 -0
  165. /package/library/types/{src/entity → entity}/components/Button/VcEntityStatusButton.vue.d.ts +0 -0
  166. /package/library/types/{src/entity → entity}/components/Form/VcBaseVerticalForm.vue.d.ts +0 -0
  167. /package/library/types/{src/entity → entity}/components/Form/VcEntityEditPageForm.vue.d.ts +0 -0
  168. /package/library/types/{src/entity → entity}/components/Form/VcEntityVerticalCreateForm.vue.d.ts +0 -0
  169. /package/library/types/{src/entity → entity}/components/Form/VcEntityVerticalEditForm.vue.d.ts +0 -0
  170. /package/library/types/{src/entity → entity}/components/Table/VcEntityListTable.vue.d.ts +0 -0
  171. /package/library/types/{src/entity → entity}/components/Tabs/VcEntityEditableTabs.vue.d.ts +0 -0
  172. /package/library/types/{src/entity → entity}/components/index.d.ts +0 -0
  173. /package/library/types/{src/entity → entity}/composable/useConfirmModal.d.ts +0 -0
  174. /package/library/types/{src/entity → entity}/composable/useEditableTabs.d.ts +0 -0
  175. /package/library/types/{src/entity → entity}/composable/useEntityListTableExternalPaginate.d.ts +0 -0
  176. /package/library/types/{src/entity → entity}/composable/useEntityProvideInject.d.ts +0 -0
  177. /package/library/types/{src/entity → entity}/composable/useEntityTabsProviseInject.d.ts +0 -0
  178. /package/library/types/{src/entity → entity}/index.d.ts +0 -0
  179. /package/library/types/{src/entity → entity}/services/BaseEntityService.d.ts +0 -0
  180. /package/library/types/{src/entity → entity}/services/index.d.ts +0 -0
  181. /package/library/types/{src/entry.d.ts → entry.d.ts} +0 -0
  182. /package/library/types/{src/enum → enum}/constants.d.ts +0 -0
  183. /package/library/types/{src/enum → enum}/countries.d.ts +0 -0
  184. /package/library/types/{src/enum → enum}/dataTestAttributes.d.ts +0 -0
  185. /package/library/types/{src/enum → enum}/inputDefaults.d.ts +0 -0
  186. /package/library/types/{src/localization → localization}/Localization.types.d.ts +0 -0
  187. /package/library/types/{src/localization → localization}/index.d.ts +0 -0
  188. /package/library/types/{src/theme → theme}/index.d.ts +0 -0
  189. /package/library/types/{src/theme → theme}/theme.types.d.ts +0 -0
  190. /package/library/types/{src/tokens → tokens}/element-plus.tokens.d.ts +0 -0
  191. /package/library/types/{src/tokens → tokens}/index.d.ts +0 -0
  192. /package/library/types/{src/tokens → tokens}/tokens.d.ts +0 -0
  193. /package/library/types/{src/types → types}/AppendToTarget.types.d.ts +0 -0
  194. /package/library/types/{src/types → types}/Dropdown.types.d.ts +0 -0
  195. /package/library/types/{src/types → types}/Entity.types.d.ts +0 -0
  196. /package/library/types/{src/types → types}/Entry.types.d.ts +0 -0
  197. /package/library/types/{src/types → types}/ExcelParser.types.d.ts +0 -0
  198. /package/library/types/{src/types → types}/OptionAndConfig.types.d.ts +0 -0
  199. /package/library/types/{src/types → types}/Tabs.d.ts +0 -0
  200. /package/library/types/{src/types → types}/VueGeneric.types.d.ts +0 -0
  201. /package/library/types/{src/types → types}/basic.types.d.ts +0 -0
  202. /package/library/types/{src/types → types}/generic.types.d.ts +0 -0
  203. /package/library/types/{src/utils → utils}/DomHandler.d.ts +0 -0
  204. /package/library/types/{src/utils → utils}/ToastEventBus.d.ts +0 -0
  205. /package/library/types/{src/utils → utils}/UniqueComponentId.d.ts +0 -0
  206. /package/library/types/{src/utils → utils}/VcNotifyService.d.ts +0 -0
  207. /package/library/types/{src/utils → utils}/ZIndexUtils.d.ts +0 -0
  208. /package/library/types/{src/utils → utils}/excelParser/configs.d.ts +0 -0
  209. /package/library/types/{src/utils → utils}/excelParser/helper.d.ts +0 -0
  210. /package/library/types/{src/utils → utils}/excelParser/parser.d.ts +0 -0
  211. /package/library/types/{src/utils → utils}/excelParser/validations.d.ts +0 -0
  212. /package/library/types/{src/utils → utils}/helpers.d.ts +0 -0
  213. /package/library/types/{src/utils → utils}/isValidTime.d.ts +0 -0
  214. /package/library/types/{src/utils → utils}/makeDataTestAttributeValue.d.ts +0 -0
  215. /package/library/types/{src/utils → utils}/mime-types.d.ts +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voicenter-team/voicenter-ui-plus",
3
- "version": "0.4.42",
3
+ "version": "0.4.43",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "vue-tsc --declaration --emitDeclarationOnly && vite build",
@@ -1 +0,0 @@
1
- export declare const defaultMatchTypeId = 5;
File without changes
@@ -1,2 +0,0 @@
1
- declare const routersComponent: string[];
2
- export default routersComponent;
@@ -1,2 +0,0 @@
1
- declare const _default: string[];
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: string[];
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: string[];
2
- export default _default;
@@ -1,4 +0,0 @@
1
- export declare const LOGIN_PAGE_NAME = "Login Page";
2
- export declare const AUTH_UI_PAGE = "Auth Branding Page";
3
- declare const router: import("vue-router").Router;
4
- export default router;
@@ -1,7 +0,0 @@
1
- import { RouteRecordRaw } from 'vue-router';
2
- type RouteGroup = {
3
- name: string;
4
- routes: RouteRecordRaw[];
5
- };
6
- declare const routeGroups: RouteGroup[];
7
- export default routeGroups;
@@ -1,9 +0,0 @@
1
- import AxiosService from '../AxiosService';
2
- import { UserLoginRequestDataType } from './types/auth.types';
3
- declare class AuthAPIService {
4
- readonly apiService: AxiosService;
5
- constructor();
6
- loginUser(loginData: UserLoginRequestDataType): Promise<import("./types/auth.types").UserInfoType>;
7
- }
8
- declare const _default: AuthAPIService;
9
- export default _default;
@@ -1,15 +0,0 @@
1
- import AxiosService from '../AxiosService';
2
- import { TagsDataListRequestType, TagsListRequestData, UpsertTagListRequest } from './types/contents.types';
3
- declare class ContentsAPIService {
4
- readonly apiService: AxiosService;
5
- constructor();
6
- tagsList(filter: TagsListRequestData): Promise<any>;
7
- tagsMatchTypePermissions(): Promise<{
8
- TagSystemList: import("./types/contents.types").TagSystemItemType[];
9
- TagValueMatchTypeList: import("./types/contents.types").TagsMatchTypePermission[];
10
- }>;
11
- tagsDataList(reqData: TagsDataListRequestType): Promise<import("./types/contents.types").ContentsTagType[]>;
12
- upsertTagList(upsertData: UpsertTagListRequest): Promise<any>;
13
- }
14
- declare const _default: ContentsAPIService;
15
- export default _default;
@@ -1,3 +0,0 @@
1
- import { TagsDataListResponseType } from './types/contents.types';
2
- declare const _default: TagsDataListResponseType;
3
- export default _default;
@@ -1,25 +0,0 @@
1
- export type UserLoginRequestDataType = {
2
- UserPassword: string;
3
- UserEmailAddress: string;
4
- };
5
- export type UserInfoType = {
6
- account_id: number;
7
- account_language: number;
8
- user_first_name: string;
9
- user_last_name: string;
10
- user_name: string;
11
- };
12
- export type AuthTokenResponseType = {
13
- accessToken: string;
14
- accessTokenTime: number;
15
- refreshToken: string;
16
- refreshTokenTime: number;
17
- };
18
- export type UserLoginResponseType = {
19
- Status: number;
20
- Description: string;
21
- ElasticUser: string | number;
22
- UserID: number;
23
- UserInfo: UserInfoType;
24
- TokenObject: AuthTokenResponseType;
25
- };
@@ -1,69 +0,0 @@
1
- export type TagsListRequestData = {
2
- Domain: string;
3
- AccountID: number;
4
- SectionList: Array<string>;
5
- };
6
- export type TagMatchTypeModelType = {
7
- SectionList: Array<string>;
8
- TagValueMatchID?: number;
9
- TagValueMatchName?: string;
10
- TagValueMatchType?: number;
11
- TagValueMatchTypeName?: string;
12
- TagSystem?: number;
13
- };
14
- export type TagValueMatchTypeEntity = {
15
- EntityID: number;
16
- EntityName: string;
17
- };
18
- export type TagsMatchTypePermission = {
19
- TagValueMatchTypeID: number;
20
- TagValueMatchTypeName: string;
21
- TagValueMatchTypeOrder: number;
22
- TagValueMatchTypeEntityList: Array<TagValueMatchTypeEntity>;
23
- };
24
- export type TagSystemItemType = {
25
- TagSystemID: number;
26
- TagSystemName: string;
27
- };
28
- export type TagsMatchTypePermissionsResponse = {
29
- Status: number;
30
- Description: string;
31
- Data: {
32
- TagSystemList: Array<TagSystemItemType>;
33
- TagValueMatchTypeList: Array<TagsMatchTypePermission>;
34
- };
35
- };
36
- export type TagsDataListRequestType = {
37
- TagValueMatchID?: number;
38
- TagValueMatchType?: number;
39
- TagSystem?: number;
40
- };
41
- export type ContentsTagType = {
42
- Tag?: string;
43
- TagID?: number;
44
- Value?: string;
45
- TagData?: any;
46
- TagType?: number;
47
- TagSection?: number;
48
- TagSectionTag?: string;
49
- };
50
- export type TagsDataListResponseType = {
51
- Status: number;
52
- Description: string;
53
- Data: Array<ContentsTagType>;
54
- };
55
- export type UpsertTagListRequest = {
56
- IsInsertOnly: number;
57
- TagValueMatchID?: number;
58
- TagValueMatchType?: number;
59
- TagSystem?: number;
60
- SectionTagList: {
61
- [p: string]: string;
62
- };
63
- };
64
- export type LastMatchTypeDataType = {
65
- TagValueMatchTypeID?: number;
66
- TagValueMatchTypeName?: string;
67
- EntityID?: number;
68
- EntityName?: string;
69
- };
@@ -1,22 +0,0 @@
1
- import { AxiosResponse } from 'axios';
2
- export type AxiosRejectedData = {
3
- status: number;
4
- description: string;
5
- error: string;
6
- message: string;
7
- axiosResponse: AxiosResponse<any, any>;
8
- };
9
- export default class AxiosService {
10
- readonly axios: import("axios").AxiosInstance;
11
- private readonly notify;
12
- constructor(baseUrl?: string, headers?: {
13
- [key: string]: string;
14
- });
15
- getDefaultRequestConfig(originalRequest: any): any;
16
- getToken(): string | null;
17
- getAxiosResponseOnRejectedMessages(axiosError: AxiosResponse<any, any>): Promise<AxiosRejectedData>;
18
- private showNotificationErrorMessage;
19
- fetchPostData(url: string, body?: any): Promise<any>;
20
- fetchGetData(url: string): Promise<any>;
21
- logout(): Promise<void>;
22
- }
@@ -1,11 +0,0 @@
1
- export declare const storageService: {
2
- keyName: string;
3
- get(key: string): string | null;
4
- set(key: string, value: string): void;
5
- getToken(): string | null;
6
- setToken(token: string): void;
7
- hasToken(): boolean;
8
- removeToken(): void;
9
- removeKey(key: string): void;
10
- };
11
- export default storageService;
@@ -1,30 +0,0 @@
1
- import { Ref } from 'vue';
2
- import { ContentsTagType, TagMatchTypeModelType } from '../services/API/types/contents.types';
3
- export declare const getDefaultColors: () => {
4
- Tag: string;
5
- Value: string;
6
- TagData: {};
7
- TagType: number;
8
- }[];
9
- declare class AuthTagsStore {
10
- private tagsListData;
11
- private tagMatchTypeData;
12
- constructor();
13
- get tagsList(): Array<ContentsTagType>;
14
- set tagsList(arrayData: Array<ContentsTagType>);
15
- getTagsListFiltered(): ContentsTagType[];
16
- get tagMatchType(): TagMatchTypeModelType;
17
- set tagMatchType(data: TagMatchTypeModelType);
18
- get tagsListDataObject(): any;
19
- get tagsListDataRef(): Ref<ContentsTagType[]>;
20
- get tagMatchTypeRef(): Ref<TagMatchTypeModelType>;
21
- setTagsObjectToElement(element: HTMLElement): void;
22
- getSectionTagList(prefix: string): {
23
- [k: string]: string;
24
- };
25
- getExcludeKeys(): string[];
26
- clearAllData(): void;
27
- setDefaultColors(): void;
28
- }
29
- declare const _default: AuthTagsStore;
30
- export default _default;
@@ -1,31 +0,0 @@
1
- import { Ref } from 'vue';
2
- import { ContentsTagType } from '../services/API/types/contents.types';
3
- type ThemeColorType = {
4
- name: string;
5
- color: string;
6
- };
7
- declare class GlobalStore {
8
- private activeThemeState;
9
- private lastThemeState;
10
- constructor();
11
- get activeTheme(): string;
12
- set activeTheme(val: string);
13
- get prevTheme(): string;
14
- set prevTheme(val: string);
15
- get activeThemeRef(): Ref<string>;
16
- activateLastTheme(): void;
17
- setCustomTheme(colors: Array<ContentsTagType>): Promise<unknown>;
18
- toggleDarkTheme(): void;
19
- setGlobalStyleVariables(colors?: Array<ThemeColorType>): Promise<unknown>;
20
- setGlobalVarProperty(color: ThemeColorType): void;
21
- getActiveThemeColors(): {
22
- name: string;
23
- color: string;
24
- }[];
25
- getOverrideColorsByArray(colors: Array<ThemeColorType>): {
26
- name: string;
27
- color: string;
28
- }[];
29
- }
30
- declare const _default: GlobalStore;
31
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: {};
2
- export default _default;
@@ -1,241 +0,0 @@
1
- import { ObjectAnyType } from '../../../src/types/basic.types';
2
- import methodAuthTypes from './authTypes';
3
- import { BaseEntityService, BaseEntityTypeType } from '../../../src/entity';
4
- export type MethodAuthTypesType = typeof methodAuthTypes;
5
- export type ExistingEntitiesType = keyof MethodAuthTypesType;
6
- export type EntityPermissionsType = {
7
- edit: boolean;
8
- delete: boolean;
9
- };
10
- export type EntityWithPermissionsType<T extends ObjectAnyType> = T & {
11
- permissions: EntityPermissionsType;
12
- };
13
- export type UserEntityPermissionType = {
14
- ID: number;
15
- Auth: number;
16
- };
17
- export type UserEntityTypePermissionType = {
18
- [key: number]: UserEntityPermissionType;
19
- };
20
- export type MethodAuthTypeActionMethodType = {
21
- MethodPath: Readonly<string>;
22
- MethodAuthType: Readonly<Array<number> | ['None']>;
23
- MethodAuthParameter: Readonly<Array<ExistingEntitiesType>>;
24
- };
25
- export type MethodAuthTypeActionGroupKeysType = 'Add' | 'Edit' | 'View' | 'Delete';
26
- export type MethodAuthTypeActionMethodGroupType = {
27
- [key: string]: MethodAuthTypeActionMethodType;
28
- };
29
- export type MethodAuthTypeActionGroupType = {
30
- [key in MethodAuthTypeActionGroupKeysType]?: MethodAuthTypeActionMethodGroupType;
31
- };
32
- export type UserPermissionsType = {
33
- [key in ExistingEntitiesType]?: UserEntityTypePermissionType;
34
- };
35
- export type UnknownEntityWithPermissions = EntityWithPermissionsType<any>;
36
- export interface EntityTypeType extends BaseEntityTypeType<ExistingEntitiesType | string> {
37
- actions?: MethodAuthTypeActionGroupType;
38
- }
39
- export type UnwrapArray<T> = T extends Array<infer R> ? R : never;
40
- declare class CpanelEntityTypeService extends BaseEntityService<EntityTypeType> {
41
- private readonly t;
42
- constructor(entityType: EntityTypeType);
43
- get entityTypeNameAsKeyOfExistingEntityTypes(): undefined;
44
- get entityTypeLabelTranslations(): string;
45
- get entityTypeListLabelTranslations(): string;
46
- get entityTypeActions(): MethodAuthTypeActionGroupType | undefined;
47
- get entityTypeRejectedPermissions(): never[];
48
- get entityTypePermissions(): {};
49
- get entityTypeMethods(): MethodAuthTypeActionMethodGroupType;
50
- /**
51
- * Get the permissions for the specific entity
52
- */
53
- getEntityPermissions(entityId: number): any;
54
- /**
55
- * Get object of specific action methods
56
- */
57
- getEntityTypeActionMethods(actionName: MethodAuthTypeActionGroupKeysType): MethodAuthTypeActionMethodGroupType;
58
- /**
59
- * Get object of specific action method
60
- */
61
- getEntityTypeActionMethod(actionName: MethodAuthTypeActionGroupKeysType, methodName: string): MethodAuthTypeActionMethodType;
62
- /**
63
- * Get array of IDs of entityType with specific authTypes
64
- */
65
- getEntitiesIdsWithAuthLevel(authTypes: Readonly<Array<number>>): any[];
66
- /**
67
- * Check if user has permissions to at least one entity with at least one accessLevel from given list
68
- */
69
- hasAtLeastOneEntityWithAccessLevels(accessLevels: Readonly<Array<number>>): boolean;
70
- /**
71
- * Checks if user has given entity with Auth level of one of the passed
72
- */
73
- hasEntityWithAccessLevels(accessLevels: Readonly<Array<number>>, entityId: number): boolean;
74
- }
75
- export declare class CpanelEntityService extends CpanelEntityTypeService {
76
- private readonly COUNT_OF_CREATED_TO_REFRESH_BY_TYPE;
77
- private refreshEntitiesCalls;
78
- private refreshEntitiesPermissionsPromise;
79
- constructor(entityType?: EntityTypeType);
80
- mapEntityWithPermissions<Entity extends ObjectAnyType>(data: Entity): Promise<EntityWithPermissionsType<Entity>>;
81
- mapEntitiesWithPermissions<Entity extends Array<any>>(data: Entity): Promise<Array<EntityWithPermissionsType<UnwrapArray<Entity>>>>;
82
- /**
83
- * Check if user can create entityTypes
84
- *
85
- * @returns {Boolean}
86
- */
87
- canCreate(): boolean;
88
- canEdit(entityData: UnknownEntityWithPermissions): boolean;
89
- canDelete(entityData: UnknownEntityWithPermissions): boolean;
90
- /**
91
- * If user can access the section
92
- *
93
- * @returns {Boolean}
94
- */
95
- canAccess(): boolean;
96
- private checkIfCanEdit;
97
- private checkIfCanDelete;
98
- collectMissingForActionRecords(actionName: MethodAuthTypeActionGroupKeysType, entityId?: number): never[];
99
- /**
100
- * Checks if action can be performed by checking all the action methods
101
- *
102
- * @param {String} actionName
103
- * @param {Number=} entityId - if passed check is user has required permission level for this entity
104
- * in case one of the methods parameter will have same name as entityTypes name
105
- * @returns {Boolean}
106
- */
107
- canDoAction(actionName: MethodAuthTypeActionGroupKeysType, entityId?: number): boolean;
108
- getMethodParametersWithoutAccess(methodObj: MethodAuthTypeActionMethodType): never[];
109
- getMethodObject(method: MethodAuthTypeActionMethodType | string): MethodAuthTypeActionMethodType | undefined;
110
- /**
111
- * Checks if user has at least one entityTypes with required auth type from method required param entitiesTypes
112
- *
113
- * @param {Object|String} method - can be method object or JSON path to the method or method route or method name
114
- * @param {Number=} entityId - if passed check is user has required permission level for this entity
115
- * in case one of the parameter of the method will have same name as entityTypes name
116
- * @returns {Boolean}
117
- */
118
- canDoMethod(method: MethodAuthTypeActionMethodType | string, entityId?: number | undefined): boolean;
119
- /**
120
- * Refresh permissions in vue store
121
- * If fn param is passed and will return false after execution - mark this entity as 'rejected'
122
- *
123
- * @param {Object} entityObject
124
- * @param fn - the canDoAction function which caused the refreshEntityPermissions method call
125
- * @returns {Promise<void>}
126
- */
127
- refreshEntityPermissions(entityObject: any, fn?: () => boolean): Promise<void>;
128
- setEntityListPermissions(entityIdList: Array<number>): Promise<void> | Promise<number[]>;
129
- private setEntityPermissions;
130
- private setEntityTypePermissions;
131
- /**
132
- * Get the object of entities with their IDs for required action.
133
- * For example, for Sound action 'Add' will return {Account: [...]} with ids of accounts to
134
- * which sound can be assigned
135
- *
136
- * @param actionName
137
- * @returns {{}}
138
- */
139
- collectEntitiesWithPermission(actionName: MethodAuthTypeActionGroupKeysType): {};
140
- }
141
- interface PaginationReq {
142
- /** Contact's group id */
143
- Page?: number;
144
- /** Contact's group id */
145
- PerPage?: number;
146
- }
147
- interface PaginationRes {
148
- /** COUNT_OF_ITEMS_PER_PAGE */
149
- Page?: number;
150
- /** COUNT_OF_FILTERED_RECORD */
151
- Total?: number;
152
- /** CURRENT_PAGE */
153
- PerPage?: number;
154
- }
155
- export interface CpanelEntityServiceWithPaginationImplements extends CpanelEntityService {
156
- info(id: number | string): Promise<EntityWithPermissionsType<ObjectAnyType> | undefined>;
157
- list(pagination: PaginationReq, filter?: ObjectAnyType): Promise<{
158
- Data: EntityWithPermissionsType<ObjectAnyType>[];
159
- Pagination: PaginationRes;
160
- }>;
161
- }
162
- export interface CpanelEntityServiceWithoutPaginationImplements extends CpanelEntityService {
163
- info(id: number | string): Promise<EntityWithPermissionsType<ObjectAnyType> | undefined>;
164
- list(filter?: ObjectAnyType): Promise<EntityWithPermissionsType<ObjectAnyType>[]>;
165
- }
166
- export type CpanelEntityServiceImplements = CpanelEntityServiceWithPaginationImplements | CpanelEntityServiceWithoutPaginationImplements;
167
- interface AccountListFilters {
168
- /** */
169
- Status?: number[];
170
- /** */
171
- AccountID?: number[];
172
- /** Filter type for Account */
173
- isSpeedDialInherited?: number;
174
- }
175
- export interface AccountListDataWithAccountDataType {
176
- MainDID?: number;
177
- /** The Avatar ID */
178
- AvatarID?: number;
179
- /** SMS Caller ID */
180
- SMSDidId?: number;
181
- /** AccountID */
182
- AccountID?: number;
183
- /** Created At */
184
- CreatedAt?: string;
185
- /** E911 Caller ID */
186
- E911DidId?: number;
187
- /** Updated At */
188
- UpdatedAt?: string;
189
- /** AccountFax */
190
- AccountFax?: number;
191
- /** Default MOH */
192
- DefaultMOH?: string[];
193
- /** AccountCode */
194
- AccountCode?: string;
195
- /** */
196
- AccountData?: object;
197
- /** The Account Name */
198
- AccountName?: string;
199
- /** AccountEmail */
200
- AccountEmail?: string;
201
- /** AccountPhone */
202
- AccountPhone?: number;
203
- /** The Account status (1-Enabled,0-Disabled,2-Deleted) */
204
- AccountStatus?: number;
205
- /** ParentAccount */
206
- ParentAccount?: number;
207
- /** AccountLanguage */
208
- AccountLanguage?: number;
209
- /** AccountTimeZoneId */
210
- AccountTimeZoneId?: number;
211
- /** The Parent Account of this acount */
212
- ParentAccountName?: string;
213
- /** AccountDescription */
214
- AccountDescription?: string;
215
- /** AccountDialPattern id */
216
- AccountDialPattern?: number;
217
- /** LoginStatusAccount */
218
- LoginStatusAccount?: number;
219
- /** SpeedDial */
220
- SpeedDialAccountID?: number;
221
- /** The name of the language */
222
- AccountLanguageName?: string;
223
- /** The name of the timezone */
224
- AccountTimeZoneName?: string;
225
- /** The AvatarOwnerAccountID */
226
- AvatarOwnerAccountID?: number;
227
- /** Dial Authentication Type */
228
- DialAuthenticationType?: number;
229
- }
230
- declare class TestEntity extends CpanelEntityService implements CpanelEntityServiceWithoutPaginationImplements {
231
- constructor();
232
- info(id: number): Promise<EntityWithPermissionsType<{
233
- AccountName: string;
234
- AccountID: number;
235
- AccountStatus: number;
236
- }> | undefined>;
237
- list(body?: AccountListFilters): Promise<EntityWithPermissionsType<AccountListDataWithAccountDataType>[]>;
238
- testFetch(): Promise<unknown>;
239
- }
240
- declare const _default: TestEntity;
241
- export default _default;
@@ -1,66 +0,0 @@
1
- /// <reference types="highlight.js" />
2
- declare const component: import("vue").DefineComponent<{
3
- code: {
4
- type: StringConstructor;
5
- required: false;
6
- default: string;
7
- };
8
- language: {
9
- type: StringConstructor;
10
- required: false;
11
- default: string;
12
- };
13
- autodetect: {
14
- type: BooleanConstructor;
15
- required: false;
16
- default: boolean;
17
- };
18
- ignoreIllegals: {
19
- type: BooleanConstructor;
20
- required: false;
21
- default: boolean;
22
- };
23
- clearDataProps: {
24
- type: BooleanConstructor;
25
- default: boolean;
26
- };
27
- }, {
28
- defaultSlotContent: import("vue").Ref<string>;
29
- root: import("vue").Ref<HTMLDivElement | undefined>;
30
- parsedCode: import("vue").ComputedRef<string>;
31
- parseCode: (code?: string) => string;
32
- }, {
33
- hljs: import("highlight.js").HLJSApi;
34
- }, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
35
- code: {
36
- type: StringConstructor;
37
- required: false;
38
- default: string;
39
- };
40
- language: {
41
- type: StringConstructor;
42
- required: false;
43
- default: string;
44
- };
45
- autodetect: {
46
- type: BooleanConstructor;
47
- required: false;
48
- default: boolean;
49
- };
50
- ignoreIllegals: {
51
- type: BooleanConstructor;
52
- required: false;
53
- default: boolean;
54
- };
55
- clearDataProps: {
56
- type: BooleanConstructor;
57
- default: boolean;
58
- };
59
- }>>, {
60
- code: string;
61
- language: string;
62
- autodetect: boolean;
63
- ignoreIllegals: boolean;
64
- clearDataProps: boolean;
65
- }, {}>;
66
- export default component;
@@ -1,7 +0,0 @@
1
- export declare type TableKeys = Array<{
2
- key: string;
3
- name: string;
4
- }>;
5
- export declare type TableType = 'attributes' | 'methods' | 'events' | 'slots' | 'refsMethodsToCall';
6
- export declare type TableMap = Record<TableType, TableKeys>;
7
- export declare const defaultColumns: TableMap;