@formkit/pro 0.122.6 → 0.122.7-5d2a1fd

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,5 +1,5 @@
1
1
  import { options, defaultIcon, localize } from '@formkit/inputs'
2
- import { FormKitProInput } from '@formkit/pro'
2
+ import type { FormKitProInput } from '../index'
3
3
  import {
4
4
  outer,
5
5
  wrapper,
@@ -20,13 +20,15 @@ import {
20
20
  removeSelection,
21
21
  selectionWrapper,
22
22
  selections,
23
- } from '../sections/autocompleteSections'
24
- import { $if } from '../compose'
25
- import dropdownFamily from '../features/dropdown-family/index'
26
- import autocompleteProps from '../features/dropdown-family/autocomplete/props'
27
- import searchInput from '../features/dropdown-family/searchInput'
28
- import autocompleteFeatures from '../features/dropdown-family/autocomplete'
29
- import usePopover from '../features/popover'
23
+ } from '@formkit/pro/autocomplete'
24
+ import {
25
+ dropdownFamily,
26
+ autocompleteProps,
27
+ searchInput,
28
+ autocompleteFeatures,
29
+ usePopover,
30
+ $if,
31
+ } from '@formkit/pro'
30
32
 
31
33
  /**
32
34
  * Input definition for a autocomplete input.
@@ -1,4 +1,4 @@
1
- import { FormKitProInput } from '@formkit/pro'
1
+ import { FormKitProInput } from '../index'
2
2
  import {
3
3
  outer,
4
4
  wrapper,
@@ -41,11 +41,9 @@ import {
41
41
  formatSwitcher,
42
42
  swatches,
43
43
  swatch,
44
- } from '../sections/colorpickerSections'
45
- import { $if } from '../compose'
44
+ } from '@formkit/pro/colorpicker'
46
45
  import { defaultIcon, options, localize } from '@formkit/inputs'
47
- import colorFeature from '../features/color'
48
- import usePopover from '../features/popover'
46
+ import { colorFeature, usePopover, $if } from '@formkit/pro'
49
47
 
50
48
  /**
51
49
  * Input definition for a colorpicker input.
@@ -1,4 +1,4 @@
1
- import { FormKitProInput } from '@formkit/pro'
1
+ import { FormKitProInput } from '../index'
2
2
  import {
3
3
  calendar,
4
4
  calendarHeader,
@@ -49,11 +49,9 @@ import {
49
49
  yearsHeader,
50
50
  removeSelection,
51
51
  panelClose,
52
- } from '../sections/datepickerSections'
53
- import { useCalendar } from '../features/calendar'
54
- import usePopover from '../features/popover'
52
+ } from '@formkit/pro/datepicker'
55
53
  import { defaultIcon, localize } from '@formkit/inputs'
56
- import maskOverlay from '../features/maskOverlay'
54
+ import { useCalendar, usePopover, maskOverlay } from '@formkit/pro'
57
55
 
58
56
  /**
59
57
  * Input definition for a datepicker input.
@@ -1,4 +1,4 @@
1
- import { FormKitProInput } from '@formkit/pro'
1
+ import { FormKitProInput } from '../index'
2
2
  import { options, defaultIcon, localize } from '@formkit/inputs'
3
3
  import {
4
4
  outer,
@@ -29,13 +29,15 @@ import {
29
29
  tagLabel,
30
30
  tagLoading,
31
31
  truncationCount,
32
- } from '../sections/dropdownSections'
33
- import { $if } from '../compose'
34
- import dropdownFamily from '../features/dropdown-family/index'
35
- import dropdownProps from '../features/dropdown-family/dropdown/props'
36
- import selectorHandlers from '../features/dropdown-family/selector'
37
- import dropdownFeatures from '../features/dropdown-family/dropdown'
38
- import usePopover from '../features/popover'
32
+ } from '@formkit/pro/dropdown'
33
+ import {
34
+ dropdownFamily,
35
+ dropdownProps,
36
+ selectorHandlers,
37
+ dropdownFeatures,
38
+ usePopover,
39
+ $if,
40
+ } from '@formkit/pro'
39
41
 
40
42
  /**
41
43
  * Input definition for a dropdown input.