@nanoporetech-digital/components-vue 3.9.2 → 3.10.1

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.
@@ -0,0 +1,1074 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NanoTooltip = exports.NanoTable = exports.NanoTabGroup = exports.NanoTabContent = exports.NanoTab = exports.NanoSticker = exports.NanoSplitPane = exports.NanoSpinner = exports.NanoSlides = exports.NanoSlide = exports.NanoSkeleton = exports.NanoSelect = exports.NanoResizeObserve = exports.NanoRating = exports.NanoRange = exports.NanoProgressBar = exports.NanoOption = exports.NanoNavItem = exports.NanoMenuDrawer = exports.NanoMenu = exports.NanoInput = exports.NanoImg = exports.NanoIconButton = exports.NanoIcon = exports.NanoHero = exports.NanoGridItem = exports.NanoGrid = exports.NanoGlobalSearchResults = exports.NanoGlobalNavUserProfile = exports.NanoGlobalNav = exports.NanoFileUpload = exports.NanoFieldValidator = exports.NanoDropdown = exports.NanoDrawer = exports.NanoDialog = exports.NanoDetails = exports.NanoDemo = exports.NanoDatePicker = exports.NanoDateInput = exports.NanoDatalist = exports.NanoCheckboxGroup = exports.NanoCheckbox = exports.NanoAspectRatio = exports.NanoAlgoliaResults = exports.NanoAlgoliaPagination = exports.NanoAlgoliaInput = exports.NanoAlgoliaFilter = exports.NanoAlgolia = exports.NanoAlert = exports.NanoAccordion = void 0;
4
+ /* eslint-disable */
5
+ /* tslint:disable */
6
+ /* auto-generated vue proxies */
7
+ const utils_1 = require("./vue-component-lib/utils");
8
+ exports.NanoAccordion = (0, utils_1.defineContainer)('nano-accordion', undefined, {
9
+ color: 'color'
10
+ }, [
11
+ 'color',
12
+ 'nanoToggle'
13
+ ]);
14
+ exports.NanoAlert = (0, utils_1.defineContainer)('nano-alert', undefined, {
15
+ open: 'open',
16
+ closable: 'closable',
17
+ color: 'color',
18
+ duration: 'duration'
19
+ }, [
20
+ 'open',
21
+ 'closable',
22
+ 'color',
23
+ 'duration',
24
+ 'nanoShow',
25
+ 'nanoAfterShow',
26
+ 'nanoHide',
27
+ 'nanoAfterHide'
28
+ ]);
29
+ exports.NanoAlgolia = (0, utils_1.defineContainer)('nano-algolia', undefined, {
30
+ showResults: 'show-results',
31
+ resultsPage: 'results-page',
32
+ appId: 'app-id',
33
+ apiKey: 'api-key',
34
+ searchIndexName: 'search-index-name',
35
+ listenTo: 'listen-to',
36
+ query: 'query',
37
+ operator: 'operator',
38
+ replicaIndex: 'replica-index',
39
+ browseIndex: 'browse-index',
40
+ minChars: 'min-chars',
41
+ storeId: 'store-id',
42
+ storeMethod: 'store-method'
43
+ }, [
44
+ 'showResults',
45
+ 'resultsPage',
46
+ 'appId',
47
+ 'apiKey',
48
+ 'searchIndex',
49
+ 'searchIndexName',
50
+ 'listenTo',
51
+ 'query',
52
+ 'operator',
53
+ 'filters',
54
+ 'tplEngine',
55
+ 'tplRenderFn',
56
+ 'replicaIndex',
57
+ 'browseIndex',
58
+ 'minChars',
59
+ 'storeId',
60
+ 'storeMethod',
61
+ 'nanoDidLoad',
62
+ 'nanoResultsShown',
63
+ 'nanoBeforeQuery',
64
+ 'nanoAfterQuery',
65
+ 'nanoNewResults'
66
+ ]);
67
+ exports.NanoAlgoliaFilter = (0, utils_1.defineContainer)('nano-algolia-filter', undefined, {
68
+ filterName: 'filter-name',
69
+ value: 'value',
70
+ operator: 'operator',
71
+ storeId: 'store-id',
72
+ storeMethod: 'store-method'
73
+ }, [
74
+ 'filterName',
75
+ 'value',
76
+ 'operator',
77
+ 'storeId',
78
+ 'storeMethod',
79
+ 'nanoFilterChanged',
80
+ 'nanoTplUpdated'
81
+ ]);
82
+ exports.NanoAlgoliaInput = (0, utils_1.defineContainer)('nano-algolia-input', undefined, {
83
+ appId: 'app-id',
84
+ apiKey: 'api-key',
85
+ searchIndexName: 'search-index-name',
86
+ minChars: 'min-chars',
87
+ autoEmit: 'auto-emit',
88
+ browseIndex: 'browse-index',
89
+ storeId: 'store-id',
90
+ storeMethod: 'store-method'
91
+ }, [
92
+ 'appId',
93
+ 'apiKey',
94
+ 'searchIndex',
95
+ 'searchIndexName',
96
+ 'minChars',
97
+ 'autoEmit',
98
+ 'browseIndex',
99
+ 'storeId',
100
+ 'storeMethod',
101
+ 'nanoSearchResult',
102
+ 'nanoSearch',
103
+ 'nanoSearchReset'
104
+ ]);
105
+ exports.NanoAlgoliaPagination = (0, utils_1.defineContainer)('nano-algolia-pagination', undefined, {
106
+ maxToShow: 'max-to-show'
107
+ }, [
108
+ 'maxToShow',
109
+ 'nanoPageChanged'
110
+ ]);
111
+ exports.NanoAlgoliaResults = (0, utils_1.defineContainer)('nano-algolia-results', undefined, {
112
+ infiniteScroll: 'infinite-scroll',
113
+ appendPages: 'append-pages'
114
+ }, [
115
+ 'infiniteScroll',
116
+ 'appendPages',
117
+ 'nanoPageChanged',
118
+ 'nanoTplUpdated'
119
+ ]);
120
+ exports.NanoAspectRatio = (0, utils_1.defineContainer)('nano-aspect-ratio', undefined, {
121
+ aspectRatio: 'aspect-ratio',
122
+ fit: 'fit'
123
+ }, [
124
+ 'aspectRatio',
125
+ 'fit'
126
+ ]);
127
+ exports.NanoCheckbox = (0, utils_1.defineContainer)('nano-checkbox', undefined, {
128
+ hasFocus: 'has-focus',
129
+ checked: 'checked',
130
+ disabled: 'disabled',
131
+ value: 'value',
132
+ name: 'name',
133
+ required: 'required',
134
+ type: 'type',
135
+ label: 'label',
136
+ indeterminate: 'indeterminate',
137
+ invalid: 'invalid',
138
+ validityMessage: 'validity-message',
139
+ color: 'color',
140
+ form: 'form'
141
+ }, [
142
+ 'hasFocus',
143
+ 'checked',
144
+ 'disabled',
145
+ 'value',
146
+ 'name',
147
+ 'required',
148
+ 'type',
149
+ 'label',
150
+ 'indeterminate',
151
+ 'invalid',
152
+ 'validityMessage',
153
+ 'color',
154
+ 'form',
155
+ 'nanoChange',
156
+ 'nanoFocus',
157
+ 'nanoBlur'
158
+ ], 'checked', 'v-nano-change', 'nanoChange');
159
+ exports.NanoCheckboxGroup = (0, utils_1.defineContainer)('nano-checkbox-group', undefined, {
160
+ validateOn: 'validate-on',
161
+ showInlineError: 'show-inline-error',
162
+ min: 'min',
163
+ max: 'max',
164
+ disabled: 'disabled',
165
+ legend: 'legend',
166
+ invalid: 'invalid',
167
+ validityMessage: 'validity-message',
168
+ value: 'value'
169
+ }, [
170
+ 'validateOn',
171
+ 'showInlineError',
172
+ 'min',
173
+ 'max',
174
+ 'disabled',
175
+ 'legend',
176
+ 'invalid',
177
+ 'validityMessage',
178
+ 'value',
179
+ 'nanoChange',
180
+ 'nanoValidate'
181
+ ], 'value', 'v-nano-change', 'nanoChange');
182
+ exports.NanoDatalist = (0, utils_1.defineContainer)('nano-datalist', undefined, {
183
+ input: 'input',
184
+ type: 'type',
185
+ open: 'open',
186
+ disableFilter: 'disable-filter',
187
+ disabled: 'disabled'
188
+ }, [
189
+ 'selected',
190
+ 'dropDownConfig',
191
+ 'options',
192
+ 'input',
193
+ 'type',
194
+ 'activeOptions',
195
+ 'open',
196
+ 'disableFilter',
197
+ 'disabled',
198
+ 'nanoSelect',
199
+ 'nanoDeselect',
200
+ 'nanoOptionsUpdated'
201
+ ]);
202
+ exports.NanoDateInput = (0, utils_1.defineContainer)('nano-date-input', undefined, {
203
+ invalid: 'invalid',
204
+ validityMessage: 'validity-message',
205
+ helperText: 'helper-text',
206
+ floatLabel: 'float-label',
207
+ name: 'name',
208
+ readonly: 'readonly',
209
+ size: 'size',
210
+ form: 'form',
211
+ firstDayOfWeek: 'first-day-of-week',
212
+ disabled: 'disabled',
213
+ color: 'color',
214
+ autofocus: 'autofocus',
215
+ clearInput: 'clear-input',
216
+ label: 'label',
217
+ placeholder: 'placeholder',
218
+ value: 'value',
219
+ validateOn: 'validate-on',
220
+ showInlineError: 'show-inline-error',
221
+ dateOrder: 'date-order',
222
+ required: 'required',
223
+ min: 'min',
224
+ max: 'max',
225
+ hideLabel: 'hide-label',
226
+ picker: 'picker',
227
+ initialPickerDate: 'initial-picker-date',
228
+ pickerOpen: 'picker-open',
229
+ closeAfterPicked: 'close-after-picked'
230
+ }, [
231
+ 'invalid',
232
+ 'validityMessage',
233
+ 'helperText',
234
+ 'helperTextFormat',
235
+ 'floatLabel',
236
+ 'name',
237
+ 'readonly',
238
+ 'size',
239
+ 'form',
240
+ 'firstDayOfWeek',
241
+ 'localization',
242
+ 'disabled',
243
+ 'color',
244
+ 'autofocus',
245
+ 'clearInput',
246
+ 'label',
247
+ 'placeholder',
248
+ 'value',
249
+ 'validateOn',
250
+ 'showInlineError',
251
+ 'dateOrder',
252
+ 'required',
253
+ 'min',
254
+ 'max',
255
+ 'hideLabel',
256
+ 'picker',
257
+ 'initialPickerDate',
258
+ 'pickerOpen',
259
+ 'closeAfterPicked',
260
+ 'dropDownConfig',
261
+ 'dateValue',
262
+ 'isDateDisabled',
263
+ 'nanoChange',
264
+ 'nanoValidate'
265
+ ]);
266
+ exports.NanoDatePicker = (0, utils_1.defineContainer)('nano-date-picker', undefined, {
267
+ selectedDate: 'selected-date',
268
+ min: 'min',
269
+ max: 'max',
270
+ firstDayOfWeek: 'first-day-of-week',
271
+ color: 'color',
272
+ isModal: 'is-modal'
273
+ }, [
274
+ 'selectedDate',
275
+ 'min',
276
+ 'max',
277
+ 'firstDayOfWeek',
278
+ 'localization',
279
+ 'color',
280
+ 'isDateDisabled',
281
+ 'isModal',
282
+ 'firstFocusEle',
283
+ 'nanoDatePicked'
284
+ ]);
285
+ exports.NanoDemo = (0, utils_1.defineContainer)('nano-demo', undefined);
286
+ exports.NanoDetails = (0, utils_1.defineContainer)('nano-details', undefined, {
287
+ label: 'label',
288
+ open: 'open',
289
+ noHandle: 'no-handle',
290
+ iconRotation: 'icon-rotation',
291
+ color: 'color'
292
+ }, [
293
+ 'label',
294
+ 'open',
295
+ 'noHandle',
296
+ 'iconRotation',
297
+ 'color',
298
+ 'nanoOpened',
299
+ 'nanoClosed'
300
+ ]);
301
+ exports.NanoDialog = (0, utils_1.defineContainer)('nano-dialog', undefined, {
302
+ showRibbon: 'show-ribbon',
303
+ open: 'open',
304
+ label: 'label',
305
+ noHeader: 'no-header',
306
+ noFooter: 'no-footer',
307
+ noUserDismiss: 'no-user-dismiss',
308
+ storeId: 'store-id',
309
+ storeMethod: 'store-method',
310
+ hoist: 'hoist'
311
+ }, [
312
+ 'showRibbon',
313
+ 'open',
314
+ 'label',
315
+ 'noHeader',
316
+ 'noFooter',
317
+ 'noUserDismiss',
318
+ 'storeId',
319
+ 'storeMethod',
320
+ 'hoist',
321
+ 'nanoShow',
322
+ 'nanoAfterShow',
323
+ 'nanoHide',
324
+ 'nanoAfterHide',
325
+ 'nanoInitialFocus',
326
+ 'nanoRequestClose'
327
+ ]);
328
+ exports.NanoDrawer = (0, utils_1.defineContainer)('nano-drawer', undefined, {
329
+ open: 'open',
330
+ label: 'label',
331
+ placement: 'placement',
332
+ contained: 'contained',
333
+ noHeader: 'no-header',
334
+ type: 'type',
335
+ contentSelector: 'content-selector'
336
+ }, [
337
+ 'open',
338
+ 'label',
339
+ 'placement',
340
+ 'contained',
341
+ 'noHeader',
342
+ 'type',
343
+ 'contentSelector',
344
+ 'nanoShow',
345
+ 'nanoAfterShow',
346
+ 'nanoHide',
347
+ 'nanoAfterHide',
348
+ 'nanoOverlayDismiss'
349
+ ]);
350
+ exports.NanoDropdown = (0, utils_1.defineContainer)('nano-dropdown', undefined, {
351
+ autoOpen: 'auto-open',
352
+ open: 'open',
353
+ closeOnSelect: 'close-on-select',
354
+ placement: 'placement',
355
+ distance: 'distance',
356
+ skidding: 'skidding',
357
+ hoist: 'hoist',
358
+ dialogTitle: 'dialog-title'
359
+ }, [
360
+ 'autoOpen',
361
+ 'open',
362
+ 'closeOnSelect',
363
+ 'containingElement',
364
+ 'tetherTo',
365
+ 'placement',
366
+ 'distance',
367
+ 'skidding',
368
+ 'hoist',
369
+ 'dialogTitle',
370
+ 'eventType',
371
+ 'nanoShow',
372
+ 'nanoAfterShow',
373
+ 'nanoHide',
374
+ 'nanoAfterHide'
375
+ ]);
376
+ exports.NanoFieldValidator = (0, utils_1.defineContainer)('nano-field-validator', undefined, {
377
+ validateOn: 'validate-on',
378
+ scrollToInvalid: 'scroll-to-invalid',
379
+ dirty: 'dirty',
380
+ valid: 'valid',
381
+ showValidation: 'show-validation',
382
+ extraFieldSelector: 'extra-field-selector'
383
+ }, [
384
+ 'validateOn',
385
+ 'scrollToInvalid',
386
+ 'dirty',
387
+ 'valid',
388
+ 'store',
389
+ 'payload',
390
+ 'showValidation',
391
+ 'validationState',
392
+ 'extraFieldSelector',
393
+ 'validation',
394
+ 'nanoPayloadChange',
395
+ 'nanoSubmit',
396
+ 'nanoInvalid'
397
+ ]);
398
+ exports.NanoFileUpload = (0, utils_1.defineContainer)('nano-file-upload', undefined, {
399
+ name: 'name',
400
+ accept: 'accept',
401
+ capture: 'capture',
402
+ maxFileSize: 'max-file-size',
403
+ maxFiles: 'max-files',
404
+ label: 'label',
405
+ placeholder: 'placeholder',
406
+ hideLabel: 'hide-label',
407
+ required: 'required',
408
+ disabled: 'disabled',
409
+ clearInput: 'clear-input',
410
+ showInlineError: 'show-inline-error',
411
+ validateOn: 'validate-on',
412
+ form: 'form',
413
+ invalid: 'invalid',
414
+ validityMessage: 'validity-message',
415
+ value: 'value'
416
+ }, [
417
+ 'name',
418
+ 'accept',
419
+ 'capture',
420
+ 'maxFileSize',
421
+ 'maxFiles',
422
+ 'label',
423
+ 'placeholder',
424
+ 'hideLabel',
425
+ 'required',
426
+ 'disabled',
427
+ 'clearInput',
428
+ 'showInlineError',
429
+ 'validateOn',
430
+ 'form',
431
+ 'invalid',
432
+ 'validityMessage',
433
+ 'files',
434
+ 'value',
435
+ 'nanoChange',
436
+ 'nanoFocus',
437
+ 'nanoBlur',
438
+ 'nanoValidate'
439
+ ], 'files', 'v-nano-change', 'nanoChange');
440
+ exports.NanoGlobalNav = (0, utils_1.defineContainer)('nano-global-nav', undefined, {
441
+ env: 'env',
442
+ ssoDataUrl: 'sso-data-url',
443
+ ssoRedirect: 'sso-redirect',
444
+ getMyAccountData: 'get-my-account-data',
445
+ showSearch: 'show-search',
446
+ showLogo: 'show-logo',
447
+ logoUrl: 'logo-url',
448
+ searchAppId: 'search-app-id',
449
+ searchApiKey: 'search-api-key',
450
+ searchValue: 'search-value',
451
+ searchIndex: 'search-index',
452
+ cartCount: 'cart-count',
453
+ msgCount: 'msg-count',
454
+ cartUrl: 'cart-url',
455
+ msgUrl: 'msg-url'
456
+ }, [
457
+ 'env',
458
+ 'ssoDataUrl',
459
+ 'myAccountData',
460
+ 'ssoRedirect',
461
+ 'getMyAccountData',
462
+ 'activeMyAccountSections',
463
+ 'showSearch',
464
+ 'showLogo',
465
+ 'logoUrl',
466
+ 'searchIndeces',
467
+ 'myAccountUser',
468
+ 'searchAppId',
469
+ 'searchApiKey',
470
+ 'searchValue',
471
+ 'searchIndex',
472
+ 'cartCount',
473
+ 'msgCount',
474
+ 'cartUrl',
475
+ 'msgUrl',
476
+ 'nanoIsReady',
477
+ 'nanoSearchResult',
478
+ 'nanoSearchError',
479
+ 'nanoSearchReset'
480
+ ]);
481
+ exports.NanoGlobalNavUserProfile = (0, utils_1.defineContainer)('nano-global-nav-user-profile', undefined, {
482
+ userProfileUrl: 'user-profile-url'
483
+ }, [
484
+ 'myAccountUser',
485
+ 'userProfileUrl'
486
+ ]);
487
+ exports.NanoGlobalSearchResults = (0, utils_1.defineContainer)('nano-global-search-results', undefined, {}, [
488
+ 'nanoSearchGoBack'
489
+ ]);
490
+ exports.NanoGrid = (0, utils_1.defineContainer)('nano-grid', undefined, {
491
+ sSize: 's-size',
492
+ mSize: 'm-size',
493
+ lSize: 'l-size',
494
+ xlSize: 'xl-size',
495
+ sCols: 's-cols',
496
+ mCols: 'm-cols',
497
+ lCols: 'l-cols',
498
+ xlCols: 'xl-cols',
499
+ xxlCols: 'xxl-cols',
500
+ showHelper: 'show-helper',
501
+ contentPanel: 'content-panel',
502
+ fullHeight: 'full-height'
503
+ }, [
504
+ 'sSize',
505
+ 'mSize',
506
+ 'lSize',
507
+ 'xlSize',
508
+ 'sCols',
509
+ 'mCols',
510
+ 'lCols',
511
+ 'xlCols',
512
+ 'xxlCols',
513
+ 'showHelper',
514
+ 'contentPanel',
515
+ 'fullHeight',
516
+ 'nanoBpChange'
517
+ ]);
518
+ exports.NanoGridItem = (0, utils_1.defineContainer)('nano-grid-item', undefined, {
519
+ gridStates: 'grid-states'
520
+ }, [
521
+ 'gridStates'
522
+ ]);
523
+ exports.NanoHero = (0, utils_1.defineContainer)('nano-hero', undefined, {
524
+ imgSrc: 'img-src',
525
+ imgSrcSet: 'img-src-set',
526
+ largeScreenBP: 'large-screen-b-p',
527
+ theme: 'theme',
528
+ level: 'level'
529
+ }, [
530
+ 'imgSrc',
531
+ 'imgSrcSet',
532
+ 'largeScreenBP',
533
+ 'theme',
534
+ 'level'
535
+ ]);
536
+ exports.NanoIcon = (0, utils_1.defineContainer)('nano-icon', undefined, {
537
+ color: 'color',
538
+ ariaLabel: 'aria-label',
539
+ flipRtl: 'flip-rtl',
540
+ name: 'name',
541
+ src: 'src',
542
+ icon: 'icon',
543
+ size: 'size',
544
+ lazy: 'lazy'
545
+ }, [
546
+ 'color',
547
+ 'ariaLabel',
548
+ 'flipRtl',
549
+ 'name',
550
+ 'src',
551
+ 'icon',
552
+ 'size',
553
+ 'lazy'
554
+ ]);
555
+ exports.NanoIconButton = (0, utils_1.defineContainer)('nano-icon-button', undefined, {
556
+ iconName: 'icon-name',
557
+ iconSrc: 'icon-src',
558
+ type: 'type',
559
+ name: 'name',
560
+ value: 'value',
561
+ label: 'label',
562
+ disabled: 'disabled',
563
+ href: 'href',
564
+ target: 'target'
565
+ }, [
566
+ 'iconName',
567
+ 'iconSrc',
568
+ 'type',
569
+ 'name',
570
+ 'value',
571
+ 'label',
572
+ 'disabled',
573
+ 'href',
574
+ 'target'
575
+ ]);
576
+ exports.NanoImg = (0, utils_1.defineContainer)('nano-img', undefined, {
577
+ alt: 'alt',
578
+ src: 'src',
579
+ srcSet: 'src-set',
580
+ lazy: 'lazy',
581
+ background: 'background',
582
+ autoHeight: 'auto-height'
583
+ }, [
584
+ 'alt',
585
+ 'src',
586
+ 'srcSet',
587
+ 'lazy',
588
+ 'background',
589
+ 'autoHeight',
590
+ 'nanoImgWillLoad',
591
+ 'nanoImgDidLoad',
592
+ 'nanoImgError'
593
+ ]);
594
+ exports.NanoInput = (0, utils_1.defineContainer)('nano-input', undefined, {
595
+ invalid: 'invalid',
596
+ validityMessage: 'validity-message',
597
+ color: 'color',
598
+ accept: 'accept',
599
+ autocapitalise: 'autocapitalise',
600
+ autocomplete: 'autocomplete',
601
+ autocorrect: 'autocorrect',
602
+ autofocus: 'autofocus',
603
+ clearInput: 'clear-input',
604
+ clearOnEdit: 'clear-on-edit',
605
+ debounce: 'debounce',
606
+ disabled: 'disabled',
607
+ inputmode: 'inputmode',
608
+ validateOn: 'validate-on',
609
+ showInlineError: 'show-inline-error',
610
+ label: 'label',
611
+ hideLabel: 'hide-label',
612
+ floatLabel: 'float-label',
613
+ max: 'max',
614
+ maxlength: 'maxlength',
615
+ min: 'min',
616
+ minlength: 'minlength',
617
+ multiple: 'multiple',
618
+ name: 'name',
619
+ pattern: 'pattern',
620
+ placeholder: 'placeholder',
621
+ readonly: 'readonly',
622
+ required: 'required',
623
+ spellcheck: 'spellcheck',
624
+ step: 'step',
625
+ size: 'size',
626
+ type: 'type',
627
+ form: 'form',
628
+ value: 'value',
629
+ resize: 'resize',
630
+ rows: 'rows',
631
+ showCharCount: 'show-char-count'
632
+ }, [
633
+ 'invalid',
634
+ 'validityMessage',
635
+ 'color',
636
+ 'accept',
637
+ 'autocapitalise',
638
+ 'autocomplete',
639
+ 'autocorrect',
640
+ 'autofocus',
641
+ 'clearInput',
642
+ 'clearOnEdit',
643
+ 'debounce',
644
+ 'disabled',
645
+ 'inputmode',
646
+ 'validateOn',
647
+ 'showInlineError',
648
+ 'label',
649
+ 'hideLabel',
650
+ 'floatLabel',
651
+ 'max',
652
+ 'maxlength',
653
+ 'min',
654
+ 'minlength',
655
+ 'multiple',
656
+ 'name',
657
+ 'pattern',
658
+ 'placeholder',
659
+ 'readonly',
660
+ 'required',
661
+ 'spellcheck',
662
+ 'step',
663
+ 'size',
664
+ 'type',
665
+ 'form',
666
+ 'value',
667
+ 'resize',
668
+ 'rows',
669
+ 'showCharCount',
670
+ 'nanoInput',
671
+ 'nanoChange',
672
+ 'nanoBlur',
673
+ 'nanoFocus',
674
+ 'nanoDidLoad',
675
+ 'nanoDidUnload',
676
+ 'nanoValidate'
677
+ ], 'value', 'v-nano-change', 'nanoChange');
678
+ exports.NanoMenu = (0, utils_1.defineContainer)('nano-menu', undefined, {
679
+ hasFocus: 'has-focus',
680
+ type: 'type',
681
+ label: 'label'
682
+ }, [
683
+ 'hasFocus',
684
+ 'type',
685
+ 'label',
686
+ 'nanoFocus',
687
+ 'nanoBlur',
688
+ 'nanoSelect'
689
+ ]);
690
+ exports.NanoMenuDrawer = (0, utils_1.defineContainer)('nano-menu-drawer', undefined, {
691
+ open: 'open',
692
+ saveState: 'save-state',
693
+ hideWidth: 'hide-width',
694
+ hideHeight: 'hide-height'
695
+ }, [
696
+ 'open',
697
+ 'saveState',
698
+ 'hideWidth',
699
+ 'hideHeight'
700
+ ]);
701
+ exports.NanoNavItem = (0, utils_1.defineContainer)('nano-nav-item', undefined, {
702
+ href: 'href',
703
+ target: 'target',
704
+ disabled: 'disabled',
705
+ open: 'open',
706
+ selected: 'selected',
707
+ secondaryActiveWidth: 'secondary-active-width',
708
+ closeOnBlur: 'close-on-blur',
709
+ notification: 'notification'
710
+ }, [
711
+ 'href',
712
+ 'target',
713
+ 'disabled',
714
+ 'open',
715
+ 'selected',
716
+ 'secondaryActiveWidth',
717
+ 'secondaryFallback',
718
+ 'closeOnBlur',
719
+ 'notification',
720
+ 'nanoClose',
721
+ 'nanoOpen',
722
+ 'nanoOpening',
723
+ 'nanoClosing',
724
+ 'nanoBlur',
725
+ 'nanoFocus'
726
+ ]);
727
+ exports.NanoOption = (0, utils_1.defineContainer)('nano-option', undefined, {
728
+ value: 'value',
729
+ label: 'label',
730
+ selected: 'selected',
731
+ disabled: 'disabled',
732
+ filterMeta: 'filter-meta'
733
+ }, [
734
+ 'value',
735
+ 'label',
736
+ 'selected',
737
+ 'disabled',
738
+ 'filterMeta',
739
+ 'nanoSelect'
740
+ ]);
741
+ exports.NanoProgressBar = (0, utils_1.defineContainer)('nano-progress-bar', undefined, {
742
+ value: 'value',
743
+ indeterminate: 'indeterminate',
744
+ showPercent: 'show-percent'
745
+ }, [
746
+ 'value',
747
+ 'indeterminate',
748
+ 'showPercent'
749
+ ]);
750
+ exports.NanoRange = (0, utils_1.defineContainer)('nano-range', undefined, {
751
+ color: 'color',
752
+ debounce: 'debounce',
753
+ name: 'name',
754
+ dualKnobs: 'dual-knobs',
755
+ min: 'min',
756
+ max: 'max',
757
+ pin: 'pin',
758
+ snaps: 'snaps',
759
+ step: 'step',
760
+ ticks: 'ticks',
761
+ disabled: 'disabled',
762
+ value: 'value'
763
+ }, [
764
+ 'color',
765
+ 'debounce',
766
+ 'name',
767
+ 'dualKnobs',
768
+ 'min',
769
+ 'max',
770
+ 'pin',
771
+ 'snaps',
772
+ 'step',
773
+ 'ticks',
774
+ 'disabled',
775
+ 'value',
776
+ 'nanoChange',
777
+ 'nanoStyle',
778
+ 'nanoFocus',
779
+ 'nanoBlur'
780
+ ], 'value', 'v-nano-change', 'nanoChange');
781
+ exports.NanoRating = (0, utils_1.defineContainer)('nano-rating', undefined, {
782
+ value: 'value',
783
+ max: 'max',
784
+ precision: 'precision',
785
+ readonly: 'readonly',
786
+ disabled: 'disabled',
787
+ name: 'name',
788
+ symbolName: 'symbol-name'
789
+ }, [
790
+ 'value',
791
+ 'max',
792
+ 'precision',
793
+ 'readonly',
794
+ 'disabled',
795
+ 'name',
796
+ 'symbolName',
797
+ 'symbol',
798
+ 'nanoChange',
799
+ 'nanoBlur',
800
+ 'nanoFocus'
801
+ ], 'value', 'v-nano-change', 'nanoChange');
802
+ exports.NanoResizeObserve = (0, utils_1.defineContainer)('nano-resize-observe', undefined, {
803
+ notifyContentFit: 'notify-content-fit',
804
+ states: 'states'
805
+ }, [
806
+ 'notifyContentFit',
807
+ 'states',
808
+ 'nanoResizeStateChange',
809
+ 'nanoResizeObserverReady',
810
+ 'nanoResizeContentFitChange'
811
+ ]);
812
+ exports.NanoSelect = (0, utils_1.defineContainer)('nano-select', undefined, {
813
+ invalid: 'invalid',
814
+ validityMessage: 'validity-message',
815
+ color: 'color',
816
+ autofocus: 'autofocus',
817
+ disabled: 'disabled',
818
+ validateOn: 'validate-on',
819
+ showInlineError: 'show-inline-error',
820
+ label: 'label',
821
+ hideLabel: 'hide-label',
822
+ floatLabel: 'float-label',
823
+ multiple: 'multiple',
824
+ name: 'name',
825
+ placeholder: 'placeholder',
826
+ readonly: 'readonly',
827
+ required: 'required',
828
+ size: 'size',
829
+ max: 'max',
830
+ min: 'min',
831
+ form: 'form',
832
+ allowCustomValues: 'allow-custom-values',
833
+ value: 'value',
834
+ clearSelect: 'clear-select',
835
+ mask: 'mask',
836
+ debounce: 'debounce'
837
+ }, [
838
+ 'invalid',
839
+ 'validityMessage',
840
+ 'color',
841
+ 'autofocus',
842
+ 'disabled',
843
+ 'validateOn',
844
+ 'showInlineError',
845
+ 'label',
846
+ 'hideLabel',
847
+ 'floatLabel',
848
+ 'multiple',
849
+ 'name',
850
+ 'placeholder',
851
+ 'readonly',
852
+ 'required',
853
+ 'size',
854
+ 'max',
855
+ 'min',
856
+ 'form',
857
+ 'allowCustomValues',
858
+ 'value',
859
+ 'options',
860
+ 'clearSelect',
861
+ 'mask',
862
+ 'debounce',
863
+ 'dropDownConfig',
864
+ 'nanoChange',
865
+ 'nanoBlur',
866
+ 'nanoFocus',
867
+ 'nanoDidLoad',
868
+ 'nanoDidUnload',
869
+ 'nanoSearchChange',
870
+ 'nanoValidate'
871
+ ], 'value', 'v-nano-change', 'nanoChange');
872
+ exports.NanoSkeleton = (0, utils_1.defineContainer)('nano-skeleton', undefined, {
873
+ animated: 'animated'
874
+ }, [
875
+ 'animated'
876
+ ]);
877
+ exports.NanoSlide = (0, utils_1.defineContainer)('nano-slide', undefined, {
878
+ ready: 'ready'
879
+ }, [
880
+ 'ready',
881
+ 'nanoSlideReady'
882
+ ]);
883
+ exports.NanoSlides = (0, utils_1.defineContainer)('nano-slides', undefined, {
884
+ navbtns: 'navbtns',
885
+ pager: 'pager',
886
+ fullscreenbtn: 'fullscreenbtn',
887
+ fullscreen: 'fullscreen',
888
+ animation: 'animation',
889
+ currentSlide: 'current-slide',
890
+ autoplay: 'autoplay',
891
+ ready: 'ready'
892
+ }, [
893
+ 'options',
894
+ 'navbtns',
895
+ 'pager',
896
+ 'fullscreenbtn',
897
+ 'fullscreen',
898
+ 'animation',
899
+ 'currentSlide',
900
+ 'autoplay',
901
+ 'ready',
902
+ 'nanoSlidesDidLoad',
903
+ 'nanoSlidesReady',
904
+ 'nanoSlidesSelect',
905
+ 'nanoSlidesChange',
906
+ 'nanoSlidesScroll',
907
+ 'nanoSlidesTransitionEnd',
908
+ 'nanoSlidesDragStart',
909
+ 'nanoSlidesDragMove',
910
+ 'nanoSlidesDragEnd',
911
+ 'nanoSlidesTap',
912
+ 'nanoSlidesFullscreenChange'
913
+ ]);
914
+ exports.NanoSpinner = (0, utils_1.defineContainer)('nano-spinner', undefined, {
915
+ type: 'type',
916
+ overlay: 'overlay'
917
+ }, [
918
+ 'type',
919
+ 'overlay'
920
+ ]);
921
+ exports.NanoSplitPane = (0, utils_1.defineContainer)('nano-split-pane', undefined, {
922
+ position: 'position',
923
+ positionInPixels: 'position-in-pixels',
924
+ vertical: 'vertical',
925
+ disabled: 'disabled',
926
+ primary: 'primary',
927
+ snap: 'snap',
928
+ snapThreshold: 'snap-threshold',
929
+ animationDuration: 'animation-duration'
930
+ }, [
931
+ 'position',
932
+ 'positionInPixels',
933
+ 'vertical',
934
+ 'disabled',
935
+ 'primary',
936
+ 'snap',
937
+ 'snapThreshold',
938
+ 'animationDuration',
939
+ 'nanoReposition',
940
+ 'nanoDragging'
941
+ ]);
942
+ exports.NanoSticker = (0, utils_1.defineContainer)('nano-sticker', undefined, {
943
+ autoResize: 'auto-resize',
944
+ isSticky: 'is-sticky',
945
+ offset: 'offset',
946
+ position: 'position',
947
+ quietMode: 'quiet-mode',
948
+ hideOnNewStickers: 'hide-on-new-stickers',
949
+ breakPointMax: 'break-point-max',
950
+ breakPointMin: 'break-point-min',
951
+ stickTo: 'stick-to'
952
+ }, [
953
+ 'autoResize',
954
+ 'isSticky',
955
+ 'offset',
956
+ 'position',
957
+ 'quietMode',
958
+ 'hideOnNewStickers',
959
+ 'breakPointMax',
960
+ 'breakPointMin',
961
+ 'scrollParent',
962
+ 'stickTo',
963
+ 'nanoStuck',
964
+ 'nanoUnstuck',
965
+ 'nanoHide',
966
+ 'nanoShow'
967
+ ]);
968
+ exports.NanoTab = (0, utils_1.defineContainer)('nano-tab', undefined, {
969
+ panel: 'panel',
970
+ active: 'active',
971
+ disabled: 'disabled',
972
+ closable: 'closable'
973
+ }, [
974
+ 'panel',
975
+ 'active',
976
+ 'disabled',
977
+ 'closable',
978
+ 'nanoTabClose'
979
+ ]);
980
+ exports.NanoTabContent = (0, utils_1.defineContainer)('nano-tab-content', undefined, {
981
+ name: 'name',
982
+ active: 'active'
983
+ }, [
984
+ 'name',
985
+ 'active'
986
+ ]);
987
+ exports.NanoTabGroup = (0, utils_1.defineContainer)('nano-tab-group', undefined, {
988
+ placement: 'placement',
989
+ noScrollControls: 'no-scroll-controls',
990
+ color: 'color',
991
+ storeId: 'store-id',
992
+ storeMethod: 'store-method',
993
+ disableSwipe: 'disable-swipe'
994
+ }, [
995
+ 'placement',
996
+ 'noScrollControls',
997
+ 'color',
998
+ 'storeId',
999
+ 'storeMethod',
1000
+ 'disableSwipe',
1001
+ 'nanoTabShow',
1002
+ 'nanoTabHide',
1003
+ 'nanoTabWillClose',
1004
+ 'nanoTabClose'
1005
+ ]);
1006
+ exports.NanoTable = (0, utils_1.defineContainer)('nano-table', undefined, {
1007
+ type: 'type',
1008
+ caption: 'caption',
1009
+ showCaption: 'show-caption',
1010
+ loading: 'loading',
1011
+ placeholderSize: 'placeholder-size',
1012
+ showFooter: 'show-footer',
1013
+ perBlock: 'per-block',
1014
+ blocksLength: 'blocks-length',
1015
+ searchTerm: 'search-term',
1016
+ defaultSort: 'default-sort',
1017
+ defaultColDraggable: 'default-col-draggable',
1018
+ virtualTotalItems: 'virtual-total-items'
1019
+ }, [
1020
+ 'type',
1021
+ 'caption',
1022
+ 'showCaption',
1023
+ 'loading',
1024
+ 'placeholderSize',
1025
+ 'rows',
1026
+ 'columns',
1027
+ 'headRender',
1028
+ 'rowRender',
1029
+ 'footRender',
1030
+ 'showFooter',
1031
+ 'perBlock',
1032
+ 'blocksLength',
1033
+ 'searchTerm',
1034
+ 'customFilterFn',
1035
+ 'customSortFn',
1036
+ 'defaultSort',
1037
+ 'defaultColDraggable',
1038
+ 'virtualTotalItems',
1039
+ 'nanoTblReady',
1040
+ 'nanoTblBlockRendered',
1041
+ 'nanoTblBeforeSort',
1042
+ 'nanoTblAfterSort',
1043
+ 'nanoTblColDrag',
1044
+ 'nanoTblColDrop',
1045
+ 'nanoTblBeforeFilter',
1046
+ 'nanoTblAfterFilter',
1047
+ 'nanoTblBeforeSearch',
1048
+ 'nanoTblAfterSearch',
1049
+ 'nanoTblBeforeEdit'
1050
+ ]);
1051
+ exports.NanoTooltip = (0, utils_1.defineContainer)('nano-tooltip', undefined, {
1052
+ content: 'content',
1053
+ placement: 'placement',
1054
+ disabled: 'disabled',
1055
+ distance: 'distance',
1056
+ open: 'open',
1057
+ skidding: 'skidding',
1058
+ hoist: 'hoist',
1059
+ trigger: 'trigger'
1060
+ }, [
1061
+ 'content',
1062
+ 'placement',
1063
+ 'disabled',
1064
+ 'distance',
1065
+ 'open',
1066
+ 'skidding',
1067
+ 'hoist',
1068
+ 'trigger',
1069
+ 'nanoShow',
1070
+ 'nanoAfterShow',
1071
+ 'nanoHide',
1072
+ 'nanoAfterHide'
1073
+ ]);
1074
+ //# sourceMappingURL=proxies.js.map