@rebilly/revel 6.17.16 → 6.19.0

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.
@@ -1,459 +0,0 @@
1
- declare const _sfc_main$9: {
2
- name: string;
3
- compatConfig: {
4
- MODE: number;
5
- };
6
- emits: string[];
7
- render(): any;
8
- props: {
9
- id: {
10
- type: StringConstructor;
11
- required: boolean;
12
- };
13
- contentClass: StringConstructor;
14
- };
15
- data(): {
16
- ref: null;
17
- opts: null;
18
- data: null;
19
- transition: string;
20
- transitionTranslate: string;
21
- transitionDuration: string;
22
- placement: string;
23
- positionFixed: boolean;
24
- modifiers: never[];
25
- isInteractive: boolean;
26
- isHovered: boolean;
27
- isFocused: boolean;
28
- showDelay: number;
29
- hideDelay: number;
30
- autoHide: boolean;
31
- popperEl: null;
32
- };
33
- computed: {
34
- content(): any;
35
- contentStyle(): any;
36
- popperOptions(): any;
37
- isVisible(): any;
38
- direction(): any;
39
- alignment(): any;
40
- };
41
- watch: {
42
- opts(val: any, oldVal: any): void;
43
- };
44
- mounted(): void;
45
- beforeUnmount(): void;
46
- methods: {
47
- addEvents(): void;
48
- removeEvents(): void;
49
- onClick(e: any): void;
50
- onMouseOver(): void;
51
- onMouseLeave(): void;
52
- onFocusIn(): void;
53
- onFocusOut(e: any): void;
54
- onDocumentClick(e: any): void;
55
- onDocumentKeydown(e: any): void;
56
- onDocumentShowPopover({ detail }: {
57
- detail: any;
58
- }): void;
59
- onDocumentHidePopover({ detail }: {
60
- detail: any;
61
- }): void;
62
- onDocumentTogglePopover({ detail }: {
63
- detail: any;
64
- }): void;
65
- onDocumentUpdatePopover({ detail }: {
66
- detail: any;
67
- }): void;
68
- show(opts?: {}): void;
69
- hide(opts?: {}): void;
70
- toggle(opts?: {}): void;
71
- update(opts?: {}): void;
72
- setupPopper(): void;
73
- onPopperUpdate(args: any): void;
74
- beforeEnter(e: any): void;
75
- afterEnter(e: any): void;
76
- beforeLeave(e: any): void;
77
- afterLeave(e: any): void;
78
- destroyPopper(): void;
79
- };
80
- };
81
- declare const PopoverRow: any;
82
- declare function getPopoverTriggerEvents(opts: any): {
83
- [x: string]: (e: any) => void;
84
- };
85
- declare const _sfc_main$3: {
86
- name: string;
87
- compatConfig: {
88
- MODE: number;
89
- };
90
- emits: string[];
91
- render(): any;
92
- mixins: ({
93
- props: {
94
- color: {
95
- type: StringConstructor;
96
- default: () => any;
97
- };
98
- isDark: {
99
- type: BooleanConstructor;
100
- default: () => any;
101
- };
102
- firstDayOfWeek: NumberConstructor;
103
- masks: ObjectConstructor;
104
- locale: (StringConstructor | ObjectConstructor)[];
105
- timezone: StringConstructor;
106
- minDate: null;
107
- maxDate: null;
108
- minDateExact: null;
109
- maxDateExact: null;
110
- disabledDates: null;
111
- availableDates: null;
112
- theme: null;
113
- };
114
- computed: {
115
- $theme(): any;
116
- $locale(): any;
117
- disabledDates_(): any;
118
- availableDates_(): any;
119
- disabledAttribute(): any;
120
- };
121
- methods: {
122
- formatDate(date: any, mask: any): any;
123
- parseDate(text: any, mask: any): any;
124
- normalizeDate(date: any, config: any): any;
125
- normalizeDates(dates: any): any;
126
- pageForDate(date: any): any;
127
- pageForThisMonth(): any;
128
- };
129
- } | {
130
- methods: {
131
- safeSlot(name: any, args: any, def?: null): any;
132
- };
133
- })[];
134
- provide(): {
135
- sharedState: any;
136
- };
137
- props: {
138
- rows: {
139
- type: NumberConstructor;
140
- default: number;
141
- };
142
- columns: {
143
- type: NumberConstructor;
144
- default: number;
145
- };
146
- step: NumberConstructor;
147
- titlePosition: {
148
- type: StringConstructor;
149
- default: () => any;
150
- };
151
- isExpanded: BooleanConstructor;
152
- fromDate: DateConstructor;
153
- toDate: DateConstructor;
154
- fromPage: ObjectConstructor;
155
- toPage: ObjectConstructor;
156
- minPage: ObjectConstructor;
157
- maxPage: ObjectConstructor;
158
- transition: StringConstructor;
159
- attributes: (ArrayConstructor | ObjectConstructor)[];
160
- trimWeeks: BooleanConstructor;
161
- disablePageSwipe: BooleanConstructor;
162
- };
163
- data(): {
164
- pages: never[];
165
- store: null;
166
- lastFocusedDay: null;
167
- focusableDay: number;
168
- transitionName: string;
169
- inTransition: boolean;
170
- sharedState: {
171
- navPopoverId: string;
172
- dayPopoverId: string;
173
- theme: {};
174
- masks: {};
175
- locale: {};
176
- };
177
- };
178
- computed: {
179
- firstPage(): any;
180
- lastPage(): any;
181
- minPage_(): any;
182
- maxPage_(): any;
183
- count(): any;
184
- step_(): any;
185
- canMovePrev(): any;
186
- canMoveNext(): any;
187
- };
188
- watch: {
189
- $locale(): void;
190
- $theme(): void;
191
- fromDate(): void;
192
- fromPage(val: any): void;
193
- toPage(val: any): void;
194
- count(): void;
195
- attributes: {
196
- handler(val: any): void;
197
- deep: boolean;
198
- };
199
- pages(val: any): void;
200
- disabledAttribute(): void;
201
- lastFocusedDay(val: any): void;
202
- inTransition(val: any): void;
203
- };
204
- created(): void;
205
- mounted(): void;
206
- beforeUnmount(): void;
207
- methods: {
208
- refreshLocale(): void;
209
- refreshTheme(): void;
210
- canMove(arg: any, opts?: {}): any;
211
- movePrev(opts: any): any;
212
- moveNext(opts: any): any;
213
- move(arg: any, opts?: {}): Promise<unknown>;
214
- focusDate(date: any, opts?: {}): Promise<boolean>;
215
- showPageRange(range: any, opts: any): Promise<unknown>;
216
- getTargetPageRange(page: any, { position, force }?: {
217
- position: any;
218
- force: any;
219
- }): {
220
- fromPage: any;
221
- toPage: {
222
- month: any;
223
- year: any;
224
- };
225
- };
226
- getDefaultInitialPage(): any;
227
- refreshPages({ page, position, force, transition, ignoreCache }?: {
228
- page: any;
229
- position?: number | undefined;
230
- force: any;
231
- transition: any;
232
- ignoreCache: any;
233
- }): Promise<unknown>;
234
- refreshDisabledDays(pages: any): void;
235
- refreshFocusableDays(pages: any): void;
236
- getPageDays(pages?: any): any;
237
- getPageTransition(oldPage: any, newPage: any, transition?: any): any;
238
- getPageForAttributes(): any;
239
- buildPage({ month, year }: {
240
- month: any;
241
- year: any;
242
- }, ignoreCache: any): any;
243
- initStore(): void;
244
- refreshAttrs(pages: never[] | undefined, adds: never[] | undefined, deletes: never[] | undefined, reset: any): void;
245
- handleKeydown(e: any): void;
246
- handleDayKeydown(day: any): void;
247
- };
248
- };
249
- declare const _sfc_main: import("vue").DefineComponent<{
250
- mode: {
251
- type: StringConstructor;
252
- default: string;
253
- };
254
- modelValue: {
255
- type: null;
256
- required: true;
257
- };
258
- modelConfig: {
259
- type: ObjectConstructor;
260
- default: () => {};
261
- };
262
- is24hr: BooleanConstructor;
263
- minuteIncrement: NumberConstructor;
264
- isRequired: BooleanConstructor;
265
- isRange: BooleanConstructor;
266
- updateOnInput: {
267
- type: BooleanConstructor;
268
- default: () => any;
269
- };
270
- inputDebounce: {
271
- type: NumberConstructor;
272
- default: () => any;
273
- };
274
- popover: {
275
- type: ObjectConstructor;
276
- default: () => {};
277
- };
278
- dragAttribute: ObjectConstructor;
279
- selectAttribute: ObjectConstructor;
280
- attributes: ArrayConstructor;
281
- validHours: (ArrayConstructor | FunctionConstructor | ObjectConstructor)[];
282
- }, unknown, {
283
- value_: null;
284
- dateParts: null;
285
- activeDate: string;
286
- dragValue: null;
287
- inputValues: string[];
288
- updateTimeout: null;
289
- watchValue: boolean;
290
- datePickerPopoverId: string;
291
- }, {
292
- isDate(): boolean;
293
- isDateTime(): boolean;
294
- isTime(): boolean;
295
- isDragging(): false;
296
- modelConfig_(): any;
297
- inputMask(): any;
298
- inputMaskHasTime(): boolean;
299
- inputMaskHasDate(): boolean;
300
- inputMaskPatch(): number | undefined;
301
- slotArgs(): {
302
- inputValue: string | {
303
- start: string;
304
- end: string;
305
- };
306
- inputEvents: any;
307
- isDragging: false;
308
- updateValue: (value: any, opts?: {}) => Promise<unknown>;
309
- showPopover: (opts?: {}) => void;
310
- hidePopover: (opts?: {}) => void;
311
- togglePopover: (opts: any) => void;
312
- getPopoverTriggerEvents: typeof getPopoverTriggerEvents;
313
- };
314
- popover_(): any;
315
- selectAttribute_(): any;
316
- dragAttribute_(): any;
317
- attributes_(): any[];
318
- }, {
319
- getDateParts(date: any): any;
320
- getDateFromParts(parts: any): any;
321
- refreshDateParts(): void;
322
- onDocumentKeyDown(e: any): void;
323
- onDocumentClick(e: any): void;
324
- onDayClick(day: any): void;
325
- onDayKeydown(day: any): void;
326
- handleDayClick(day: any): void;
327
- onDayMouseEnter(day: any): void;
328
- onTimeInput(parts: any, isStart: any): void;
329
- onInputInput(isStart: any): (e: any) => void;
330
- onInputChange(isStart: any): (e: any) => void;
331
- onInputUpdate(inputValue: any, isStart: any, opts: any): void;
332
- onInputShow(isStart: any): void;
333
- onInputKeyup(e: any): void;
334
- updateValue(value: any, opts?: {}): Promise<unknown>;
335
- normalizeConfig(config: any, baseConfig?: any): any;
336
- forceUpdateValue(value: any, { config, patch, clearIfEqual, formatInput, hidePopover: hidePopover2, isDragging, rangePriority, }?: {
337
- config?: any;
338
- patch?: number | undefined;
339
- clearIfEqual?: boolean | undefined;
340
- formatInput?: boolean | undefined;
341
- hidePopover?: boolean | undefined;
342
- isDragging?: any;
343
- rangePriority?: number | undefined;
344
- }): void;
345
- hasValue(value: any): boolean;
346
- normalizeValue(value: any, config: any, patch: any, rangePriority: any): any;
347
- adjustTimeForValue(value: any, config: any): any;
348
- sortRange(range: any, priority?: number): {
349
- start: any;
350
- end: any;
351
- };
352
- denormalizeValue(value: any, config?: any): any;
353
- valuesAreEqual(a: any, b: any): boolean;
354
- valueIsDisabled(value: any): any;
355
- formatInput(): void;
356
- showPopover(opts?: {}): void;
357
- hidePopover(opts?: {}): void;
358
- togglePopover(opts: any): void;
359
- adjustPageRange(isStart: any): void;
360
- getPageForValue(isStart: any): any;
361
- move(args: any, opts: any): any;
362
- focusDate(date: any, opts: any): any;
363
- }, {
364
- props: {
365
- color: {
366
- type: StringConstructor;
367
- default: () => any;
368
- };
369
- isDark: {
370
- type: BooleanConstructor;
371
- default: () => any;
372
- };
373
- firstDayOfWeek: NumberConstructor;
374
- masks: ObjectConstructor;
375
- locale: (StringConstructor | ObjectConstructor)[];
376
- timezone: StringConstructor;
377
- minDate: null;
378
- maxDate: null;
379
- minDateExact: null;
380
- maxDateExact: null;
381
- disabledDates: null;
382
- availableDates: null;
383
- theme: null;
384
- };
385
- computed: {
386
- $theme(): any;
387
- $locale(): any;
388
- disabledDates_(): any;
389
- availableDates_(): any;
390
- disabledAttribute(): any;
391
- };
392
- methods: {
393
- formatDate(date: any, mask: any): any;
394
- parseDate(text: any, mask: any): any;
395
- normalizeDate(date: any, config: any): any;
396
- normalizeDates(dates: any): any;
397
- pageForDate(date: any): any;
398
- pageForThisMonth(): any;
399
- };
400
- }, import("vue").ComponentOptionsMixin, ("drag" | "update:modelValue" | "dayclick" | "daykeydown" | "popover-will-show" | "popover-did-show" | "popover-will-hide" | "popover-did-hide")[], "drag" | "update:modelValue" | "dayclick" | "daykeydown" | "popover-will-show" | "popover-did-show" | "popover-will-hide" | "popover-did-hide", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
401
- mode: {
402
- type: StringConstructor;
403
- default: string;
404
- };
405
- modelValue: {
406
- type: null;
407
- required: true;
408
- };
409
- modelConfig: {
410
- type: ObjectConstructor;
411
- default: () => {};
412
- };
413
- is24hr: BooleanConstructor;
414
- minuteIncrement: NumberConstructor;
415
- isRequired: BooleanConstructor;
416
- isRange: BooleanConstructor;
417
- updateOnInput: {
418
- type: BooleanConstructor;
419
- default: () => any;
420
- };
421
- inputDebounce: {
422
- type: NumberConstructor;
423
- default: () => any;
424
- };
425
- popover: {
426
- type: ObjectConstructor;
427
- default: () => {};
428
- };
429
- dragAttribute: ObjectConstructor;
430
- selectAttribute: ObjectConstructor;
431
- attributes: ArrayConstructor;
432
- validHours: (ArrayConstructor | FunctionConstructor | ObjectConstructor)[];
433
- }>> & {
434
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
435
- onDrag?: ((...args: any[]) => any) | undefined;
436
- onDayclick?: ((...args: any[]) => any) | undefined;
437
- onDaykeydown?: ((...args: any[]) => any) | undefined;
438
- "onPopover-will-show"?: ((...args: any[]) => any) | undefined;
439
- "onPopover-did-show"?: ((...args: any[]) => any) | undefined;
440
- "onPopover-will-hide"?: ((...args: any[]) => any) | undefined;
441
- "onPopover-did-hide"?: ((...args: any[]) => any) | undefined;
442
- }, {
443
- mode: string;
444
- modelConfig: Record<string, any>;
445
- is24hr: boolean;
446
- isRequired: boolean;
447
- isRange: boolean;
448
- updateOnInput: boolean;
449
- inputDebounce: number;
450
- popover: Record<string, any>;
451
- }>;
452
- declare const screensPlugin: {
453
- install: (app: any, screens: any) => void;
454
- };
455
- declare const setup: (app: any, defaults2: any) => void;
456
- declare const index: {
457
- install: (app: any, defaults2?: {}) => void;
458
- };
459
- export { _sfc_main$3 as Calendar, _sfc_main as DatePicker, _sfc_main$9 as Popover, PopoverRow, screensPlugin as Screens, setup as SetupCalendar, index as default, };