sprof 0.0.88 → 0.0.90
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/core/components/organisms/PTabs/PTabs.stories.d.ts +12 -12
- package/dist/core/components/organisms/PTabs/PTabs.vue.d.ts +5 -5
- package/dist/core/helpers/BaseStore.d.ts +3 -3
- package/dist/core/helpers/Menus.d.ts +12 -0
- package/dist/core/helpers/index.d.ts +2 -2
- package/dist/sprof.js +59 -49
- package/dist/sprof.umd.cjs +5 -5
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/core/helpers/TabsStore.d.ts +0 -10
|
@@ -3,8 +3,8 @@ declare const _default: {
|
|
|
3
3
|
title: string;
|
|
4
4
|
component: {
|
|
5
5
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
6
|
-
|
|
7
|
-
type: globalThis.PropType<import('../../../helpers/
|
|
6
|
+
menus: {
|
|
7
|
+
type: globalThis.PropType<import('../../../helpers/Menus').default>;
|
|
8
8
|
required: true;
|
|
9
9
|
};
|
|
10
10
|
tabHeight: {
|
|
@@ -50,8 +50,8 @@ declare const _default: {
|
|
|
50
50
|
M: {};
|
|
51
51
|
Defaults: {};
|
|
52
52
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
53
|
-
|
|
54
|
-
type: globalThis.PropType<import('../../../helpers/
|
|
53
|
+
menus: {
|
|
54
|
+
type: globalThis.PropType<import('../../../helpers/Menus').default>;
|
|
55
55
|
required: true;
|
|
56
56
|
};
|
|
57
57
|
tabHeight: {
|
|
@@ -92,8 +92,8 @@ declare const _default: {
|
|
|
92
92
|
__isTeleport?: undefined;
|
|
93
93
|
__isSuspense?: undefined;
|
|
94
94
|
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
95
|
-
|
|
96
|
-
type: globalThis.PropType<import('../../../helpers/
|
|
95
|
+
menus: {
|
|
96
|
+
type: globalThis.PropType<import('../../../helpers/Menus').default>;
|
|
97
97
|
required: true;
|
|
98
98
|
};
|
|
99
99
|
tabHeight: {
|
|
@@ -178,8 +178,8 @@ declare const _default: {
|
|
|
178
178
|
export default _default;
|
|
179
179
|
export declare const Default: StoryFn<{
|
|
180
180
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
181
|
-
|
|
182
|
-
type: globalThis.PropType<import('../../../helpers/
|
|
181
|
+
menus: {
|
|
182
|
+
type: globalThis.PropType<import('../../../helpers/Menus').default>;
|
|
183
183
|
required: true;
|
|
184
184
|
};
|
|
185
185
|
tabHeight: {
|
|
@@ -225,8 +225,8 @@ export declare const Default: StoryFn<{
|
|
|
225
225
|
M: {};
|
|
226
226
|
Defaults: {};
|
|
227
227
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
228
|
-
|
|
229
|
-
type: globalThis.PropType<import('../../../helpers/
|
|
228
|
+
menus: {
|
|
229
|
+
type: globalThis.PropType<import('../../../helpers/Menus').default>;
|
|
230
230
|
required: true;
|
|
231
231
|
};
|
|
232
232
|
tabHeight: {
|
|
@@ -267,8 +267,8 @@ export declare const Default: StoryFn<{
|
|
|
267
267
|
__isTeleport?: undefined;
|
|
268
268
|
__isSuspense?: undefined;
|
|
269
269
|
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
270
|
-
|
|
271
|
-
type: globalThis.PropType<import('../../../helpers/
|
|
270
|
+
menus: {
|
|
271
|
+
type: globalThis.PropType<import('../../../helpers/Menus').default>;
|
|
272
272
|
required: true;
|
|
273
273
|
};
|
|
274
274
|
tabHeight: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { default as
|
|
1
|
+
import { default as Menus } from '../../../helpers/Menus';
|
|
2
2
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
3
|
-
|
|
4
|
-
type: globalThis.PropType<
|
|
3
|
+
menus: {
|
|
4
|
+
type: globalThis.PropType<Menus>;
|
|
5
5
|
required: true;
|
|
6
6
|
};
|
|
7
7
|
tabHeight: {
|
|
@@ -32,8 +32,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
32
32
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
33
33
|
select: (...args: any[]) => void;
|
|
34
34
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
35
|
-
|
|
36
|
-
type: globalThis.PropType<
|
|
35
|
+
menus: {
|
|
36
|
+
type: globalThis.PropType<Menus>;
|
|
37
37
|
required: true;
|
|
38
38
|
};
|
|
39
39
|
tabHeight: {
|
|
@@ -16,7 +16,6 @@ export default class BaseStore<T extends IWithId & IFileInfosGetter> {
|
|
|
16
16
|
url: string;
|
|
17
17
|
constructor(i: Constructable<T>, url: string);
|
|
18
18
|
Set(item: T | void): void;
|
|
19
|
-
Item(): T;
|
|
20
19
|
getUrl(query?: string): string;
|
|
21
20
|
GetAll(options?: GetAllOptions): Promise<void>;
|
|
22
21
|
Get(id?: string): Promise<void>;
|
|
@@ -37,6 +36,7 @@ export default class BaseStore<T extends IWithId & IFileInfosGetter> {
|
|
|
37
36
|
ResetItem(): void;
|
|
38
37
|
ClearItems(): void;
|
|
39
38
|
UnshiftToAll(items: T[] | T | undefined): void;
|
|
40
|
-
Items(): T[];
|
|
41
|
-
|
|
39
|
+
get Items(): T[];
|
|
40
|
+
get Item(): T;
|
|
41
|
+
get Count(): Ref<number>;
|
|
42
42
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { default as ITab } from '../components/organisms/PTabs/ITab';
|
|
2
|
+
export default class Menus {
|
|
3
|
+
tabs: ITab[];
|
|
4
|
+
idx: number;
|
|
5
|
+
key: string;
|
|
6
|
+
preSelectTab(): void;
|
|
7
|
+
static Create(key: string, tabs: ITab[]): Menus;
|
|
8
|
+
select(i: number): void;
|
|
9
|
+
GetMenu(): ITab;
|
|
10
|
+
GetComponent(): globalThis.Component;
|
|
11
|
+
GetSlug(): string;
|
|
12
|
+
}
|
|
@@ -18,6 +18,7 @@ import { default as Extension } from './Extension';
|
|
|
18
18
|
import { default as HttpClient } from './HttpClient';
|
|
19
19
|
import { default as Id } from './Id';
|
|
20
20
|
import { default as MakeCarousel } from './MakeCarousel';
|
|
21
|
+
import { default as Menus } from './Menus';
|
|
21
22
|
import { default as Period } from './Period';
|
|
22
23
|
import { default as PhoneService } from './PhoneService';
|
|
23
24
|
import { default as Rating } from './Rating';
|
|
@@ -28,7 +29,6 @@ import { default as Scroll } from './Scroll';
|
|
|
28
29
|
import { default as Sorter } from './Sorter';
|
|
29
30
|
import { default as Static } from './Static';
|
|
30
31
|
import { default as Strings } from './Strings';
|
|
31
|
-
import { default as TabsStore } from './TabsStore';
|
|
32
32
|
import { default as Time } from './Time';
|
|
33
33
|
import { default as Timer } from './Timer';
|
|
34
34
|
import { default as validate } from './validate';
|
|
@@ -88,7 +88,7 @@ export default abstract class H {
|
|
|
88
88
|
getUser: () => any;
|
|
89
89
|
updateHuman: (human: import('../classes').Human) => void;
|
|
90
90
|
};
|
|
91
|
-
static
|
|
91
|
+
static Menus: typeof Menus;
|
|
92
92
|
static validate: typeof validate;
|
|
93
93
|
static WaitElement: (selector: string) => Promise<unknown>;
|
|
94
94
|
static WebSocketClient: typeof WebSocketClient;
|
package/dist/sprof.js
CHANGED
|
@@ -873,10 +873,10 @@ const sl = /* @__PURE__ */ $({
|
|
|
873
873
|
class: "hidden"
|
|
874
874
|
}, [
|
|
875
875
|
f("symbol", {
|
|
876
|
+
id: "minus",
|
|
876
877
|
fill: "none",
|
|
877
878
|
xmlns: "http://www.w3.org/2000/svg",
|
|
878
|
-
viewBox: "0 0 25 25"
|
|
879
|
-
id: "minus"
|
|
879
|
+
viewBox: "0 0 25 25"
|
|
880
880
|
}, [
|
|
881
881
|
f("path", {
|
|
882
882
|
d: "M19.4995 13.8856H5.53125V11.8926H19.4995V13.8856Z",
|
|
@@ -886,7 +886,7 @@ const sl = /* @__PURE__ */ $({
|
|
|
886
886
|
], -1))
|
|
887
887
|
], 64));
|
|
888
888
|
}
|
|
889
|
-
}), ol = /* @__PURE__ */ P(rl, [["__scopeId", "data-v-
|
|
889
|
+
}), ol = /* @__PURE__ */ P(rl, [["__scopeId", "data-v-582bd65a"]]), al = /* @__PURE__ */ $({
|
|
890
890
|
__name: "IconPlus",
|
|
891
891
|
props: {
|
|
892
892
|
size: { type: String, default: "20px" },
|
|
@@ -911,10 +911,10 @@ const sl = /* @__PURE__ */ $({
|
|
|
911
911
|
class: "hidden"
|
|
912
912
|
}, [
|
|
913
913
|
f("symbol", {
|
|
914
|
+
id: "plus",
|
|
914
915
|
fill: "none",
|
|
915
916
|
xmlns: "http://www.w3.org/2000/svg",
|
|
916
|
-
viewBox: "0 0 25 25"
|
|
917
|
-
id: "plus"
|
|
917
|
+
viewBox: "0 0 25 25"
|
|
918
918
|
}, [
|
|
919
919
|
f("path", {
|
|
920
920
|
d: "M11.3263 19.8672V13.8881H5.33984V11.8951H11.3263V5.91602H13.3217V11.8951H19.3081V13.8881H13.3217V19.8672H11.3263Z",
|
|
@@ -924,7 +924,7 @@ const sl = /* @__PURE__ */ $({
|
|
|
924
924
|
], -1))
|
|
925
925
|
], 64));
|
|
926
926
|
}
|
|
927
|
-
}), ll = /* @__PURE__ */ P(al, [["__scopeId", "data-v-
|
|
927
|
+
}), ll = /* @__PURE__ */ P(al, [["__scopeId", "data-v-1f1f064c"]]), ul = ["for"], cl = { class: "number" }, dl = ["disabled"], hl = /* @__PURE__ */ $({
|
|
928
928
|
__name: "PInputNumber",
|
|
929
929
|
props: {
|
|
930
930
|
modelValue: {
|
|
@@ -3179,7 +3179,7 @@ const Mu = /* @__PURE__ */ $({
|
|
|
3179
3179
|
return _e(async () => {
|
|
3180
3180
|
}), (e, i) => (m(), b("div"));
|
|
3181
3181
|
}
|
|
3182
|
-
}), Tu = /* @__PURE__ */ P(Eu, [["__scopeId", "data-v-
|
|
3182
|
+
}), Tu = /* @__PURE__ */ P(Eu, [["__scopeId", "data-v-1e39e96f"]]), Fu = /* @__PURE__ */ $({
|
|
3183
3183
|
__name: "GeneralItem",
|
|
3184
3184
|
props: {
|
|
3185
3185
|
background: {
|
|
@@ -6147,7 +6147,7 @@ const pd = /* @__PURE__ */ P(hd, [["render", gd], ["__scopeId", "data-v-0ea9a95f
|
|
|
6147
6147
|
}), Dd = /* @__PURE__ */ P(Ld, [["__scopeId", "data-v-3a1f6782"]]), Bd = ["onClick"], Hd = /* @__PURE__ */ $({
|
|
6148
6148
|
__name: "PTabs",
|
|
6149
6149
|
props: {
|
|
6150
|
-
|
|
6150
|
+
menus: {
|
|
6151
6151
|
type: Object,
|
|
6152
6152
|
required: !0
|
|
6153
6153
|
},
|
|
@@ -6185,10 +6185,10 @@ const pd = /* @__PURE__ */ P(hd, [["render", gd], ["__scopeId", "data-v-0ea9a95f
|
|
|
6185
6185
|
ei(() => window.addEventListener("resize", l)), ir(() => window.removeEventListener("resize", l));
|
|
6186
6186
|
const a = ge(() => `calc(100% - ${o.value}px + 1px)`);
|
|
6187
6187
|
_e(() => {
|
|
6188
|
-
i.
|
|
6188
|
+
i.menus.preSelectTab();
|
|
6189
6189
|
});
|
|
6190
|
-
const c = (d
|
|
6191
|
-
i.
|
|
6190
|
+
const c = (d) => {
|
|
6191
|
+
i.menus.select(d), n("select");
|
|
6192
6192
|
};
|
|
6193
6193
|
return (d, h) => (m(), b("div", {
|
|
6194
6194
|
class: "mainblock",
|
|
@@ -6204,14 +6204,14 @@ const pd = /* @__PURE__ */ P(hd, [["render", gd], ["__scopeId", "data-v-0ea9a95f
|
|
|
6204
6204
|
gridTemplateColumns: `repeat(auto-fit, minmax(${t.minMenuItemWidth}, 1fr))`
|
|
6205
6205
|
})
|
|
6206
6206
|
}, [
|
|
6207
|
-
(m(!0), b(W, null, Re(t.
|
|
6207
|
+
(m(!0), b(W, null, Re(t.menus.tabs, (g, y) => (m(), b("div", { key: y }, [
|
|
6208
6208
|
f("div", {
|
|
6209
|
-
class: ne({ "selected-tab": y === t.
|
|
6209
|
+
class: ne({ "selected-tab": y === t.menus.idx, tab: y !== t.menus.idx }),
|
|
6210
6210
|
style: R({
|
|
6211
6211
|
minHeight: t.tabHeight,
|
|
6212
6212
|
maxHeight: t.tabHeight
|
|
6213
6213
|
}),
|
|
6214
|
-
onClick: (v) => c(
|
|
6214
|
+
onClick: (v) => c(y)
|
|
6215
6215
|
}, pe(g.name), 15, Bd)
|
|
6216
6216
|
]))), 128))
|
|
6217
6217
|
], 4),
|
|
@@ -6223,12 +6223,12 @@ const pd = /* @__PURE__ */ P(hd, [["render", gd], ["__scopeId", "data-v-0ea9a95f
|
|
|
6223
6223
|
})
|
|
6224
6224
|
}, [
|
|
6225
6225
|
T(d.$slots, "default", {}, () => [
|
|
6226
|
-
t.
|
|
6226
|
+
t.menus.idx > -1 ? (m(), q(Zt(t.menus.GetComponent()), { key: 0 })) : K("", !0)
|
|
6227
6227
|
], !0)
|
|
6228
6228
|
], 4)
|
|
6229
6229
|
], 4));
|
|
6230
6230
|
}
|
|
6231
|
-
}), qd = /* @__PURE__ */ P(Hd, [["__scopeId", "data-v-
|
|
6231
|
+
}), qd = /* @__PURE__ */ P(Hd, [["__scopeId", "data-v-40312de0"]]);
|
|
6232
6232
|
class Wn {
|
|
6233
6233
|
static Setup(e) {
|
|
6234
6234
|
this.staticUrl = e;
|
|
@@ -6654,7 +6654,7 @@ const fh = /* @__PURE__ */ P(dh, [["render", hh], ["__scopeId", "data-v-0f1f2f84
|
|
|
6654
6654
|
emits: ["cancel", "save"],
|
|
6655
6655
|
setup(t, { emit: e }) {
|
|
6656
6656
|
const i = t, n = (y) => y ? "active" : "neutral", s = (y) => y ? "not-active" : "neutral", r = M.Paginator, o = z(!1), l = z(!1), a = e;
|
|
6657
|
-
r.count = i.store.Count
|
|
6657
|
+
r.count = i.store.Count.value;
|
|
6658
6658
|
const c = async (y) => {
|
|
6659
6659
|
if (y !== r.curPage) {
|
|
6660
6660
|
if (y < 1 && (y = 1), y > r.pagesCount() && (y = r.pagesCount()), !i.showConfirm)
|
|
@@ -6769,7 +6769,7 @@ const fh = /* @__PURE__ */ P(dh, [["render", hh], ["__scopeId", "data-v-0f1f2f84
|
|
|
6769
6769
|
]);
|
|
6770
6770
|
};
|
|
6771
6771
|
}
|
|
6772
|
-
}), Sh = /* @__PURE__ */ P(bh, [["__scopeId", "data-v-
|
|
6772
|
+
}), Sh = /* @__PURE__ */ P(bh, [["__scopeId", "data-v-5c7e3a5d"]]), Ch = /* @__PURE__ */ $({
|
|
6773
6773
|
__name: "RemoteSearch",
|
|
6774
6774
|
props: {
|
|
6775
6775
|
keyValue: {
|
|
@@ -10542,9 +10542,6 @@ class le {
|
|
|
10542
10542
|
Set(e) {
|
|
10543
10543
|
Object.assign(this.item, new this.classConstructor(e));
|
|
10544
10544
|
}
|
|
10545
|
-
Item() {
|
|
10546
|
-
return this.item;
|
|
10547
|
-
}
|
|
10548
10545
|
// ======= //
|
|
10549
10546
|
// ACTIONS //
|
|
10550
10547
|
// ======= //
|
|
@@ -10665,10 +10662,13 @@ class le {
|
|
|
10665
10662
|
// ======= //
|
|
10666
10663
|
// GETTERS //
|
|
10667
10664
|
// ======= //
|
|
10668
|
-
Items() {
|
|
10665
|
+
get Items() {
|
|
10669
10666
|
return this.items;
|
|
10670
10667
|
}
|
|
10671
|
-
|
|
10668
|
+
get Item() {
|
|
10669
|
+
return this.item;
|
|
10670
|
+
}
|
|
10671
|
+
get Count() {
|
|
10672
10672
|
return this.count;
|
|
10673
10673
|
}
|
|
10674
10674
|
}
|
|
@@ -10887,7 +10887,41 @@ const Pg = (() => {
|
|
|
10887
10887
|
onBeforeRouteLeave: n,
|
|
10888
10888
|
submit: s
|
|
10889
10889
|
};
|
|
10890
|
-
})()
|
|
10890
|
+
})();
|
|
10891
|
+
class Xn {
|
|
10892
|
+
constructor() {
|
|
10893
|
+
u(this, "tabs", []);
|
|
10894
|
+
// activeTab: ITab = this.tabs[0];
|
|
10895
|
+
u(this, "idx", 0);
|
|
10896
|
+
u(this, "key", "");
|
|
10897
|
+
}
|
|
10898
|
+
preSelectTab() {
|
|
10899
|
+
const e = mt.GetStringQueryParam(this.key);
|
|
10900
|
+
if (!e || e === "undefined") {
|
|
10901
|
+
this.select(0);
|
|
10902
|
+
return;
|
|
10903
|
+
}
|
|
10904
|
+
const i = this.tabs.findIndex((n) => n.slug === e);
|
|
10905
|
+
i > -1 && this.select(i);
|
|
10906
|
+
}
|
|
10907
|
+
static Create(e, i) {
|
|
10908
|
+
const n = new Xn();
|
|
10909
|
+
return n.key = e, n.tabs = i, n.tabs.length && n.preSelectTab(), n;
|
|
10910
|
+
}
|
|
10911
|
+
select(e) {
|
|
10912
|
+
this.idx = e, mt.SetQueryParam(this.key, this.GetSlug());
|
|
10913
|
+
}
|
|
10914
|
+
GetMenu() {
|
|
10915
|
+
return this.tabs[this.idx];
|
|
10916
|
+
}
|
|
10917
|
+
GetComponent() {
|
|
10918
|
+
return this.tabs[this.idx].component;
|
|
10919
|
+
}
|
|
10920
|
+
GetSlug() {
|
|
10921
|
+
return this.tabs[this.idx].slug;
|
|
10922
|
+
}
|
|
10923
|
+
}
|
|
10924
|
+
const Ai = class Ai {
|
|
10891
10925
|
static Format(e) {
|
|
10892
10926
|
let i = e;
|
|
10893
10927
|
if (!i)
|
|
@@ -10997,30 +11031,6 @@ class Lg {
|
|
|
10997
11031
|
e.forEach((i, n) => i.order = n);
|
|
10998
11032
|
}
|
|
10999
11033
|
}
|
|
11000
|
-
class Xn {
|
|
11001
|
-
constructor() {
|
|
11002
|
-
u(this, "tabs", []);
|
|
11003
|
-
u(this, "activeTab", this.tabs[0]);
|
|
11004
|
-
u(this, "activeIdx", 0);
|
|
11005
|
-
u(this, "key", "");
|
|
11006
|
-
}
|
|
11007
|
-
preSelectTab() {
|
|
11008
|
-
const e = mt.GetStringQueryParam(this.key);
|
|
11009
|
-
if (!e || e === "undefined") {
|
|
11010
|
-
this.select(this.tabs[0], 0);
|
|
11011
|
-
return;
|
|
11012
|
-
}
|
|
11013
|
-
const i = this.tabs.findIndex((n) => n.slug === e);
|
|
11014
|
-
i > -1 && this.select(this.tabs[i], i);
|
|
11015
|
-
}
|
|
11016
|
-
static Create(e, i) {
|
|
11017
|
-
const n = new Xn();
|
|
11018
|
-
return n.key = e, n.tabs = i, n.tabs.length && n.preSelectTab(), n;
|
|
11019
|
-
}
|
|
11020
|
-
select(e, i) {
|
|
11021
|
-
this.activeTab = e, this.activeIdx = i, mt.SetQueryParam(this.key, e.slug);
|
|
11022
|
-
}
|
|
11023
|
-
}
|
|
11024
11034
|
function Dg(t, e) {
|
|
11025
11035
|
let i = !0;
|
|
11026
11036
|
return t.value.validate((n) => (n || (i = !1), i)), i;
|
|
@@ -11096,7 +11106,7 @@ class qg {
|
|
|
11096
11106
|
}
|
|
11097
11107
|
class Q {
|
|
11098
11108
|
}
|
|
11099
|
-
u(Q, "Arrays", ft), u(Q, "Axios", Gt), u(Q, "BaseStore", le), u(Q, "Phone", St), u(Q, "Cache", Wi), u(Q, "Classes", Z), u(Q, "CarouselSwipe", fg), u(Q, "Color", gg), u(Q, "CreateSortModels", $r), u(Q, "Cursor", pg), u(Q, "DateMask", Cg), u(Q, "Dates", rt), u(Q, "Dragger", xg), u(Q, "Extension", Mg), u(Q, "Favourite", kg), u(Q, "FTSP", qr), u(Q, "Hooks", Pg), u(Q, "HttpClient", Se), u(Q, "Id", Ge), u(Q, "MakeCarousel", ar), u(Q, "Period", Sn), u(Q, "PhoneService", En), u(Q, "Rating", Eg), u(Q, "Router", mt), u(Q, "RouterGuard", Tg), u(Q, "Scheduler", Fg), u(Q, "Scroll", Og), u(Q, "Sizes", Dn), u(Q, "Sorter", Lg), u(Q, "Static", Wn), u(Q, "Statuses", Ie), u(Q, "Strings", we), u(Q, "Time", te), u(Q, "Timer", Yt), u(Q, "Token", Kt), u(Q, "
|
|
11109
|
+
u(Q, "Arrays", ft), u(Q, "Axios", Gt), u(Q, "BaseStore", le), u(Q, "Phone", St), u(Q, "Cache", Wi), u(Q, "Classes", Z), u(Q, "CarouselSwipe", fg), u(Q, "Color", gg), u(Q, "CreateSortModels", $r), u(Q, "Cursor", pg), u(Q, "DateMask", Cg), u(Q, "Dates", rt), u(Q, "Dragger", xg), u(Q, "Extension", Mg), u(Q, "Favourite", kg), u(Q, "FTSP", qr), u(Q, "Hooks", Pg), u(Q, "HttpClient", Se), u(Q, "Id", Ge), u(Q, "MakeCarousel", ar), u(Q, "Period", Sn), u(Q, "PhoneService", En), u(Q, "Rating", Eg), u(Q, "Router", mt), u(Q, "RouterGuard", Tg), u(Q, "Scheduler", Fg), u(Q, "Scroll", Og), u(Q, "Sizes", Dn), u(Q, "Sorter", Lg), u(Q, "Static", Wn), u(Q, "Statuses", Ie), u(Q, "Strings", we), u(Q, "Time", te), u(Q, "Timer", Yt), u(Q, "Token", Kt), u(Q, "Menus", Xn), // static useConfirmLeavePage = useConfirmLeavePage();
|
|
11100
11110
|
u(Q, "validate", Dg), u(Q, "WaitElement", Bg), u(Q, "WebSocketClient", qg);
|
|
11101
11111
|
class Ng {
|
|
11102
11112
|
constructor() {
|