eco-vue-js 0.11.33 → 0.11.34
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/dist/components/Input/WInputDate.vue.d.ts +1 -1
- package/dist/components/Modal/WModalStepper.vue.d.ts +4 -4
- package/dist/components/Tabs/WTabs.vue.d.ts +4 -4
- package/dist/components/Tabs/components/TabItem.vue.d.ts +2 -2
- package/dist/main.d.ts +1 -3
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +203 -207
- package/dist/utils/ApiClient.d.ts +3 -90
- package/dist/utils/ApiClient.d.ts.map +1 -1
- package/dist/utils/ApiClient.js +15 -56
- package/package.json +1 -7
- package/dist/components/Auth/WRouteAuth.vue.d.ts +0 -22
- package/dist/components/Auth/WRouteAuth.vue.d.ts.map +0 -1
- package/dist/components/Auth/WRouteAuth.vue.js +0 -44
- package/dist/components/Auth/WRouteAuth.vue2.js +0 -5
- package/dist/components/Auth/WRouteAuthNo.vue.d.ts +0 -22
- package/dist/components/Auth/WRouteAuthNo.vue.d.ts.map +0 -1
- package/dist/components/Auth/WRouteAuthNo.vue.js +0 -56
- package/dist/components/Auth/WRouteAuthNo.vue2.js +0 -5
@@ -30,8 +30,8 @@ declare const __VLS_component: import('vue').DefineComponent<InputDateProps, {},
|
|
30
30
|
skeleton: boolean;
|
31
31
|
readonly: boolean;
|
32
32
|
disabled: boolean;
|
33
|
-
modelValue: Date;
|
34
33
|
horizontalAlign: HorizontalAlign;
|
34
|
+
modelValue: Date;
|
35
35
|
minDate: Date;
|
36
36
|
maxDate: Date;
|
37
37
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
@@ -128,7 +128,7 @@ declare function __VLS_template(): {
|
|
128
128
|
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
129
129
|
"onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
130
130
|
"onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
|
131
|
-
}>, "
|
131
|
+
}>, "errorMessage" | "hasChanges" | "validate" | "isValid" | "hasChangesMap" | "hasValue" | "hasValueMap" | "hasShown" | "hasShownMap" | "validateMap" | "invalidate" | "invalidateMap" | "initModel" | "initModelMap" | "errorMessageMap"> & import('vue').ShallowUnwrapRef<{
|
132
132
|
isValid: import('vue').ComputedRef<boolean>;
|
133
133
|
hasChanges: import('vue').Ref<boolean, boolean>;
|
134
134
|
hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
@@ -383,7 +383,7 @@ declare function __VLS_template(): {
|
|
383
383
|
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
384
384
|
"onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
385
385
|
"onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
|
386
|
-
}>, "
|
386
|
+
}>, "errorMessage" | "hasChanges" | "validate" | "isValid" | "hasChangesMap" | "hasValue" | "hasValueMap" | "hasShown" | "hasShownMap" | "validateMap" | "invalidate" | "invalidateMap" | "initModel" | "initModelMap" | "errorMessageMap"> & import('vue').ShallowUnwrapRef<{
|
387
387
|
isValid: import('vue').ComputedRef<boolean>;
|
388
388
|
hasChanges: import('vue').Ref<boolean, boolean>;
|
389
389
|
hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
@@ -683,7 +683,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
683
683
|
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
684
684
|
"onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
685
685
|
"onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
|
686
|
-
}>, "
|
686
|
+
}>, "errorMessage" | "hasChanges" | "validate" | "isValid" | "hasChangesMap" | "hasValue" | "hasValueMap" | "hasShown" | "hasShownMap" | "validateMap" | "invalidate" | "invalidateMap" | "initModel" | "initModelMap" | "errorMessageMap"> & import('vue').ShallowUnwrapRef<{
|
687
687
|
isValid: import('vue').ComputedRef<boolean>;
|
688
688
|
hasChanges: import('vue').Ref<boolean, boolean>;
|
689
689
|
hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
@@ -938,7 +938,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
938
938
|
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
939
939
|
"onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
940
940
|
"onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
|
941
|
-
}>, "
|
941
|
+
}>, "errorMessage" | "hasChanges" | "validate" | "isValid" | "hasChangesMap" | "hasValue" | "hasValueMap" | "hasShown" | "hasShownMap" | "validateMap" | "invalidate" | "invalidateMap" | "initModel" | "initModelMap" | "errorMessageMap"> & import('vue').ShallowUnwrapRef<{
|
942
942
|
isValid: import('vue').ComputedRef<boolean>;
|
943
943
|
hasChanges: import('vue').Ref<boolean, boolean>;
|
944
944
|
hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
@@ -93,7 +93,7 @@ declare function __VLS_template(): {
|
|
93
93
|
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
94
94
|
"onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
95
95
|
"onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
|
96
|
-
}>, "
|
96
|
+
}>, "errorMessage" | "hasChanges" | "validate" | "isValid" | "hasChangesMap" | "hasValue" | "hasValueMap" | "hasShown" | "hasShownMap" | "validateMap" | "invalidate" | "invalidateMap" | "initModel" | "initModelMap" | "errorMessageMap"> & import('vue').ShallowUnwrapRef<{
|
97
97
|
isValid: import('vue').ComputedRef<boolean>;
|
98
98
|
hasChanges: import('vue').Ref<boolean, boolean>;
|
99
99
|
hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
@@ -348,7 +348,7 @@ declare function __VLS_template(): {
|
|
348
348
|
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
349
349
|
"onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
350
350
|
"onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
|
351
|
-
}>, "
|
351
|
+
}>, "errorMessage" | "hasChanges" | "validate" | "isValid" | "hasChangesMap" | "hasValue" | "hasValueMap" | "hasShown" | "hasShownMap" | "validateMap" | "invalidate" | "invalidateMap" | "initModel" | "initModelMap" | "errorMessageMap"> & import('vue').ShallowUnwrapRef<{
|
352
352
|
isValid: import('vue').ComputedRef<boolean>;
|
353
353
|
hasChanges: import('vue').Ref<boolean, boolean>;
|
354
354
|
hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
@@ -549,7 +549,7 @@ declare const __VLS_component: import('vue').DefineComponent<TabsProps, {
|
|
549
549
|
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
550
550
|
"onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
551
551
|
"onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
|
552
|
-
}>, "
|
552
|
+
}>, "errorMessage" | "hasChanges" | "validate" | "isValid" | "hasChangesMap" | "hasValue" | "hasValueMap" | "hasShown" | "hasShownMap" | "validateMap" | "invalidate" | "invalidateMap" | "initModel" | "initModelMap" | "errorMessageMap"> & import('vue').ShallowUnwrapRef<{
|
553
553
|
isValid: import('vue').ComputedRef<boolean>;
|
554
554
|
hasChanges: import('vue').Ref<boolean, boolean>;
|
555
555
|
hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
@@ -804,7 +804,7 @@ declare const __VLS_component: import('vue').DefineComponent<TabsProps, {
|
|
804
804
|
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
805
805
|
"onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
806
806
|
"onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
|
807
|
-
}>, "
|
807
|
+
}>, "errorMessage" | "hasChanges" | "validate" | "isValid" | "hasChangesMap" | "hasValue" | "hasValueMap" | "hasShown" | "hasShownMap" | "validateMap" | "invalidate" | "invalidateMap" | "initModel" | "initModelMap" | "errorMessageMap"> & import('vue').ShallowUnwrapRef<{
|
808
808
|
isValid: import('vue').ComputedRef<boolean>;
|
809
809
|
hasChanges: import('vue').Ref<boolean, boolean>;
|
810
810
|
hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
@@ -96,7 +96,7 @@ declare function __VLS_template(): {
|
|
96
96
|
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
97
97
|
"onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
98
98
|
"onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
|
99
|
-
}>, "
|
99
|
+
}>, "errorMessage" | "hasChanges" | "validate" | "isValid" | "hasChangesMap" | "hasValue" | "hasValueMap" | "hasShown" | "hasShownMap" | "validateMap" | "invalidate" | "invalidateMap" | "initModel" | "initModelMap" | "errorMessageMap"> & import('vue').ShallowUnwrapRef<{
|
100
100
|
isValid: import('vue').ComputedRef<boolean>;
|
101
101
|
hasChanges: import('vue').Ref<boolean, boolean>;
|
102
102
|
hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
@@ -218,7 +218,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
218
218
|
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
219
219
|
"onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
220
220
|
"onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
|
221
|
-
}>, "
|
221
|
+
}>, "errorMessage" | "hasChanges" | "validate" | "isValid" | "hasChangesMap" | "hasValue" | "hasValueMap" | "hasShown" | "hasShownMap" | "validateMap" | "invalidate" | "invalidateMap" | "initModel" | "initModelMap" | "errorMessageMap"> & import('vue').ShallowUnwrapRef<{
|
222
222
|
isValid: import('vue').ComputedRef<boolean>;
|
223
223
|
hasChanges: import('vue').Ref<boolean, boolean>;
|
224
224
|
hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
package/dist/main.d.ts
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
import { App } from 'vue';
|
2
2
|
import { default as WActionsBar } from './components/ActionsBar/WActionsBar.vue';
|
3
3
|
import { default as WActionsBarFilter } from './components/ActionsBar/WActionsBarFilter.vue';
|
4
|
-
import { default as WRouteAuth } from './components/Auth/WRouteAuth.vue';
|
5
|
-
import { default as WRouteAuthNo } from './components/Auth/WRouteAuthNo.vue';
|
6
4
|
import { default as WBottomSheet } from './components/BottomSheet/WBottomSheet.vue';
|
7
5
|
import { default as WButton } from './components/Button/WButton.vue';
|
8
6
|
import { default as WButtonAction } from './components/Button/WButtonAction.vue';
|
@@ -222,5 +220,5 @@ declare const _default: {
|
|
222
220
|
install: (app: App | any) => void;
|
223
221
|
};
|
224
222
|
export default _default;
|
225
|
-
export { WActionsBar, WActionsBarFilter,
|
223
|
+
export { WActionsBar, WActionsBarFilter, WBottomSheet, WButton, WButtonAction, WButtonCopy, WButtonDropdown, WButtonGroup, WButtonInput, WButtonMore, WButtonMoreItem, WButtonSelection, WButtonSelectionAction, WButtonSelectionState, WButtonTab, WButtonUnselect, WChartLine, WChartLinear, WCheckbox, WCheckboxGroup, WCheckboxGroupMultiple, WChip, WClickOutside, WCounter, WDatePicker, WDatePickerSingle, WDismissable, WDragContainer, WDropdown, WDropdownMenu, WEmptyComponent, WExpansion, WExpansionItem, WFieldWrapper, WFilePicker, WFilterWrapper, WForm, WFormValidator, WFormAsyncButtonGroup, WFormAsyncCheckboxGroup, WFormAsyncInput, WFormAsyncSelect, WFormAsyncSelectInfiniteSingle, WFormAsyncSelectSingle, WFormAsyncSelectStringified, WFormAsyncToggle, WHeaderBar, WHeaderBarSearch, WImageViewer, WInfiniteList, WInfiniteListScrollingElement, WInfiniteListWrapper, WInfoCard, WInfoCardNegative, WInput, WInputAsync, WInputDate, WInputOptions, WInputSuggest, WInputToolbarButton, WLink, WLinkArrow, WList, WListCard, WListCardField, WListFilter, WListHeader, WListHeaderItem, WMenuItem, WModal, WModalExport, WModalExportSimple, WModalImport, WModalStepper, WModalWrapper, WNavBar, WNavItem, WNavItemExpand, WNavItemTransition, WNotify, WNumberFormatter, WPage, WPageBreadcrumbs, WPageNumerator, WPageTitle, WProgress, WProgressStriped, WRouterLink, WSelect, WSelectAsync, WSelectAsyncList, WSelectAsyncSingle, WSelectSingle, WSelectStringified, WShine, WShineEffect, WSkeleton, WSpinner, WStatusIcon, WTabs, WTabsColumns, WTabsItem, WToggle, WToggleTheme, WTooltip, WTooltipContainer, };
|
226
224
|
//# sourceMappingURL=main.d.ts.map
|
package/dist/main.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../src/main.ts"],"names":[],"mappings":"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"}
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../src/main.ts"],"names":[],"mappings":"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"}
|
package/dist/main.js
CHANGED
@@ -1,111 +1,109 @@
|
|
1
1
|
import _sfc_main from './components/ActionsBar/WActionsBar.vue.js';
|
2
2
|
import _sfc_main$1 from './components/ActionsBar/WActionsBarFilter.vue.js';
|
3
|
-
import _sfc_main$2 from './components/
|
4
|
-
import _sfc_main$3 from './components/
|
5
|
-
import _sfc_main$4 from './components/
|
6
|
-
import _sfc_main$5 from './components/Button/
|
7
|
-
import _sfc_main$6 from './components/Button/
|
8
|
-
import _sfc_main$7 from './components/Button/
|
9
|
-
import _sfc_main$8 from './components/Button/
|
10
|
-
import _sfc_main$9 from './components/Button/
|
11
|
-
import _sfc_main$a from './components/Button/
|
12
|
-
import _sfc_main$b from './components/Button/
|
13
|
-
import _sfc_main$c from './components/Button/
|
14
|
-
import _sfc_main$d from './components/Button/
|
15
|
-
import _sfc_main$e from './components/Button/
|
16
|
-
import _sfc_main$f from './components/Button/
|
17
|
-
import _sfc_main$g from './components/
|
18
|
-
import _sfc_main$h from './components/
|
19
|
-
import _sfc_main$i from './components/
|
20
|
-
import _sfc_main$j from './components/
|
21
|
-
import _sfc_main$k from './components/Checkbox/
|
22
|
-
import _sfc_main$l from './components/
|
23
|
-
import _sfc_main$m from './components/
|
24
|
-
import _sfc_main$n from './components/
|
25
|
-
import _sfc_main$o from './components/
|
26
|
-
import _sfc_main$p from './components/
|
27
|
-
import _sfc_main$q from './components/
|
28
|
-
import _sfc_main$r from './components/
|
29
|
-
import _sfc_main$s from './components/
|
30
|
-
import _sfc_main$t from './components/
|
31
|
-
import _sfc_main$u from './components/
|
32
|
-
import _sfc_main$v from './components/
|
33
|
-
import _sfc_main$w from './components/
|
34
|
-
import _sfc_main$x from './components/
|
35
|
-
import _sfc_main$y from './components/
|
36
|
-
import _sfc_main$z from './components/
|
37
|
-
import _sfc_main$A from './components/
|
38
|
-
import _sfc_main$B from './components/
|
39
|
-
import _sfc_main$C from './components/
|
40
|
-
import _sfc_main$D from './components/
|
41
|
-
import _sfc_main$E from './components/FormAsync/
|
42
|
-
import _sfc_main$F from './components/FormAsync/
|
43
|
-
import _sfc_main$G from './components/FormAsync/
|
44
|
-
import _sfc_main$H from './components/FormAsync/
|
45
|
-
import _sfc_main$I from './components/FormAsync/
|
46
|
-
import _sfc_main$J from './components/FormAsync/
|
47
|
-
import _sfc_main$K from './components/
|
48
|
-
import _sfc_main$L from './components/
|
49
|
-
import _sfc_main$M from './components/
|
50
|
-
import _sfc_main$N from './components/
|
51
|
-
import _sfc_main$O from './components/
|
52
|
-
import _sfc_main$P from './components/InfiniteList/
|
53
|
-
import _sfc_main$Q from './components/
|
54
|
-
import _sfc_main$R from './components/
|
55
|
-
import _sfc_main$S from './components/
|
56
|
-
import _sfc_main$T from './components/
|
57
|
-
import _sfc_main$U from './components/Input/
|
58
|
-
import _sfc_main$V from './components/Input/
|
59
|
-
import _sfc_main$W from './components/Input/
|
60
|
-
import _sfc_main$X from './components/Input/
|
61
|
-
import _sfc_main$Y from './components/
|
62
|
-
import _sfc_main$Z from './components/
|
63
|
-
import _sfc_main$_ from './components/
|
64
|
-
import _sfc_main$$ from './components/
|
65
|
-
import _sfc_main$10 from './components/List/
|
66
|
-
import _sfc_main$11 from './components/List/
|
67
|
-
import _sfc_main$12 from './components/List/
|
68
|
-
import _sfc_main$13 from './components/List/
|
69
|
-
import _sfc_main$14 from './components/
|
70
|
-
import _sfc_main$15 from './components/
|
71
|
-
import _sfc_main$16 from './components/
|
72
|
-
import _sfc_main$17 from './components/Modal/
|
73
|
-
import _sfc_main$18 from './components/Modal/
|
74
|
-
import _sfc_main$19 from './components/Modal/
|
75
|
-
import _sfc_main$1a from './components/Modal/
|
76
|
-
import _sfc_main$1b from './components/
|
77
|
-
import _sfc_main$1c from './components/
|
78
|
-
import _sfc_main$1d from './components/Nav/
|
79
|
-
import _sfc_main$1e from './components/Nav/WNavItem.vue.js';
|
80
|
-
import _sfc_main$1f from './components/Nav/WNavItemExpand.vue.js';
|
3
|
+
import _sfc_main$2 from './components/BottomSheet/WBottomSheet.vue.js';
|
4
|
+
import _sfc_main$3 from './components/Button/WButton.vue.js';
|
5
|
+
import _sfc_main$4 from './components/Button/WButtonAction.vue.js';
|
6
|
+
import _sfc_main$5 from './components/Button/WButtonCopy.vue.js';
|
7
|
+
import _sfc_main$6 from './components/Button/WButtonDropdown.vue.js';
|
8
|
+
import _sfc_main$7 from './components/Button/WButtonGroup.vue.js';
|
9
|
+
import _sfc_main$8 from './components/Button/WButtonInput.vue.js';
|
10
|
+
import _sfc_main$9 from './components/Button/WButtonMore.vue.js';
|
11
|
+
import _sfc_main$a from './components/Button/WButtonMoreItem.vue.js';
|
12
|
+
import _sfc_main$b from './components/Button/WButtonSelection.vue.js';
|
13
|
+
import _sfc_main$c from './components/Button/WButtonSelectionAction.vue.js';
|
14
|
+
import _sfc_main$d from './components/Button/WButtonSelectionState.vue.js';
|
15
|
+
import _sfc_main$e from './components/Button/WButtonTab.vue.js';
|
16
|
+
import _sfc_main$f from './components/Button/WButtonUnselect.vue.js';
|
17
|
+
import _sfc_main$g from './components/Chart/WChartLine.vue.js';
|
18
|
+
import _sfc_main$h from './components/Chart/WChartLinear.vue.js';
|
19
|
+
import _sfc_main$i from './components/Checkbox/WCheckbox.vue.js';
|
20
|
+
import _sfc_main$j from './components/Checkbox/WCheckboxGroup.vue.js';
|
21
|
+
import _sfc_main$k from './components/Checkbox/WCheckboxGroupMultiple.vue.js';
|
22
|
+
import _sfc_main$l from './components/Chip/WChip.vue.js';
|
23
|
+
import _sfc_main$m from './components/ClickOutside/WClickOutside.vue.js';
|
24
|
+
import _sfc_main$n from './components/Counter/WCounter.vue.js';
|
25
|
+
import _sfc_main$o from './components/DatePicker/WDatePicker.vue.js';
|
26
|
+
import _sfc_main$p from './components/DatePicker/WDatePickerSingle.vue.js';
|
27
|
+
import _sfc_main$q from './components/Dismissable/WDismissable.vue.js';
|
28
|
+
import _sfc_main$r from './components/DragContainer/WDragContainer.vue.js';
|
29
|
+
import _sfc_main$s from './components/Dropdown/WDropdown.vue.js';
|
30
|
+
import _sfc_main$t from './components/DropdownMenu/WDropdownMenu.vue.js';
|
31
|
+
import _sfc_main$u from './components/EmptyComponent/WEmptyComponent.vue.js';
|
32
|
+
import _sfc_main$v from './components/Expansion/WExpansion.vue.js';
|
33
|
+
import _sfc_main$w from './components/Expansion/WExpansionItem.vue.js';
|
34
|
+
import _sfc_main$x from './components/FieldWrapper/WFieldWrapper.vue.js';
|
35
|
+
import _sfc_main$y from './components/FilePicker/WFilePicker.vue.js';
|
36
|
+
import _sfc_main$z from './components/FilterWrapper/WFilterWrapper.vue.js';
|
37
|
+
import _sfc_main$A from './components/Form/WForm.vue.js';
|
38
|
+
import _sfc_main$B from './components/Form/WFormValidator.vue.js';
|
39
|
+
import _sfc_main$C from './components/FormAsync/WFormAsyncButtonGroup.vue.js';
|
40
|
+
import _sfc_main$D from './components/FormAsync/WFormAsyncCheckboxGroup.vue.js';
|
41
|
+
import _sfc_main$E from './components/FormAsync/WFormAsyncInput.vue.js';
|
42
|
+
import _sfc_main$F from './components/FormAsync/WFormAsyncSelect.vue.js';
|
43
|
+
import _sfc_main$G from './components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.js';
|
44
|
+
import _sfc_main$H from './components/FormAsync/WFormAsyncSelectSingle.vue.js';
|
45
|
+
import _sfc_main$I from './components/FormAsync/WFormAsyncSelectStringified.vue.js';
|
46
|
+
import _sfc_main$J from './components/FormAsync/WFormAsyncToggle.vue.js';
|
47
|
+
import _sfc_main$K from './components/HeaderBar/WHeaderBar.vue.js';
|
48
|
+
import _sfc_main$L from './components/HeaderBar/WHeaderBarSearch.vue.js';
|
49
|
+
import _sfc_main$M from './components/ImageViewer/WImageViewer.vue.js';
|
50
|
+
import _sfc_main$N from './components/InfiniteList/WInfiniteList.vue.js';
|
51
|
+
import _sfc_main$O from './components/InfiniteList/WInfiniteListScrollingElement.vue.js';
|
52
|
+
import _sfc_main$P from './components/InfiniteList/WInfiniteListWrapper.vue.js';
|
53
|
+
import _sfc_main$Q from './components/InfoCard/WInfoCard.vue.js';
|
54
|
+
import _sfc_main$R from './components/InfoCard/WInfoCardNegative.vue.js';
|
55
|
+
import _sfc_main$S from './components/Input/WInput.vue.js';
|
56
|
+
import _sfc_main$T from './components/Input/WInputAsync.vue.js';
|
57
|
+
import _sfc_main$U from './components/Input/WInputDate.vue.js';
|
58
|
+
import _sfc_main$V from './components/Input/WInputOptions.vue.js';
|
59
|
+
import _sfc_main$W from './components/Input/WInputSuggest.vue.js';
|
60
|
+
import _sfc_main$X from './components/Input/WInputToolbarButton.vue.js';
|
61
|
+
import _sfc_main$Y from './components/Link/WLink.vue.js';
|
62
|
+
import _sfc_main$Z from './components/Link/WLinkArrow.vue.js';
|
63
|
+
import _sfc_main$_ from './components/List/WList.vue.js';
|
64
|
+
import _sfc_main$$ from './components/List/WListCard.vue.js';
|
65
|
+
import _sfc_main$10 from './components/List/WListCardField.vue.js';
|
66
|
+
import _sfc_main$11 from './components/List/WListFilter.vue.js';
|
67
|
+
import _sfc_main$12 from './components/List/WListHeader.vue.js';
|
68
|
+
import _sfc_main$13 from './components/List/WListHeaderItem.vue.js';
|
69
|
+
import _sfc_main$14 from './components/MenuItem/WMenuItem.vue.js';
|
70
|
+
import _sfc_main$15 from './components/Modal/WModal.vue.js';
|
71
|
+
import _sfc_main$16 from './components/Modal/WModalExport.vue.js';
|
72
|
+
import _sfc_main$17 from './components/Modal/WModalExportSimple.vue.js';
|
73
|
+
import _sfc_main$18 from './components/Modal/WModalImport.vue.js';
|
74
|
+
import _sfc_main$19 from './components/Modal/WModalStepper.vue.js';
|
75
|
+
import _sfc_main$1a from './components/Modal/WModalWrapper.vue.js';
|
76
|
+
import _sfc_main$1b from './components/Nav/WNavBar.vue.js';
|
77
|
+
import _sfc_main$1c from './components/Nav/WNavItem.vue.js';
|
78
|
+
import _sfc_main$1d from './components/Nav/WNavItemExpand.vue.js';
|
81
79
|
import WNavItemTransition from './components/Nav/WNavItemTransition.vue.js';
|
82
|
-
import _sfc_main$
|
83
|
-
import _sfc_main$
|
84
|
-
import _sfc_main$
|
85
|
-
import _sfc_main$
|
80
|
+
import _sfc_main$1e from './components/Notify/WNotify.vue.js';
|
81
|
+
import _sfc_main$1f from './components/NumberFormatter/WNumberFormatter.vue.js';
|
82
|
+
import _sfc_main$1g from './components/Page/WPage.vue.js';
|
83
|
+
import _sfc_main$1h from './components/Page/WPageBreadcrumbs.vue.js';
|
86
84
|
import WPageNumerator from './components/Page/WPageNumerator.vue.js';
|
87
|
-
import _sfc_main$
|
88
|
-
import _sfc_main$
|
89
|
-
import _sfc_main$
|
90
|
-
import _sfc_main$
|
91
|
-
import _sfc_main$
|
92
|
-
import _sfc_main$
|
93
|
-
import _sfc_main$
|
94
|
-
import _sfc_main$
|
95
|
-
import _sfc_main$
|
96
|
-
import _sfc_main$
|
97
|
-
import _sfc_main$
|
98
|
-
import _sfc_main$
|
99
|
-
import _sfc_main$
|
85
|
+
import _sfc_main$1i from './components/Page/WPageTitle.vue.js';
|
86
|
+
import _sfc_main$1j from './components/Progress/WProgress.vue.js';
|
87
|
+
import _sfc_main$1k from './components/Progress/WProgressStriped.vue.js';
|
88
|
+
import _sfc_main$1l from './components/RouterLink/WRouterLink.vue.js';
|
89
|
+
import _sfc_main$1m from './components/Select/WSelect.vue.js';
|
90
|
+
import _sfc_main$1n from './components/Select/WSelectAsync.vue.js';
|
91
|
+
import _sfc_main$1o from './components/Select/WSelectAsyncList.vue.js';
|
92
|
+
import _sfc_main$1p from './components/Select/WSelectAsyncSingle.vue.js';
|
93
|
+
import _sfc_main$1q from './components/Select/WSelectSingle.vue.js';
|
94
|
+
import _sfc_main$1r from './components/Select/WSelectStringified.vue.js';
|
95
|
+
import _sfc_main$1s from './components/Shine/WShine.vue.js';
|
96
|
+
import _sfc_main$1t from './components/Shine/WShineEffect.vue.js';
|
97
|
+
import _sfc_main$1u from './components/Skeleton/WSkeleton.vue.js';
|
100
98
|
import WSpinner from './components/Spinner/WSpinner.vue.js';
|
101
|
-
import _sfc_main$
|
102
|
-
import _sfc_main$
|
103
|
-
import _sfc_main$
|
104
|
-
import _sfc_main$
|
105
|
-
import _sfc_main$
|
106
|
-
import _sfc_main$
|
107
|
-
import _sfc_main$
|
108
|
-
import _sfc_main$
|
99
|
+
import _sfc_main$1v from './components/Status/WStatusIcon.vue.js';
|
100
|
+
import _sfc_main$1w from './components/Tabs/WTabs.vue.js';
|
101
|
+
import _sfc_main$1x from './components/Tabs/WTabsColumns.vue.js';
|
102
|
+
import _sfc_main$1y from './components/Tabs/WTabsItem.vue.js';
|
103
|
+
import _sfc_main$1z from './components/Toggle/WToggle.vue.js';
|
104
|
+
import _sfc_main$1A from './components/Toggle/WToggleTheme.vue.js';
|
105
|
+
import _sfc_main$1B from './components/Tooltip/WTooltip.vue.js';
|
106
|
+
import _sfc_main$1C from './components/Tooltip/WTooltipContainer.vue.js';
|
109
107
|
export { ApiClientInstance, getURLParams } from './utils/ApiClient.js';
|
110
108
|
export { DOMListenerContainer } from './utils/DOMListenerContainer.js';
|
111
109
|
export { HorizontalAlign } from './utils/HorizontalAlign.js';
|
@@ -224,113 +222,111 @@ const main = {
|
|
224
222
|
install: (app) => {
|
225
223
|
app.component("WActionsBar", _sfc_main);
|
226
224
|
app.component("WActionsBarFilter", _sfc_main$1);
|
227
|
-
app.component("
|
228
|
-
app.component("
|
229
|
-
app.component("
|
230
|
-
app.component("
|
231
|
-
app.component("
|
232
|
-
app.component("
|
233
|
-
app.component("
|
234
|
-
app.component("
|
235
|
-
app.component("
|
236
|
-
app.component("
|
237
|
-
app.component("
|
238
|
-
app.component("
|
239
|
-
app.component("
|
240
|
-
app.component("
|
241
|
-
app.component("
|
242
|
-
app.component("
|
243
|
-
app.component("
|
244
|
-
app.component("
|
245
|
-
app.component("
|
246
|
-
app.component("
|
247
|
-
app.component("
|
248
|
-
app.component("
|
249
|
-
app.component("
|
250
|
-
app.component("
|
251
|
-
app.component("
|
252
|
-
app.component("
|
253
|
-
app.component("
|
254
|
-
app.component("
|
255
|
-
app.component("
|
256
|
-
app.component("
|
257
|
-
app.component("
|
258
|
-
app.component("
|
259
|
-
app.component("
|
260
|
-
app.component("
|
261
|
-
app.component("
|
262
|
-
app.component("
|
263
|
-
app.component("
|
264
|
-
app.component("
|
265
|
-
app.component("
|
266
|
-
app.component("
|
267
|
-
app.component("
|
268
|
-
app.component("
|
269
|
-
app.component("
|
270
|
-
app.component("
|
271
|
-
app.component("
|
272
|
-
app.component("
|
273
|
-
app.component("
|
274
|
-
app.component("
|
275
|
-
app.component("
|
276
|
-
app.component("
|
277
|
-
app.component("
|
278
|
-
app.component("
|
279
|
-
app.component("
|
280
|
-
app.component("
|
281
|
-
app.component("
|
282
|
-
app.component("
|
283
|
-
app.component("
|
284
|
-
app.component("
|
285
|
-
app.component("
|
286
|
-
app.component("
|
287
|
-
app.component("
|
288
|
-
app.component("
|
289
|
-
app.component("
|
290
|
-
app.component("
|
291
|
-
app.component("
|
292
|
-
app.component("
|
293
|
-
app.component("
|
294
|
-
app.component("
|
295
|
-
app.component("
|
296
|
-
app.component("
|
297
|
-
app.component("
|
298
|
-
app.component("
|
299
|
-
app.component("
|
300
|
-
app.component("
|
301
|
-
app.component("
|
302
|
-
app.component("
|
303
|
-
app.component("WNavItem", _sfc_main$1e);
|
304
|
-
app.component("WNavItemExpand", _sfc_main$1f);
|
225
|
+
app.component("WBottomSheet", _sfc_main$2);
|
226
|
+
app.component("WButton", _sfc_main$3);
|
227
|
+
app.component("WButtonAction", _sfc_main$4);
|
228
|
+
app.component("WButtonCopy", _sfc_main$5);
|
229
|
+
app.component("WButtonDropdown", _sfc_main$6);
|
230
|
+
app.component("WButtonGroup", _sfc_main$7);
|
231
|
+
app.component("WButtonInput", _sfc_main$8);
|
232
|
+
app.component("WButtonMore", _sfc_main$9);
|
233
|
+
app.component("WButtonMoreItem", _sfc_main$a);
|
234
|
+
app.component("WButtonSelection", _sfc_main$b);
|
235
|
+
app.component("WButtonSelectionAction", _sfc_main$c);
|
236
|
+
app.component("WButtonSelectionState", _sfc_main$d);
|
237
|
+
app.component("WButtonTab", _sfc_main$e);
|
238
|
+
app.component("WButtonUnselect", _sfc_main$f);
|
239
|
+
app.component("WChartLine", _sfc_main$g);
|
240
|
+
app.component("WChartLinear", _sfc_main$h);
|
241
|
+
app.component("WCheckbox", _sfc_main$i);
|
242
|
+
app.component("WCheckboxGroup", _sfc_main$j);
|
243
|
+
app.component("WCheckboxGroupMultiple", _sfc_main$k);
|
244
|
+
app.component("WChip", _sfc_main$l);
|
245
|
+
app.component("WClickOutside", _sfc_main$m);
|
246
|
+
app.component("WCounter", _sfc_main$n);
|
247
|
+
app.component("WDatePicker", _sfc_main$o);
|
248
|
+
app.component("WDatePickerSingle", _sfc_main$p);
|
249
|
+
app.component("WDismissable", _sfc_main$q);
|
250
|
+
app.component("WDragContainer", _sfc_main$r);
|
251
|
+
app.component("WDropdown", _sfc_main$s);
|
252
|
+
app.component("WDropdownMenu", _sfc_main$t);
|
253
|
+
app.component("WEmptyComponent", _sfc_main$u);
|
254
|
+
app.component("WExpansion", _sfc_main$v);
|
255
|
+
app.component("WExpansionItem", _sfc_main$w);
|
256
|
+
app.component("WFieldWrapper", _sfc_main$x);
|
257
|
+
app.component("WFilePicker", _sfc_main$y);
|
258
|
+
app.component("WFilterWrapper", _sfc_main$z);
|
259
|
+
app.component("WForm", _sfc_main$A);
|
260
|
+
app.component("WFormValidator", _sfc_main$B);
|
261
|
+
app.component("WFormAsyncButtonGroup", _sfc_main$C);
|
262
|
+
app.component("WFormAsyncCheckboxGroup", _sfc_main$D);
|
263
|
+
app.component("WFormAsyncInput", _sfc_main$E);
|
264
|
+
app.component("WFormAsyncSelect", _sfc_main$F);
|
265
|
+
app.component("WFormAsyncSelectInfiniteSingle", _sfc_main$G);
|
266
|
+
app.component("WFormAsyncSelectSingle", _sfc_main$H);
|
267
|
+
app.component("WFormAsyncSelectStringified", _sfc_main$I);
|
268
|
+
app.component("WFormAsyncToggle", _sfc_main$J);
|
269
|
+
app.component("WHeaderBar", _sfc_main$K);
|
270
|
+
app.component("WHeaderBarSearch", _sfc_main$L);
|
271
|
+
app.component("WImageViewer", _sfc_main$M);
|
272
|
+
app.component("WInfiniteList", _sfc_main$N);
|
273
|
+
app.component("WInfiniteListScrollingElement", _sfc_main$O);
|
274
|
+
app.component("WInfiniteListWrapper", _sfc_main$P);
|
275
|
+
app.component("WInfoCard", _sfc_main$Q);
|
276
|
+
app.component("WInfoCardNegative", _sfc_main$R);
|
277
|
+
app.component("WInput", _sfc_main$S);
|
278
|
+
app.component("WInputAsync", _sfc_main$T);
|
279
|
+
app.component("WInputDate", _sfc_main$U);
|
280
|
+
app.component("WInputOptions", _sfc_main$V);
|
281
|
+
app.component("WInputSuggest", _sfc_main$W);
|
282
|
+
app.component("WInputToolbarButton", _sfc_main$X);
|
283
|
+
app.component("WLink", _sfc_main$Y);
|
284
|
+
app.component("WLinkArrow", _sfc_main$Z);
|
285
|
+
app.component("WList", _sfc_main$_);
|
286
|
+
app.component("WListCard", _sfc_main$$);
|
287
|
+
app.component("WListCardField", _sfc_main$10);
|
288
|
+
app.component("WListFilter", _sfc_main$11);
|
289
|
+
app.component("WListHeader", _sfc_main$12);
|
290
|
+
app.component("WListHeaderItem", _sfc_main$13);
|
291
|
+
app.component("WMenuItem", _sfc_main$14);
|
292
|
+
app.component("WModal", _sfc_main$15);
|
293
|
+
app.component("WModalExport", _sfc_main$16);
|
294
|
+
app.component("WModalExportSimple", _sfc_main$17);
|
295
|
+
app.component("WModalImport", _sfc_main$18);
|
296
|
+
app.component("WModalStepper", _sfc_main$19);
|
297
|
+
app.component("WModalWrapper", _sfc_main$1a);
|
298
|
+
app.component("WNavBar", _sfc_main$1b);
|
299
|
+
app.component("WNavItem", _sfc_main$1c);
|
300
|
+
app.component("WNavItemExpand", _sfc_main$1d);
|
305
301
|
app.component("WNavItemTransition", WNavItemTransition);
|
306
|
-
app.component("WNotify", _sfc_main$
|
307
|
-
app.component("WNumberFormatter", _sfc_main$
|
308
|
-
app.component("WPage", _sfc_main$
|
309
|
-
app.component("WPageBreadcrumbs", _sfc_main$
|
302
|
+
app.component("WNotify", _sfc_main$1e);
|
303
|
+
app.component("WNumberFormatter", _sfc_main$1f);
|
304
|
+
app.component("WPage", _sfc_main$1g);
|
305
|
+
app.component("WPageBreadcrumbs", _sfc_main$1h);
|
310
306
|
app.component("WPageNumerator", WPageNumerator);
|
311
|
-
app.component("WPageTitle", _sfc_main$
|
312
|
-
app.component("WProgress", _sfc_main$
|
313
|
-
app.component("WProgressStriped", _sfc_main$
|
314
|
-
app.component("WRouterLink", _sfc_main$
|
315
|
-
app.component("WSelect", _sfc_main$
|
316
|
-
app.component("WSelectAsync", _sfc_main$
|
317
|
-
app.component("WSelectAsyncList", _sfc_main$
|
318
|
-
app.component("WSelectAsyncSingle", _sfc_main$
|
319
|
-
app.component("WSelectSingle", _sfc_main$
|
320
|
-
app.component("WSelectStringified", _sfc_main$
|
321
|
-
app.component("WShine", _sfc_main$
|
322
|
-
app.component("WShineEffect", _sfc_main$
|
323
|
-
app.component("WSkeleton", _sfc_main$
|
307
|
+
app.component("WPageTitle", _sfc_main$1i);
|
308
|
+
app.component("WProgress", _sfc_main$1j);
|
309
|
+
app.component("WProgressStriped", _sfc_main$1k);
|
310
|
+
app.component("WRouterLink", _sfc_main$1l);
|
311
|
+
app.component("WSelect", _sfc_main$1m);
|
312
|
+
app.component("WSelectAsync", _sfc_main$1n);
|
313
|
+
app.component("WSelectAsyncList", _sfc_main$1o);
|
314
|
+
app.component("WSelectAsyncSingle", _sfc_main$1p);
|
315
|
+
app.component("WSelectSingle", _sfc_main$1q);
|
316
|
+
app.component("WSelectStringified", _sfc_main$1r);
|
317
|
+
app.component("WShine", _sfc_main$1s);
|
318
|
+
app.component("WShineEffect", _sfc_main$1t);
|
319
|
+
app.component("WSkeleton", _sfc_main$1u);
|
324
320
|
app.component("WSpinner", WSpinner);
|
325
|
-
app.component("WStatusIcon", _sfc_main$
|
326
|
-
app.component("WTabs", _sfc_main$
|
327
|
-
app.component("WTabsColumns", _sfc_main$
|
328
|
-
app.component("WTabsItem", _sfc_main$
|
329
|
-
app.component("WToggle", _sfc_main$
|
330
|
-
app.component("WToggleTheme", _sfc_main$
|
331
|
-
app.component("WTooltip", _sfc_main$
|
332
|
-
app.component("WTooltipContainer", _sfc_main$
|
321
|
+
app.component("WStatusIcon", _sfc_main$1v);
|
322
|
+
app.component("WTabs", _sfc_main$1w);
|
323
|
+
app.component("WTabsColumns", _sfc_main$1x);
|
324
|
+
app.component("WTabsItem", _sfc_main$1y);
|
325
|
+
app.component("WToggle", _sfc_main$1z);
|
326
|
+
app.component("WToggleTheme", _sfc_main$1A);
|
327
|
+
app.component("WTooltip", _sfc_main$1B);
|
328
|
+
app.component("WTooltipContainer", _sfc_main$1C);
|
333
329
|
}
|
334
330
|
};
|
335
331
|
|
336
|
-
export { _sfc_main as WActionsBar, _sfc_main$1 as WActionsBarFilter, _sfc_main$
|
332
|
+
export { _sfc_main as WActionsBar, _sfc_main$1 as WActionsBarFilter, _sfc_main$2 as WBottomSheet, _sfc_main$3 as WButton, _sfc_main$4 as WButtonAction, _sfc_main$5 as WButtonCopy, _sfc_main$6 as WButtonDropdown, _sfc_main$7 as WButtonGroup, _sfc_main$8 as WButtonInput, _sfc_main$9 as WButtonMore, _sfc_main$a as WButtonMoreItem, _sfc_main$b as WButtonSelection, _sfc_main$c as WButtonSelectionAction, _sfc_main$d as WButtonSelectionState, _sfc_main$e as WButtonTab, _sfc_main$f as WButtonUnselect, _sfc_main$g as WChartLine, _sfc_main$h as WChartLinear, _sfc_main$i as WCheckbox, _sfc_main$j as WCheckboxGroup, _sfc_main$k as WCheckboxGroupMultiple, _sfc_main$l as WChip, _sfc_main$m as WClickOutside, _sfc_main$n as WCounter, _sfc_main$o as WDatePicker, _sfc_main$p as WDatePickerSingle, _sfc_main$q as WDismissable, _sfc_main$r as WDragContainer, _sfc_main$s as WDropdown, _sfc_main$t as WDropdownMenu, _sfc_main$u as WEmptyComponent, _sfc_main$v as WExpansion, _sfc_main$w as WExpansionItem, _sfc_main$x as WFieldWrapper, _sfc_main$y as WFilePicker, _sfc_main$z as WFilterWrapper, _sfc_main$A as WForm, _sfc_main$C as WFormAsyncButtonGroup, _sfc_main$D as WFormAsyncCheckboxGroup, _sfc_main$E as WFormAsyncInput, _sfc_main$F as WFormAsyncSelect, _sfc_main$G as WFormAsyncSelectInfiniteSingle, _sfc_main$H as WFormAsyncSelectSingle, _sfc_main$I as WFormAsyncSelectStringified, _sfc_main$J as WFormAsyncToggle, _sfc_main$B as WFormValidator, _sfc_main$K as WHeaderBar, _sfc_main$L as WHeaderBarSearch, _sfc_main$M as WImageViewer, _sfc_main$N as WInfiniteList, _sfc_main$O as WInfiniteListScrollingElement, _sfc_main$P as WInfiniteListWrapper, _sfc_main$Q as WInfoCard, _sfc_main$R as WInfoCardNegative, _sfc_main$S as WInput, _sfc_main$T as WInputAsync, _sfc_main$U as WInputDate, _sfc_main$V as WInputOptions, _sfc_main$W as WInputSuggest, _sfc_main$X as WInputToolbarButton, _sfc_main$Y as WLink, _sfc_main$Z as WLinkArrow, _sfc_main$_ as WList, _sfc_main$$ as WListCard, _sfc_main$10 as WListCardField, _sfc_main$11 as WListFilter, _sfc_main$12 as WListHeader, _sfc_main$13 as WListHeaderItem, _sfc_main$14 as WMenuItem, _sfc_main$15 as WModal, _sfc_main$16 as WModalExport, _sfc_main$17 as WModalExportSimple, _sfc_main$18 as WModalImport, _sfc_main$19 as WModalStepper, _sfc_main$1a as WModalWrapper, _sfc_main$1b as WNavBar, _sfc_main$1c as WNavItem, _sfc_main$1d as WNavItemExpand, WNavItemTransition, _sfc_main$1e as WNotify, _sfc_main$1f as WNumberFormatter, _sfc_main$1g as WPage, _sfc_main$1h as WPageBreadcrumbs, WPageNumerator, _sfc_main$1i as WPageTitle, _sfc_main$1j as WProgress, _sfc_main$1k as WProgressStriped, _sfc_main$1l as WRouterLink, _sfc_main$1m as WSelect, _sfc_main$1n as WSelectAsync, _sfc_main$1o as WSelectAsyncList, _sfc_main$1p as WSelectAsyncSingle, _sfc_main$1q as WSelectSingle, _sfc_main$1r as WSelectStringified, _sfc_main$1s as WShine, _sfc_main$1t as WShineEffect, _sfc_main$1u as WSkeleton, WSpinner, _sfc_main$1v as WStatusIcon, _sfc_main$1w as WTabs, _sfc_main$1x as WTabsColumns, _sfc_main$1y as WTabsItem, _sfc_main$1z as WToggle, _sfc_main$1A as WToggleTheme, _sfc_main$1B as WTooltip, _sfc_main$1C as WTooltipContainer, main as default };
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import { LocationQuery } from 'vue-router';
|
2
|
+
import { Ref } from 'vue';
|
2
3
|
export { updateExpirationDate } from '../components/Auth/utils/utils';
|
3
4
|
export declare const getURLParams: (params: RequestConfig["params"] | LocationQuery) => string;
|
4
5
|
type ApiUrl = `/${string}/`;
|
@@ -13,7 +14,8 @@ export interface ApiClient {
|
|
13
14
|
export declare class ApiClientInstance implements ApiClient {
|
14
15
|
private config;
|
15
16
|
refreshPromise: Promise<void> | null;
|
16
|
-
|
17
|
+
private readonly auth;
|
18
|
+
readonly useAuth: () => Ref<boolean>;
|
17
19
|
constructor(config: {
|
18
20
|
tokenGetter?: () => string | null;
|
19
21
|
tokenRefresh?: () => Promise<void>;
|
@@ -21,11 +23,7 @@ export declare class ApiClientInstance implements ApiClient {
|
|
21
23
|
onFailure?: (response: Response) => void;
|
22
24
|
credentials?: RequestCredentials;
|
23
25
|
baseUrl?: BaseUrl;
|
24
|
-
routeNameAuth: string;
|
25
|
-
routeNameAuthNo: string;
|
26
26
|
});
|
27
|
-
get routeNameAuth(): string;
|
28
|
-
get routeNameAuthNo(): string;
|
29
27
|
setOnFailure(value: (response: Response) => void): void;
|
30
28
|
logout(): void;
|
31
29
|
private retry;
|
@@ -37,91 +35,6 @@ export declare class ApiClientInstance implements ApiClient {
|
|
37
35
|
post<R, D extends RequestData = RequestData>(url: ApiUrl, data?: Required<RequestConfig<D>>['data'], config?: Omit<RequestConfig<D>, 'data'>): Promise<RequestResponse<R, D>>;
|
38
36
|
patch<R, D extends RequestData = RequestData>(url: ApiUrl, data?: Required<RequestConfig<D>>['data'], config?: Omit<RequestConfig<D>, 'data'>): Promise<RequestResponse<R, D>>;
|
39
37
|
delete<R>(url: ApiUrl, config?: RequestConfig<never>): Promise<RequestResponse<R, {}>>;
|
40
|
-
getRouteAuth(this: ApiClientInstance): {
|
41
|
-
path: string;
|
42
|
-
props: {
|
43
|
-
apiClientInstance: ApiClientInstance;
|
44
|
-
};
|
45
|
-
component: {
|
46
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
47
|
-
apiClientInstance: ApiClientInstance;
|
48
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
49
|
-
P: {};
|
50
|
-
B: {};
|
51
|
-
D: {};
|
52
|
-
C: {};
|
53
|
-
M: {};
|
54
|
-
Defaults: {};
|
55
|
-
}, Readonly<{
|
56
|
-
apiClientInstance: ApiClientInstance;
|
57
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
58
|
-
__isFragment?: never;
|
59
|
-
__isTeleport?: never;
|
60
|
-
__isSuspense?: never;
|
61
|
-
} & import('vue').ComponentOptionsBase<Readonly<{
|
62
|
-
apiClientInstance: ApiClientInstance;
|
63
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
64
|
-
$slots: {
|
65
|
-
default?(_: {}): any;
|
66
|
-
};
|
67
|
-
});
|
68
|
-
beforeEnter: (this: undefined, to: import('vue-router').RouteLocationNormalizedGeneric) => Promise<void | {
|
69
|
-
name: string;
|
70
|
-
query: {
|
71
|
-
hash: string;
|
72
|
-
} | undefined;
|
73
|
-
}>;
|
74
|
-
meta: {
|
75
|
-
noAuth: boolean;
|
76
|
-
};
|
77
|
-
};
|
78
|
-
getRouteAuthNo(this: ApiClientInstance): {
|
79
|
-
path: string;
|
80
|
-
props: {
|
81
|
-
apiClientInstance: ApiClientInstance;
|
82
|
-
};
|
83
|
-
component: {
|
84
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
85
|
-
apiClientInstance: ApiClientInstance;
|
86
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
87
|
-
P: {};
|
88
|
-
B: {};
|
89
|
-
D: {};
|
90
|
-
C: {};
|
91
|
-
M: {};
|
92
|
-
Defaults: {};
|
93
|
-
}, Readonly<{
|
94
|
-
apiClientInstance: ApiClientInstance;
|
95
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
96
|
-
__isFragment?: never;
|
97
|
-
__isTeleport?: never;
|
98
|
-
__isSuspense?: never;
|
99
|
-
} & import('vue').ComponentOptionsBase<Readonly<{
|
100
|
-
apiClientInstance: ApiClientInstance;
|
101
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
102
|
-
$slots: {
|
103
|
-
default?(_: {}): any;
|
104
|
-
};
|
105
|
-
});
|
106
|
-
beforeEnter: (this: undefined, to: import('vue-router').RouteLocationNormalizedGeneric, from: import('vue-router').RouteLocationNormalizedLoadedGeneric) => string | {
|
107
|
-
query: {
|
108
|
-
hash: string;
|
109
|
-
};
|
110
|
-
name: import('vue-router').RouteRecordNameGeneric;
|
111
|
-
params: import('vue-router').RouteParamsGeneric;
|
112
|
-
matched: import('vue-router').RouteRecordNormalized[];
|
113
|
-
fullPath: string;
|
114
|
-
hash: string;
|
115
|
-
redirectedFrom: import('vue-router').RouteLocation | undefined;
|
116
|
-
meta: import('vue-router').RouteMeta;
|
117
|
-
path: string;
|
118
|
-
} | {
|
119
|
-
name: string;
|
120
|
-
} | undefined;
|
121
|
-
meta: {
|
122
|
-
noAuth: boolean;
|
123
|
-
};
|
124
|
-
};
|
125
38
|
addInstance(baseUrl: BaseUrl): ApiClient;
|
126
39
|
}
|
127
40
|
//# sourceMappingURL=ApiClient.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ApiClient.d.ts","sourceRoot":"","sources":["../../../src/utils/ApiClient.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,aAAa,
|
1
|
+
{"version":3,"file":"ApiClient.d.ts","sourceRoot":"","sources":["../../../src/utils/ApiClient.ts"],"names":[],"mappings":"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"}
|
package/dist/utils/ApiClient.js
CHANGED
@@ -1,6 +1,4 @@
|
|
1
1
|
import { ref } from 'vue';
|
2
|
-
import _sfc_main from '../components/Auth/WRouteAuth.vue.js';
|
3
|
-
import _sfc_main$1 from '../components/Auth/WRouteAuthNo.vue.js';
|
4
2
|
import { removeExpirationDate, getLastRefreshPromise, setRefreshTimestamp, removeRefreshTimestamp, checkExpirationDate, setExpirationDate } from '../components/Auth/utils/utils.js';
|
5
3
|
export { updateExpirationDate } from '../components/Auth/utils/utils.js';
|
6
4
|
import { encodeQueryParams, ApiError, ApiErrorCancel } from './api.js';
|
@@ -18,20 +16,20 @@ const HEADERS_FORMDATA = {
|
|
18
16
|
class ApiClientInstance {
|
19
17
|
constructor(config) {
|
20
18
|
this.config = config;
|
19
|
+
window.addEventListener("storage", this.checkAuth);
|
20
|
+
this.useAuth = () => {
|
21
|
+
return this.auth;
|
22
|
+
};
|
21
23
|
}
|
22
24
|
refreshPromise = null;
|
23
|
-
|
24
|
-
|
25
|
-
return this.config.routeNameAuth;
|
26
|
-
}
|
27
|
-
get routeNameAuthNo() {
|
28
|
-
return this.config.routeNameAuthNo;
|
29
|
-
}
|
25
|
+
auth = ref(true);
|
26
|
+
useAuth;
|
30
27
|
setOnFailure(value) {
|
31
28
|
this.config.onFailure = value;
|
32
29
|
}
|
33
30
|
logout() {
|
34
31
|
removeExpirationDate();
|
32
|
+
this.auth.value = false;
|
35
33
|
}
|
36
34
|
async retry(request) {
|
37
35
|
const newRequest = request.clone();
|
@@ -48,14 +46,14 @@ class ApiClientInstance {
|
|
48
46
|
if (refreshTimeoutPromise) {
|
49
47
|
this.refreshPromise = refreshTimeoutPromise.then(() => {
|
50
48
|
this.refreshPromise = null;
|
51
|
-
this.
|
49
|
+
this.auth.value = true;
|
52
50
|
}).catch(async () => {
|
53
51
|
this.refreshPromise = null;
|
54
52
|
const check = this.checkAuth();
|
55
53
|
if (!check) {
|
56
54
|
if (this.refreshPromise) return this.refreshPromise;
|
57
55
|
if (check === null) {
|
58
|
-
this.
|
56
|
+
this.auth.value = false;
|
59
57
|
return Promise.reject();
|
60
58
|
}
|
61
59
|
return this.refresh();
|
@@ -66,9 +64,10 @@ class ApiClientInstance {
|
|
66
64
|
const promise = this.config.tokenRefresh ? this.config.tokenRefresh() : this.fetch("GET", this.config.refreshUrl, { updateToken: true });
|
67
65
|
this.refreshPromise = promise.then(() => {
|
68
66
|
this.refreshPromise = null;
|
67
|
+
this.auth.value = true;
|
69
68
|
}).catch((error) => {
|
70
69
|
this.refreshPromise = null;
|
71
|
-
this.
|
70
|
+
this.auth.value = false;
|
72
71
|
return Promise.reject(error);
|
73
72
|
}).finally(removeRefreshTimestamp);
|
74
73
|
}
|
@@ -79,7 +78,7 @@ class ApiClientInstance {
|
|
79
78
|
let result;
|
80
79
|
if (this.config.tokenGetter && !this.config.tokenRefresh) result = !!this.config.tokenGetter?.();
|
81
80
|
else result = checkExpirationDate();
|
82
|
-
if (result) this.
|
81
|
+
if (result !== false) this.auth.value = result !== null;
|
83
82
|
return result;
|
84
83
|
}
|
85
84
|
fetch(method, url, config, baseUrl) {
|
@@ -91,7 +90,7 @@ class ApiClientInstance {
|
|
91
90
|
if (!check) {
|
92
91
|
if (check !== null && (this.config.refreshUrl || this.config.tokenRefresh)) await this.refresh();
|
93
92
|
if (!this.checkAuth()) {
|
94
|
-
this.
|
93
|
+
this.auth.value = false;
|
95
94
|
reject();
|
96
95
|
return;
|
97
96
|
}
|
@@ -100,6 +99,7 @@ class ApiClientInstance {
|
|
100
99
|
const token = this.config.tokenGetter();
|
101
100
|
if (token) headers.append("Authorization", "Bearer " + token);
|
102
101
|
else {
|
102
|
+
this.auth.value = false;
|
103
103
|
reject();
|
104
104
|
return;
|
105
105
|
}
|
@@ -132,7 +132,7 @@ class ApiClientInstance {
|
|
132
132
|
} else {
|
133
133
|
if (response.status === 401) {
|
134
134
|
if (this.config.refreshUrl || this.config.tokenRefresh) return this.refresh().then(() => this.retry(request));
|
135
|
-
this.
|
135
|
+
this.auth.value = false;
|
136
136
|
}
|
137
137
|
this.config.onFailure?.(response);
|
138
138
|
reject(new ApiError({
|
@@ -172,47 +172,6 @@ class ApiClientInstance {
|
|
172
172
|
delete(url, config) {
|
173
173
|
return this.fetch("DELETE", url, config);
|
174
174
|
}
|
175
|
-
getRouteAuth() {
|
176
|
-
return {
|
177
|
-
path: "",
|
178
|
-
props: { apiClientInstance: this },
|
179
|
-
component: _sfc_main,
|
180
|
-
beforeEnter: async (to) => {
|
181
|
-
if (to.meta.noAuth) return;
|
182
|
-
if (this.refreshPromise) await this.refreshPromise;
|
183
|
-
if (!this.checkAuth()) {
|
184
|
-
if (this.config.refreshUrl || this.config.tokenRefresh) return this.refresh().catch(() => ({
|
185
|
-
name: this.routeNameAuthNo,
|
186
|
-
query: to.fullPath !== "/" ? { hash: to.fullPath } : void 0
|
187
|
-
}));
|
188
|
-
return { name: this.routeNameAuthNo, query: to.fullPath !== "/" ? { hash: to.fullPath } : void 0 };
|
189
|
-
}
|
190
|
-
},
|
191
|
-
meta: {
|
192
|
-
noAuth: false
|
193
|
-
}
|
194
|
-
};
|
195
|
-
}
|
196
|
-
getRouteAuthNo() {
|
197
|
-
return {
|
198
|
-
path: "",
|
199
|
-
props: { apiClientInstance: this },
|
200
|
-
component: _sfc_main$1,
|
201
|
-
beforeEnter: (to, from) => {
|
202
|
-
if (!this.checkAuth()) {
|
203
|
-
if (!to.query.hash && !from.meta.noAuth && from.fullPath !== "/") {
|
204
|
-
return { ...to, query: { hash: from.fullPath } };
|
205
|
-
}
|
206
|
-
return;
|
207
|
-
}
|
208
|
-
if (typeof to.query.hash === "string") return to.query.hash;
|
209
|
-
else return { name: this.routeNameAuth };
|
210
|
-
},
|
211
|
-
meta: {
|
212
|
-
noAuth: true
|
213
|
-
}
|
214
|
-
};
|
215
|
-
}
|
216
175
|
addInstance(baseUrl) {
|
217
176
|
return {
|
218
177
|
baseUrl,
|
package/package.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
"type": "git",
|
5
5
|
"url": "https://github.com/rsmple/eco-vue-js.git"
|
6
6
|
},
|
7
|
-
"version": "0.11.
|
7
|
+
"version": "0.11.34",
|
8
8
|
"dependencies": {
|
9
9
|
"@stylistic/eslint-plugin": "5.2.3",
|
10
10
|
"@tanstack/eslint-plugin-query": "5.83.1",
|
@@ -123,12 +123,6 @@
|
|
123
123
|
"./dist/components/ActionsBar/WActionsBarFilter.vue": {
|
124
124
|
"import": "./dist/components/ActionsBar/WActionsBarFilter.vue.js"
|
125
125
|
},
|
126
|
-
"./dist/components/Auth/WRouteAuth.vue": {
|
127
|
-
"import": "./dist/components/Auth/WRouteAuth.vue.js"
|
128
|
-
},
|
129
|
-
"./dist/components/Auth/WRouteAuthNo.vue": {
|
130
|
-
"import": "./dist/components/Auth/WRouteAuthNo.vue.js"
|
131
|
-
},
|
132
126
|
"./dist/components/BottomSheet/WBottomSheet.vue": {
|
133
127
|
"import": "./dist/components/BottomSheet/WBottomSheet.vue.js"
|
134
128
|
},
|
@@ -1,22 +0,0 @@
|
|
1
|
-
import { ApiClientInstance } from '../../utils/ApiClient';
|
2
|
-
type __VLS_Props = {
|
3
|
-
apiClientInstance: ApiClientInstance;
|
4
|
-
};
|
5
|
-
declare function __VLS_template(): {
|
6
|
-
attrs: Partial<{}>;
|
7
|
-
slots: {
|
8
|
-
default?(_: {}): any;
|
9
|
-
};
|
10
|
-
refs: {};
|
11
|
-
rootEl: any;
|
12
|
-
};
|
13
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
14
|
-
declare const __VLS_component: 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>;
|
15
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
16
|
-
export default _default;
|
17
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
-
new (): {
|
19
|
-
$slots: S;
|
20
|
-
};
|
21
|
-
};
|
22
|
-
//# sourceMappingURL=WRouteAuth.vue.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"WRouteAuth.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/WRouteAuth.vue"],"names":[],"mappings":"AAQA;AAgEA,OAAO,EAAC,KAAK,iBAAiB,EAAC,MAAM,mBAAmB,CAAA;AAExD,KAAK,WAAW,GAAG;IACjB,iBAAiB,EAAE,iBAAiB,CAAA;CACrC,CAAC;AAyCF,iBAAS,cAAc;WA8BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
@@ -1,44 +0,0 @@
|
|
1
|
-
import { defineComponent, resolveComponent, watch, onBeforeUnmount, createBlock, renderSlot, unref, openBlock, resolveDynamicComponent } from 'vue';
|
2
|
-
import { useOptionalRouter, useOptionalRoute } from '../../composables/useOptionalRouter.js';
|
3
|
-
import '@tanstack/vue-query';
|
4
|
-
|
5
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
6
|
-
__name: "WRouteAuth",
|
7
|
-
props: {
|
8
|
-
apiClientInstance: {}
|
9
|
-
},
|
10
|
-
setup(__props) {
|
11
|
-
const props = __props;
|
12
|
-
let RouterViewComponent = null;
|
13
|
-
try {
|
14
|
-
RouterViewComponent = resolveComponent("RouterView");
|
15
|
-
} catch {
|
16
|
-
RouterViewComponent = null;
|
17
|
-
}
|
18
|
-
const router = useOptionalRouter();
|
19
|
-
const route = useOptionalRoute();
|
20
|
-
const redirect = () => {
|
21
|
-
router.push({ name: props.apiClientInstance.routeNameAuthNo, query: route.fullPath !== "/" ? { hash: route.fullPath } : void 0 });
|
22
|
-
};
|
23
|
-
const checkAuth = () => {
|
24
|
-
if (props.apiClientInstance.checkAuth()) return;
|
25
|
-
{
|
26
|
-
if (props.apiClientInstance.refreshPromise) {
|
27
|
-
redirect();
|
28
|
-
}
|
29
|
-
}
|
30
|
-
};
|
31
|
-
watch(() => props.apiClientInstance.isAuthFailed.value, (value) => {
|
32
|
-
if (value) redirect();
|
33
|
-
});
|
34
|
-
window.addEventListener("storage", checkAuth);
|
35
|
-
onBeforeUnmount(() => {
|
36
|
-
window.removeEventListener("storage", checkAuth);
|
37
|
-
});
|
38
|
-
return (_ctx, _cache) => {
|
39
|
-
return unref(RouterViewComponent) ? (openBlock(), createBlock(resolveDynamicComponent(unref(RouterViewComponent)), { key: 0 })) : renderSlot(_ctx.$slots, "default", { key: 1 });
|
40
|
-
};
|
41
|
-
}
|
42
|
-
});
|
43
|
-
|
44
|
-
export { _sfc_main as default };
|
@@ -1,22 +0,0 @@
|
|
1
|
-
import { ApiClientInstance } from '../../utils/ApiClient';
|
2
|
-
type __VLS_Props = {
|
3
|
-
apiClientInstance: ApiClientInstance;
|
4
|
-
};
|
5
|
-
declare function __VLS_template(): {
|
6
|
-
attrs: Partial<{}>;
|
7
|
-
slots: {
|
8
|
-
default?(_: {}): any;
|
9
|
-
};
|
10
|
-
refs: {};
|
11
|
-
rootEl: any;
|
12
|
-
};
|
13
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
14
|
-
declare const __VLS_component: 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>;
|
15
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
16
|
-
export default _default;
|
17
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
-
new (): {
|
19
|
-
$slots: S;
|
20
|
-
};
|
21
|
-
};
|
22
|
-
//# sourceMappingURL=WRouteAuthNo.vue.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"WRouteAuthNo.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/WRouteAuthNo.vue"],"names":[],"mappings":"AAQA;AA2EA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,mBAAmB,CAAA;AAexD,KAAK,WAAW,GAAG;IACjB,iBAAiB,EAAE,iBAAiB,CAAA;CACrC,CAAC;AAiDF,iBAAS,cAAc;WA8BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
@@ -1,56 +0,0 @@
|
|
1
|
-
import { defineComponent, resolveComponent, ref, watch, onBeforeMount, onBeforeUnmount, createBlock, renderSlot, unref, openBlock, resolveDynamicComponent } from 'vue';
|
2
|
-
import { useQueryClient } from '@tanstack/vue-query';
|
3
|
-
import { useOptionalRouter, useOptionalRoute } from '../../composables/useOptionalRouter.js';
|
4
|
-
|
5
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
6
|
-
__name: "WRouteAuthNo",
|
7
|
-
props: {
|
8
|
-
apiClientInstance: {}
|
9
|
-
},
|
10
|
-
setup(__props) {
|
11
|
-
let RouterViewComponent = null;
|
12
|
-
try {
|
13
|
-
RouterViewComponent = resolveComponent("RouterView");
|
14
|
-
} catch {
|
15
|
-
RouterViewComponent = null;
|
16
|
-
}
|
17
|
-
const props = __props;
|
18
|
-
const router = useOptionalRouter();
|
19
|
-
const route = useOptionalRoute();
|
20
|
-
const queryClient = useQueryClient();
|
21
|
-
const queryEnabled = ref(false);
|
22
|
-
const redirect = async () => {
|
23
|
-
if (typeof route.query.hash === "string" && route.query.hash && route.query.hash !== "/") {
|
24
|
-
const resolved = router.resolve(route.query.hash);
|
25
|
-
if (!resolved.matched.length) {
|
26
|
-
await router.replace({ name: props.apiClientInstance.routeNameAuth });
|
27
|
-
} else {
|
28
|
-
await router.replace(resolved);
|
29
|
-
}
|
30
|
-
} else {
|
31
|
-
await router.replace({ name: props.apiClientInstance.routeNameAuth });
|
32
|
-
}
|
33
|
-
};
|
34
|
-
const checkLogin = () => {
|
35
|
-
if (!props.apiClientInstance.checkAuth()) return;
|
36
|
-
redirect();
|
37
|
-
};
|
38
|
-
watch(() => props.apiClientInstance.isAuthFailed.value, (value) => {
|
39
|
-
if (value) return;
|
40
|
-
redirect();
|
41
|
-
});
|
42
|
-
onBeforeMount(() => {
|
43
|
-
window.addEventListener("storage", checkLogin);
|
44
|
-
queryClient.clear();
|
45
|
-
queryEnabled.value = true;
|
46
|
-
});
|
47
|
-
onBeforeUnmount(() => {
|
48
|
-
window.removeEventListener("storage", checkLogin);
|
49
|
-
});
|
50
|
-
return (_ctx, _cache) => {
|
51
|
-
return unref(RouterViewComponent) ? (openBlock(), createBlock(resolveDynamicComponent(unref(RouterViewComponent)), { key: 0 })) : renderSlot(_ctx.$slots, "default", { key: 1 });
|
52
|
-
};
|
53
|
-
}
|
54
|
-
});
|
55
|
-
|
56
|
-
export { _sfc_main as default };
|