sprof 0.0.13 → 0.0.16
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/classes/SortModel.d.ts +1 -1
- package/dist/components/atoms/PSelect/PSelect.stories.d.ts +472 -0
- package/dist/index.d.ts +3 -1
- package/dist/interfaces/ISortModel.d.ts +1 -1
- package/dist/interfaces/Sort.d.ts +1 -1
- package/dist/services/CreateSortModels.d.ts +1 -1
- package/dist/sprof.js +8 -6
- package/dist/sprof.umd.cjs +6 -6
- package/dist/style.css +1 -1
- package/dist/types/index.d.ts +2 -0
- package/dist/types/indexNames.d.ts +2 -0
- package/package.json +1 -1
- /package/dist/{interfaces → types}/Orders.d.ts +0 -0
|
@@ -0,0 +1,472 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: {
|
|
4
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
5
|
+
label: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default: string;
|
|
8
|
+
required: false;
|
|
9
|
+
};
|
|
10
|
+
placeholder: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
required: false;
|
|
14
|
+
};
|
|
15
|
+
value: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
default: string;
|
|
18
|
+
required: false;
|
|
19
|
+
};
|
|
20
|
+
readonly: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
default: boolean;
|
|
23
|
+
required: false;
|
|
24
|
+
};
|
|
25
|
+
disabled: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
required: false;
|
|
29
|
+
};
|
|
30
|
+
margin: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
required: false;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
padding: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
required: false;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
clearable: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
required: false;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
width: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
required: false;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
modelValue: {
|
|
51
|
+
type: globalThis.PropType<unknown>;
|
|
52
|
+
};
|
|
53
|
+
}>> & Readonly<{
|
|
54
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
55
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
56
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
57
|
+
change: (...args: any[]) => void;
|
|
58
|
+
clear: (...args: any[]) => void;
|
|
59
|
+
}, import('vue').PublicProps, {
|
|
60
|
+
readonly: boolean;
|
|
61
|
+
label: string;
|
|
62
|
+
placeholder: string;
|
|
63
|
+
margin: string;
|
|
64
|
+
padding: string;
|
|
65
|
+
width: string;
|
|
66
|
+
value: string;
|
|
67
|
+
disabled: boolean;
|
|
68
|
+
clearable: boolean;
|
|
69
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
70
|
+
P: {};
|
|
71
|
+
B: {};
|
|
72
|
+
D: {};
|
|
73
|
+
C: {};
|
|
74
|
+
M: {};
|
|
75
|
+
Defaults: {};
|
|
76
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
77
|
+
label: {
|
|
78
|
+
type: StringConstructor;
|
|
79
|
+
default: string;
|
|
80
|
+
required: false;
|
|
81
|
+
};
|
|
82
|
+
placeholder: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
default: string;
|
|
85
|
+
required: false;
|
|
86
|
+
};
|
|
87
|
+
value: {
|
|
88
|
+
type: StringConstructor;
|
|
89
|
+
default: string;
|
|
90
|
+
required: false;
|
|
91
|
+
};
|
|
92
|
+
readonly: {
|
|
93
|
+
type: BooleanConstructor;
|
|
94
|
+
default: boolean;
|
|
95
|
+
required: false;
|
|
96
|
+
};
|
|
97
|
+
disabled: {
|
|
98
|
+
type: BooleanConstructor;
|
|
99
|
+
default: boolean;
|
|
100
|
+
required: false;
|
|
101
|
+
};
|
|
102
|
+
margin: {
|
|
103
|
+
type: StringConstructor;
|
|
104
|
+
required: false;
|
|
105
|
+
default: string;
|
|
106
|
+
};
|
|
107
|
+
padding: {
|
|
108
|
+
type: StringConstructor;
|
|
109
|
+
required: false;
|
|
110
|
+
default: string;
|
|
111
|
+
};
|
|
112
|
+
clearable: {
|
|
113
|
+
type: BooleanConstructor;
|
|
114
|
+
required: false;
|
|
115
|
+
default: boolean;
|
|
116
|
+
};
|
|
117
|
+
width: {
|
|
118
|
+
type: StringConstructor;
|
|
119
|
+
required: false;
|
|
120
|
+
default: string;
|
|
121
|
+
};
|
|
122
|
+
modelValue: {
|
|
123
|
+
type: globalThis.PropType<unknown>;
|
|
124
|
+
};
|
|
125
|
+
}>> & Readonly<{
|
|
126
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
127
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
128
|
+
}>, {}, {}, {}, {}, {
|
|
129
|
+
readonly: boolean;
|
|
130
|
+
label: string;
|
|
131
|
+
placeholder: string;
|
|
132
|
+
margin: string;
|
|
133
|
+
padding: string;
|
|
134
|
+
width: string;
|
|
135
|
+
value: string;
|
|
136
|
+
disabled: boolean;
|
|
137
|
+
clearable: boolean;
|
|
138
|
+
}>;
|
|
139
|
+
__isFragment?: undefined;
|
|
140
|
+
__isTeleport?: undefined;
|
|
141
|
+
__isSuspense?: undefined;
|
|
142
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
143
|
+
label: {
|
|
144
|
+
type: StringConstructor;
|
|
145
|
+
default: string;
|
|
146
|
+
required: false;
|
|
147
|
+
};
|
|
148
|
+
placeholder: {
|
|
149
|
+
type: StringConstructor;
|
|
150
|
+
default: string;
|
|
151
|
+
required: false;
|
|
152
|
+
};
|
|
153
|
+
value: {
|
|
154
|
+
type: StringConstructor;
|
|
155
|
+
default: string;
|
|
156
|
+
required: false;
|
|
157
|
+
};
|
|
158
|
+
readonly: {
|
|
159
|
+
type: BooleanConstructor;
|
|
160
|
+
default: boolean;
|
|
161
|
+
required: false;
|
|
162
|
+
};
|
|
163
|
+
disabled: {
|
|
164
|
+
type: BooleanConstructor;
|
|
165
|
+
default: boolean;
|
|
166
|
+
required: false;
|
|
167
|
+
};
|
|
168
|
+
margin: {
|
|
169
|
+
type: StringConstructor;
|
|
170
|
+
required: false;
|
|
171
|
+
default: string;
|
|
172
|
+
};
|
|
173
|
+
padding: {
|
|
174
|
+
type: StringConstructor;
|
|
175
|
+
required: false;
|
|
176
|
+
default: string;
|
|
177
|
+
};
|
|
178
|
+
clearable: {
|
|
179
|
+
type: BooleanConstructor;
|
|
180
|
+
required: false;
|
|
181
|
+
default: boolean;
|
|
182
|
+
};
|
|
183
|
+
width: {
|
|
184
|
+
type: StringConstructor;
|
|
185
|
+
required: false;
|
|
186
|
+
default: string;
|
|
187
|
+
};
|
|
188
|
+
modelValue: {
|
|
189
|
+
type: globalThis.PropType<unknown>;
|
|
190
|
+
};
|
|
191
|
+
}>> & Readonly<{
|
|
192
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
193
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
194
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
195
|
+
change: (...args: any[]) => void;
|
|
196
|
+
clear: (...args: any[]) => void;
|
|
197
|
+
}, string, {
|
|
198
|
+
readonly: boolean;
|
|
199
|
+
label: string;
|
|
200
|
+
placeholder: string;
|
|
201
|
+
margin: string;
|
|
202
|
+
padding: string;
|
|
203
|
+
width: string;
|
|
204
|
+
value: string;
|
|
205
|
+
disabled: boolean;
|
|
206
|
+
clearable: boolean;
|
|
207
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
208
|
+
$slots: {
|
|
209
|
+
left?(_: {}): any;
|
|
210
|
+
default?(_: {}): any;
|
|
211
|
+
right?(_: {}): any;
|
|
212
|
+
};
|
|
213
|
+
});
|
|
214
|
+
tags: string[];
|
|
215
|
+
parameters: {
|
|
216
|
+
docs: {
|
|
217
|
+
description: {
|
|
218
|
+
component: string;
|
|
219
|
+
};
|
|
220
|
+
};
|
|
221
|
+
};
|
|
222
|
+
argTypes: {
|
|
223
|
+
label: {
|
|
224
|
+
control: string;
|
|
225
|
+
description: string;
|
|
226
|
+
};
|
|
227
|
+
margin: {
|
|
228
|
+
control: string;
|
|
229
|
+
description: string;
|
|
230
|
+
};
|
|
231
|
+
padding: {
|
|
232
|
+
control: string;
|
|
233
|
+
description: string;
|
|
234
|
+
};
|
|
235
|
+
mask: {
|
|
236
|
+
control: string;
|
|
237
|
+
description: string;
|
|
238
|
+
};
|
|
239
|
+
borderColor: {
|
|
240
|
+
control: string;
|
|
241
|
+
description: string;
|
|
242
|
+
};
|
|
243
|
+
color: {
|
|
244
|
+
control: string;
|
|
245
|
+
description: string;
|
|
246
|
+
};
|
|
247
|
+
disabled: {
|
|
248
|
+
control: string;
|
|
249
|
+
description: string;
|
|
250
|
+
};
|
|
251
|
+
};
|
|
252
|
+
};
|
|
253
|
+
export default _default;
|
|
254
|
+
export declare const Default: (args: Record<string, unknown>) => {
|
|
255
|
+
components: {
|
|
256
|
+
PSelect: {
|
|
257
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
258
|
+
label: {
|
|
259
|
+
type: StringConstructor;
|
|
260
|
+
default: string;
|
|
261
|
+
required: false;
|
|
262
|
+
};
|
|
263
|
+
placeholder: {
|
|
264
|
+
type: StringConstructor;
|
|
265
|
+
default: string;
|
|
266
|
+
required: false;
|
|
267
|
+
};
|
|
268
|
+
value: {
|
|
269
|
+
type: StringConstructor;
|
|
270
|
+
default: string;
|
|
271
|
+
required: false;
|
|
272
|
+
};
|
|
273
|
+
readonly: {
|
|
274
|
+
type: BooleanConstructor;
|
|
275
|
+
default: boolean;
|
|
276
|
+
required: false;
|
|
277
|
+
};
|
|
278
|
+
disabled: {
|
|
279
|
+
type: BooleanConstructor;
|
|
280
|
+
default: boolean;
|
|
281
|
+
required: false;
|
|
282
|
+
};
|
|
283
|
+
margin: {
|
|
284
|
+
type: StringConstructor;
|
|
285
|
+
required: false;
|
|
286
|
+
default: string;
|
|
287
|
+
};
|
|
288
|
+
padding: {
|
|
289
|
+
type: StringConstructor;
|
|
290
|
+
required: false;
|
|
291
|
+
default: string;
|
|
292
|
+
};
|
|
293
|
+
clearable: {
|
|
294
|
+
type: BooleanConstructor;
|
|
295
|
+
required: false;
|
|
296
|
+
default: boolean;
|
|
297
|
+
};
|
|
298
|
+
width: {
|
|
299
|
+
type: StringConstructor;
|
|
300
|
+
required: false;
|
|
301
|
+
default: string;
|
|
302
|
+
};
|
|
303
|
+
modelValue: {
|
|
304
|
+
type: globalThis.PropType<unknown>;
|
|
305
|
+
};
|
|
306
|
+
}>> & Readonly<{
|
|
307
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
308
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
309
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
310
|
+
change: (...args: any[]) => void;
|
|
311
|
+
clear: (...args: any[]) => void;
|
|
312
|
+
}, import('vue').PublicProps, {
|
|
313
|
+
readonly: boolean;
|
|
314
|
+
label: string;
|
|
315
|
+
placeholder: string;
|
|
316
|
+
margin: string;
|
|
317
|
+
padding: string;
|
|
318
|
+
width: string;
|
|
319
|
+
value: string;
|
|
320
|
+
disabled: boolean;
|
|
321
|
+
clearable: boolean;
|
|
322
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
323
|
+
P: {};
|
|
324
|
+
B: {};
|
|
325
|
+
D: {};
|
|
326
|
+
C: {};
|
|
327
|
+
M: {};
|
|
328
|
+
Defaults: {};
|
|
329
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
330
|
+
label: {
|
|
331
|
+
type: StringConstructor;
|
|
332
|
+
default: string;
|
|
333
|
+
required: false;
|
|
334
|
+
};
|
|
335
|
+
placeholder: {
|
|
336
|
+
type: StringConstructor;
|
|
337
|
+
default: string;
|
|
338
|
+
required: false;
|
|
339
|
+
};
|
|
340
|
+
value: {
|
|
341
|
+
type: StringConstructor;
|
|
342
|
+
default: string;
|
|
343
|
+
required: false;
|
|
344
|
+
};
|
|
345
|
+
readonly: {
|
|
346
|
+
type: BooleanConstructor;
|
|
347
|
+
default: boolean;
|
|
348
|
+
required: false;
|
|
349
|
+
};
|
|
350
|
+
disabled: {
|
|
351
|
+
type: BooleanConstructor;
|
|
352
|
+
default: boolean;
|
|
353
|
+
required: false;
|
|
354
|
+
};
|
|
355
|
+
margin: {
|
|
356
|
+
type: StringConstructor;
|
|
357
|
+
required: false;
|
|
358
|
+
default: string;
|
|
359
|
+
};
|
|
360
|
+
padding: {
|
|
361
|
+
type: StringConstructor;
|
|
362
|
+
required: false;
|
|
363
|
+
default: string;
|
|
364
|
+
};
|
|
365
|
+
clearable: {
|
|
366
|
+
type: BooleanConstructor;
|
|
367
|
+
required: false;
|
|
368
|
+
default: boolean;
|
|
369
|
+
};
|
|
370
|
+
width: {
|
|
371
|
+
type: StringConstructor;
|
|
372
|
+
required: false;
|
|
373
|
+
default: string;
|
|
374
|
+
};
|
|
375
|
+
modelValue: {
|
|
376
|
+
type: globalThis.PropType<unknown>;
|
|
377
|
+
};
|
|
378
|
+
}>> & Readonly<{
|
|
379
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
380
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
381
|
+
}>, {}, {}, {}, {}, {
|
|
382
|
+
readonly: boolean;
|
|
383
|
+
label: string;
|
|
384
|
+
placeholder: string;
|
|
385
|
+
margin: string;
|
|
386
|
+
padding: string;
|
|
387
|
+
width: string;
|
|
388
|
+
value: string;
|
|
389
|
+
disabled: boolean;
|
|
390
|
+
clearable: boolean;
|
|
391
|
+
}>;
|
|
392
|
+
__isFragment?: undefined;
|
|
393
|
+
__isTeleport?: undefined;
|
|
394
|
+
__isSuspense?: undefined;
|
|
395
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
396
|
+
label: {
|
|
397
|
+
type: StringConstructor;
|
|
398
|
+
default: string;
|
|
399
|
+
required: false;
|
|
400
|
+
};
|
|
401
|
+
placeholder: {
|
|
402
|
+
type: StringConstructor;
|
|
403
|
+
default: string;
|
|
404
|
+
required: false;
|
|
405
|
+
};
|
|
406
|
+
value: {
|
|
407
|
+
type: StringConstructor;
|
|
408
|
+
default: string;
|
|
409
|
+
required: false;
|
|
410
|
+
};
|
|
411
|
+
readonly: {
|
|
412
|
+
type: BooleanConstructor;
|
|
413
|
+
default: boolean;
|
|
414
|
+
required: false;
|
|
415
|
+
};
|
|
416
|
+
disabled: {
|
|
417
|
+
type: BooleanConstructor;
|
|
418
|
+
default: boolean;
|
|
419
|
+
required: false;
|
|
420
|
+
};
|
|
421
|
+
margin: {
|
|
422
|
+
type: StringConstructor;
|
|
423
|
+
required: false;
|
|
424
|
+
default: string;
|
|
425
|
+
};
|
|
426
|
+
padding: {
|
|
427
|
+
type: StringConstructor;
|
|
428
|
+
required: false;
|
|
429
|
+
default: string;
|
|
430
|
+
};
|
|
431
|
+
clearable: {
|
|
432
|
+
type: BooleanConstructor;
|
|
433
|
+
required: false;
|
|
434
|
+
default: boolean;
|
|
435
|
+
};
|
|
436
|
+
width: {
|
|
437
|
+
type: StringConstructor;
|
|
438
|
+
required: false;
|
|
439
|
+
default: string;
|
|
440
|
+
};
|
|
441
|
+
modelValue: {
|
|
442
|
+
type: globalThis.PropType<unknown>;
|
|
443
|
+
};
|
|
444
|
+
}>> & Readonly<{
|
|
445
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
446
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
447
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
448
|
+
change: (...args: any[]) => void;
|
|
449
|
+
clear: (...args: any[]) => void;
|
|
450
|
+
}, string, {
|
|
451
|
+
readonly: boolean;
|
|
452
|
+
label: string;
|
|
453
|
+
placeholder: string;
|
|
454
|
+
margin: string;
|
|
455
|
+
padding: string;
|
|
456
|
+
width: string;
|
|
457
|
+
value: string;
|
|
458
|
+
disabled: boolean;
|
|
459
|
+
clearable: boolean;
|
|
460
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
461
|
+
$slots: {
|
|
462
|
+
left?(_: {}): any;
|
|
463
|
+
default?(_: {}): any;
|
|
464
|
+
right?(_: {}): any;
|
|
465
|
+
};
|
|
466
|
+
});
|
|
467
|
+
};
|
|
468
|
+
setup(): {
|
|
469
|
+
args: Record<string, unknown>;
|
|
470
|
+
};
|
|
471
|
+
template: string;
|
|
472
|
+
};
|
package/dist/index.d.ts
CHANGED
|
@@ -89,6 +89,7 @@ import { default as TopSliderContainer } from './components/TopSliderContainer.v
|
|
|
89
89
|
import { default as UploaderImage } from './components/UploaderImage.vue';
|
|
90
90
|
import { default as servicesNames } from './services/indexNames';
|
|
91
91
|
import { default as servicesStoresNames } from './store/ServicesStoresNames';
|
|
92
|
+
import { default as typesNames } from './types/indexNames';
|
|
92
93
|
declare const servicesComponents: {
|
|
93
94
|
install: (app: {
|
|
94
95
|
component: (a: string, b: unknown) => void;
|
|
@@ -97,4 +98,5 @@ declare const servicesComponents: {
|
|
|
97
98
|
export * from './classes/index';
|
|
98
99
|
export * from './services/index';
|
|
99
100
|
export * from './store/ServicesStores';
|
|
100
|
-
export
|
|
101
|
+
export * from './types/index';
|
|
102
|
+
export { AdaptiveContainer, AdaptiveContainerHorizontal, AdminGallery, ArrowLeft, ArrowRight, AuthForm, AuthModal, AuthPage, CarouselImages, classesNames, CollapseContainer, CollapseItem, ContactForm, ContextWindow, DateInputRange, DateInputRange_v2, DoubleArrowLeft, DoubleArrowRight, DropList, EllipsisSvg, EmailForm, FilterCheckbox, FiltersButtonsSelect, FilterSelect, FTSPPanel, GeneralItem, GridContainer, IconArrowLeft, IconCheckDefault, IconClose, IconDownload, IconEdit, IconEmail, IconFilter, IconMove, IconPhone, IconSearch, IconSelectArrow, ImageCropper, InfoItem, InfoItemSelectButtons, LeftRightContainer, MessageBody, PAdd, PageNotFound, PAutocomplete, PButton, PCheckBox, PContainer, PContainerStickyHead, PDatePicker, PDel, PDialog, PFlex, PhoneForm, PInput, PInputDate, PInputNumber, PLeftSlider, PList, PListItem, PLoader, PModal, PNotification, PPagination, PRadio, PRightSlider, PSelect, PSticky, PString, PTabs, PTextarea, PTopSlider, RemoteSearch, ResearcheContainer, RightSliderContainer, RightTabsContainer, RSContainer, SelectValueType, servicesComponents, servicesNames, servicesStoresNames, SingleNameToggleForm, SortList, SortSelect, Strings, Switch3Pos, ThemeWrapper, ToggleInfoItem, TopSliderContainer, typesNames, UploaderFile, UploaderImage, VerticalCollapseContainer, };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as SortModel } from '../classes/SortModel';
|
|
2
|
-
import { Orders } from '
|
|
2
|
+
import { Orders } from '../types/Orders';
|
|
3
3
|
export type SortModelBuilder = (order?: Orders) => SortModel;
|
|
4
4
|
export interface SortModelBuildersLib {
|
|
5
5
|
[key: string]: SortModelBuilder;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { default as SortModel } from '../classes/SortModel';
|
|
2
|
-
import { Orders } from '../interfaces/Orders';
|
|
3
2
|
import { SortModelBuildersLib } from '../interfaces/Sort';
|
|
3
|
+
import { Orders } from '../types/Orders';
|
|
4
4
|
export default function createSortModels(lib: SortModelBuildersLib, mainOrder?: Orders): SortModel[];
|
package/dist/sprof.js
CHANGED
|
@@ -6329,7 +6329,7 @@ const Vo = /* @__PURE__ */ I({
|
|
|
6329
6329
|
], 4);
|
|
6330
6330
|
};
|
|
6331
6331
|
}
|
|
6332
|
-
}), Ht = /* @__PURE__ */ $(fd, [["__scopeId", "data-v-
|
|
6332
|
+
}), Ht = /* @__PURE__ */ $(fd, [["__scopeId", "data-v-eab44241"]]), md = /* @__PURE__ */ I({
|
|
6333
6333
|
__name: "PSticky",
|
|
6334
6334
|
props: {
|
|
6335
6335
|
shadow: { type: Boolean, default: !1 },
|
|
@@ -12384,8 +12384,8 @@ const mg = /* @__PURE__ */ $(dg, [["render", fg], ["__scopeId", "data-v-4d1abb74
|
|
|
12384
12384
|
"SearchStore",
|
|
12385
12385
|
"UserAccountsStore",
|
|
12386
12386
|
"ValueTypesStore"
|
|
12387
|
-
];
|
|
12388
|
-
class
|
|
12387
|
+
], I1 = ["Orders"];
|
|
12388
|
+
class $1 extends Li {
|
|
12389
12389
|
constructor() {
|
|
12390
12390
|
super(...arguments);
|
|
12391
12391
|
u(this, "label", "Логин");
|
|
@@ -12395,7 +12395,7 @@ class I1 extends Li {
|
|
|
12395
12395
|
u(this, "id", "field-auth-login");
|
|
12396
12396
|
}
|
|
12397
12397
|
}
|
|
12398
|
-
const
|
|
12398
|
+
const E1 = {
|
|
12399
12399
|
install: function(t) {
|
|
12400
12400
|
t.component("PButton", De), t.component("PCheckBox", io), t.component("PDatePicker", Va), t.component("PFlex", no), t.component("PInput", bt), t.component("PInputDate", Vo), t.component("PInputNumber", Nc), t.component("PLeftSlider", Vc), t.component("PList", Zc), t.component("PListItem", Xc), t.component("PRadio", ed), t.component("PRightSlider", sd), t.component("PSelect", Ht), t.component("PSticky", qn), t.component("PString", Fe), t.component("PTextarea", wd), t.component("PTopSlider", xd), t.component("IconDownload", rr), t.component("IconFilter", ar), t.component("ArrowLeft", ur), t.component("ArrowRight", cr), t.component("DoubleArrowLeft", dr), t.component("DoubleArrowRight", hr), t.component("EllipsisSvg", fr), t.component("IconArrowLeft", Xh), t.component("IconCheckDefault", to), t.component("IconClose", qi), t.component("IconEdit", Qh), t.component("IconEmail", ef), t.component("IconMove", nf), t.component("IconPhone", of), t.component("IconSearch", lr), t.component("IconSelectArrow", _o), t.component("CollapseContainer", am), t.component("CollapseItem", hm), t.component("VerticalCollapseContainer", km), t.component("PAdd", Am), t.component("PContainer", Tr), t.component("PContainerStickyHead", Pm), t.component("PDel", Om), t.component("PTabs", Bm), t.component("UploaderFile", Vm), t.component("AuthForm", Hn), t.component("PModal", Hi), t.component("AuthPage", Lr), t.component("PageNotFound", zr), t.component("AdaptiveContainer", ya), t.component("AdaptiveContainerHorizontal", Ca), t.component("AdminGallery", za), t.component("AuthModal", Ad), t.component("CarouselImages", zd), t.component("ContactForm", bh), t.component("ContextWindow", Sh), t.component("DateInputRangeV2", Ih), t.component("DateInputRange", kh), t.component("DropList", Th), t.component("EmailForm", sr), t.component("FilterCheckbox", zh), t.component("FiltersButtonsSelect", qh), t.component("FilterSelect", Uh), t.component("FTSPPanel", Gh), t.component("GeneralItem", Vh), t.component("GridContainer", Ni), t.component("ImageCropper", Pr), t.component("InfoItem", Lt), t.component("InfoItemSelectButtons", Yf), t.component("LeftRightContainer", tm), t.component("MessageBody", _n), t.component("PAutocomplete", Or), t.component("PDialog", ap), t.component("PhoneForm", or), t.component("PLoader", cp), t.component("PNotification", hp), t.component("PPagination", yp), t.component("RemoteSearch", bp), t.component("ResearcheContainer", kp), t.component("RightSliderContainer", Ep), t.component("RightTabsContainer", Op), t.component("RSContainer", _p), t.component("SelectValueType", Xp), t.component("SingleNameToggleForm", Kp), t.component("SortList", ig), t.component("SortSelect", og), t.component("Switch3Pos", cg), t.component("ThemeWrapper", mg), t.component("ToggleInfoItem", gg), t.component("TopSliderContainer", bg), t.component("UploaderImage", $g);
|
|
12401
12401
|
}
|
|
@@ -12481,10 +12481,11 @@ export {
|
|
|
12481
12481
|
Lt as InfoItem,
|
|
12482
12482
|
Yf as InfoItemSelectButtons,
|
|
12483
12483
|
tm as LeftRightContainer,
|
|
12484
|
-
|
|
12484
|
+
$1 as LoginField,
|
|
12485
12485
|
Lc as MakeCarousel,
|
|
12486
12486
|
v1 as MenusStore,
|
|
12487
12487
|
_n as MessageBody,
|
|
12488
|
+
lt as Orders,
|
|
12488
12489
|
Am as PAdd,
|
|
12489
12490
|
Or as PAutocomplete,
|
|
12490
12491
|
De as PButton,
|
|
@@ -12563,9 +12564,10 @@ export {
|
|
|
12563
12564
|
Wg as countRating,
|
|
12564
12565
|
Xg as moveDown,
|
|
12565
12566
|
Jg as moveUp,
|
|
12566
|
-
|
|
12567
|
+
E1 as servicesComponents,
|
|
12567
12568
|
R1 as servicesNames,
|
|
12568
12569
|
A1 as servicesStoresNames,
|
|
12570
|
+
I1 as typesNames,
|
|
12569
12571
|
Zl as useConfirmLeavePage,
|
|
12570
12572
|
t1 as validate
|
|
12571
12573
|
};
|