@hunter-industries/hunter-components 0.0.74 → 0.0.78

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.
Files changed (112) hide show
  1. package/dist/hunter-components.js +2215 -1274
  2. package/dist/hunter-components.umd.cjs +461 -2
  3. package/dist/types/App.vue.d.ts +3 -0
  4. package/dist/types/App.vue.d.ts.map +1 -0
  5. package/dist/types/assets/icons/index.d.ts +9 -0
  6. package/dist/types/assets/icons/index.d.ts.map +1 -0
  7. package/dist/{components → types/components}/Button/Button.vue.d.ts +1 -0
  8. package/dist/types/components/Button/Button.vue.d.ts.map +1 -0
  9. package/dist/{components → types/components}/Button/ButtonIcon.vue.d.ts +1 -0
  10. package/dist/types/components/Button/ButtonIcon.vue.d.ts.map +1 -0
  11. package/dist/{components → types/components}/Button/ButtonToast.vue.d.ts +1 -0
  12. package/dist/types/components/Button/ButtonToast.vue.d.ts.map +1 -0
  13. package/dist/{components → types/components}/Button/index.d.ts +1 -0
  14. package/dist/types/components/Button/index.d.ts.map +1 -0
  15. package/dist/{components → types/components}/Card/Card.vue.d.ts +1 -0
  16. package/dist/types/components/Card/Card.vue.d.ts.map +1 -0
  17. package/dist/{components → types/components}/Card/CategoryCard.vue.d.ts +1 -0
  18. package/dist/types/components/Card/CategoryCard.vue.d.ts.map +1 -0
  19. package/dist/{components → types/components}/Card/index.d.ts +1 -0
  20. package/dist/types/components/Card/index.d.ts.map +1 -0
  21. package/dist/{components → types/components}/Chip/Chip.vue.d.ts +1 -0
  22. package/dist/types/components/Chip/Chip.vue.d.ts.map +1 -0
  23. package/dist/{components → types/components}/Chip/index.d.ts +1 -0
  24. package/dist/types/components/Chip/index.d.ts.map +1 -0
  25. package/dist/{components → types/components}/ColorIcon/ColorIcon.vue.d.ts +1 -0
  26. package/dist/types/components/ColorIcon/ColorIcon.vue.d.ts.map +1 -0
  27. package/dist/{components → types/components}/ColorIcon/index.d.ts +1 -0
  28. package/dist/types/components/ColorIcon/index.d.ts.map +1 -0
  29. package/dist/{components → types/components}/Dropdown/Dropdown.vue.d.ts +1 -0
  30. package/dist/types/components/Dropdown/Dropdown.vue.d.ts.map +1 -0
  31. package/dist/{components → types/components}/Dropdown/DropdownColors.vue.d.ts +1 -0
  32. package/dist/types/components/Dropdown/DropdownColors.vue.d.ts.map +1 -0
  33. package/dist/{components → types/components}/Dropdown/DropdownList/DropdownList.vue.d.ts +1 -0
  34. package/dist/types/components/Dropdown/DropdownList/DropdownList.vue.d.ts.map +1 -0
  35. package/dist/{components → types/components}/Dropdown/DropdownList/DropdownListCheckboxes.vue.d.ts +1 -0
  36. package/dist/types/components/Dropdown/DropdownList/DropdownListCheckboxes.vue.d.ts.map +1 -0
  37. package/dist/{components → types/components}/Dropdown/DropdownList/DropdownListWithColorIcons.vue.d.ts +1 -0
  38. package/dist/types/components/Dropdown/DropdownList/DropdownListWithColorIcons.vue.d.ts.map +1 -0
  39. package/dist/{components → types/components}/Dropdown/DropdownList/DropdownListWithFilter.vue.d.ts +1 -0
  40. package/dist/types/components/Dropdown/DropdownList/DropdownListWithFilter.vue.d.ts.map +1 -0
  41. package/dist/{components → types/components}/Dropdown/DropdownList/index.d.ts +1 -0
  42. package/dist/types/components/Dropdown/DropdownList/index.d.ts.map +1 -0
  43. package/dist/{components → types/components}/Dropdown/index.d.ts +1 -0
  44. package/dist/types/components/Dropdown/index.d.ts.map +1 -0
  45. package/dist/{components → types/components}/Form/FormInput.vue.d.ts +1 -0
  46. package/dist/types/components/Form/FormInput.vue.d.ts.map +1 -0
  47. package/dist/{components → types/components}/Form/index.d.ts +1 -0
  48. package/dist/types/components/Form/index.d.ts.map +1 -0
  49. package/dist/{components → types/components}/Form/index.vue.d.ts +1 -0
  50. package/dist/types/components/Form/index.vue.d.ts.map +1 -0
  51. package/dist/{components → types/components}/Icon/Icon.vue.d.ts +1 -0
  52. package/dist/types/components/Icon/Icon.vue.d.ts.map +1 -0
  53. package/dist/{components → types/components}/Icon/index.d.ts +1 -0
  54. package/dist/types/components/Icon/index.d.ts.map +1 -0
  55. package/dist/{components → types/components}/Image/ImageWithPlaceholder.vue.d.ts +1 -0
  56. package/dist/types/components/Image/ImageWithPlaceholder.vue.d.ts.map +1 -0
  57. package/dist/{components → types/components}/Input/Checkbox/Checkbox.vue.d.ts +1 -0
  58. package/dist/types/components/Input/Checkbox/Checkbox.vue.d.ts.map +1 -0
  59. package/dist/{components → types/components}/Input/Checkbox/index.d.ts +1 -0
  60. package/dist/types/components/Input/Checkbox/index.d.ts.map +1 -0
  61. package/dist/{components → types/components}/Link/Link.vue.d.ts +1 -0
  62. package/dist/types/components/Link/Link.vue.d.ts.map +1 -0
  63. package/dist/{components → types/components}/Link/index.d.ts +1 -0
  64. package/dist/types/components/Link/index.d.ts.map +1 -0
  65. package/dist/{components → types/components}/Navigation/NavigationLinks.vue.d.ts +1 -0
  66. package/dist/types/components/Navigation/NavigationLinks.vue.d.ts.map +1 -0
  67. package/dist/{components → types/components}/Navigation/index.d.ts +1 -0
  68. package/dist/types/components/Navigation/index.d.ts.map +1 -0
  69. package/dist/{components → types/components}/SearchInput/SearchInput.vue.d.ts +1 -0
  70. package/dist/types/components/SearchInput/SearchInput.vue.d.ts.map +1 -0
  71. package/dist/{components → types/components}/SearchInput/index.d.ts +1 -0
  72. package/dist/types/components/SearchInput/index.d.ts.map +1 -0
  73. package/dist/{components → types/components}/Toast/Toast.vue.d.ts +1 -0
  74. package/dist/types/components/Toast/Toast.vue.d.ts.map +1 -0
  75. package/dist/{components → types/components}/Toast/index.d.ts +1 -0
  76. package/dist/types/components/Toast/index.d.ts.map +1 -0
  77. package/dist/types/index.d.ts +19 -0
  78. package/dist/types/index.d.ts.map +1 -0
  79. package/dist/types/main.d.ts +2 -0
  80. package/dist/types/main.d.ts.map +1 -0
  81. package/dist/types/types/assets.d.ts +2 -0
  82. package/dist/types/types/assets.d.ts.map +1 -0
  83. package/dist/types/types/svg.d.ts +12 -0
  84. package/dist/types/types/svg.d.ts.map +1 -0
  85. package/dist/types/{ui.d.ts → types/ui.d.ts} +1 -0
  86. package/dist/types/types/ui.d.ts.map +1 -0
  87. package/dist/{utils → types/utils}/filterByString.d.ts +1 -0
  88. package/dist/types/utils/filterByString.d.ts.map +1 -0
  89. package/dist/{utils → types/utils}/validateForm.d.ts +1 -0
  90. package/dist/types/utils/validateForm.d.ts.map +1 -0
  91. package/package.json +4 -3
  92. package/dist/assets/fonts.stories.d.ts +0 -5
  93. package/dist/assets/icons/index.d.ts +0 -96
  94. package/dist/components/Button/Button.stories.d.ts +0 -8
  95. package/dist/components/Button/ButtonIcon.stories.d.ts +0 -6
  96. package/dist/components/Button/ButtonToast.stories.d.ts +0 -6
  97. package/dist/components/Card/Card.stories.d.ts +0 -9
  98. package/dist/components/Chip/Chip.stories.d.ts +0 -6
  99. package/dist/components/ColorIcon/ColorIcon.stories.d.ts +0 -6
  100. package/dist/components/Dropdown/Dropdown.stories.d.ts +0 -181
  101. package/dist/components/Dropdown/DropdownList/DropdownLists.stories.d.ts +0 -157
  102. package/dist/components/Form/Form.stories.d.ts +0 -6
  103. package/dist/components/Form/FormInput.stories.d.ts +0 -6
  104. package/dist/components/Icon/icons.stories.d.ts +0 -6
  105. package/dist/components/Image/ImageWithPlaceholder.stories.d.ts +0 -6
  106. package/dist/components/Input/Checkbox/Checkbox.stories.d.ts +0 -6
  107. package/dist/components/Link/Link.stories.d.ts +0 -6
  108. package/dist/components/Navigation/NavigationLinks.stories.d.ts +0 -6
  109. package/dist/components/SearchInput/SearchInput.stories.d.ts +0 -7
  110. package/dist/components/Toast/Toast.stories.d.ts +0 -6
  111. package/dist/index.d.ts +0 -15
  112. package/dist/types/assets.d.ts +0 -1
@@ -1,96 +0,0 @@
1
- import HunterAccountCircleIcon from "./account-circle.svg?component";
2
- import HunterAddIcon from "./add.svg?component";
3
- import HunterArchiveIcon from "./archive.svg?component";
4
- import HunterArrowDownIcon from "./arrow-down.svg?component";
5
- import HunterArrowLeftIcon from "./arrow-left.svg?component";
6
- import HunterArrowRightIcon from "./arrow-right.svg?component";
7
- import HunterArrowUpIcon from "./arrow-up.svg?component";
8
- import HunterArrowLongDownIcon from "./arrow-long-down.svg?component";
9
- import HunterArrowLongLeftIcon from "./arrow-long-left.svg?component";
10
- import HunterArrowLongRightIcon from "./arrow-long-right.svg?component";
11
- import HunterArrowLongUpIcon from "./arrow-long-up.svg?component";
12
- import HunterCameraIcon from "./camera.svg?component";
13
- import HunterCaretDownIcon from "./caret-down.svg?component";
14
- import HunterCaretLeftIcon from "./caret-left.svg?component";
15
- import HunterCaretRightIcon from "./caret-right.svg?component";
16
- import HunterCaretUpIcon from "./caret-up.svg?component";
17
- import HunterCaretOutlineLeftIcon from "./caret-outline-left.svg?component";
18
- import HunterCaretOutlineDownIcon from "./caret-outline-down.svg?component";
19
- import HunterCaretOutlineRightIcon from "./caret-outline-right.svg?component";
20
- import HunterCaretOutlineUpIcon from "./caret-outline-up.svg?component";
21
- import HunterCheckIcon from "./check.svg?component";
22
- import HunterCircleIcon from "./circle.svg?component";
23
- import HunterCircleOutlineIcon from "./circle-outline.svg?component";
24
- import HunterClockwiseIcon from "./clockwise.svg?component";
25
- import HunterCloseIcon from "./close.svg?component";
26
- import HunterControllerIcon from "./controller.svg?component";
27
- import HunterControllerAccessoryIcon from "./controller-accessory.svg?component";
28
- import HunterCopyContentIcon from "./copy-content.svg?component";
29
- import HunterCounterClockwiseIcon from "./counter-clockwise.svg?component";
30
- import HunterCropIcon from "./crop.svg?component";
31
- import HunterCrossHairIcon from "./cross-hair.svg?component";
32
- import HunterDeleteIcon from "./delete.svg?component";
33
- import HunterDesignLaptopIcon from "./design-laptop.svg?component";
34
- import HunterDownloadIcon from "./download.svg?component";
35
- import HunterDrawIcon from "./draw.svg?component";
36
- import HunterDripSingleRow from "./drip-single-row.svg?component";
37
- import HunterEditPencil from "./edit-pencil.svg?component";
38
- import HunterErrorIcon from "./error.svg?component";
39
- import HunterErrorOutlineIcon from "./error-outline.svg?component";
40
- import HunterFenceIcon from "./fence.svg?component";
41
- import HunterFlowerIcon from "./flower.svg?component";
42
- import HunterForwardArrow from "./arrow-right.svg?component";
43
- import HunterGrassIcon from "./grass.svg?component";
44
- import HunterGridIcon from "./grid.svg?component";
45
- import HunterHandIcon from "./hand.svg?component";
46
- import HunterHiddenIcon from "./hidden.svg?component";
47
- import HunterHouseIcon from "./house.svg?component";
48
- import HunterHydrozoneIcon from "./hydrozone.svg?component";
49
- import HunterImagePlaceholder from "./image-placeholder.svg?component";
50
- import HunterLocationIcon from "./location.svg?component";
51
- import HunterLockIcon from "./lock.svg?component";
52
- import HunterMapIcon from "./map.svg?component";
53
- import HunterMaximizeImage from "./maximize-image.svg?component";
54
- import HunterMenuIcon from "./menu.svg?component";
55
- import HunterMinimizeImage from "./minimize-image.svg?component";
56
- import HunterNorthArrowIcon from "./north-arrow.svg?component";
57
- import HunterNotificationIcon from "./notification.svg?component";
58
- import HunterOutdoorTableIcon from "./outdoor-table.svg?component";
59
- import HunterPlantOutlineIcon from "./plant-outline.svg?component";
60
- import HunterPolygonOutlineIcon from "./polygon-outline.svg?component";
61
- import HunterPottedPlantIcon from "./potted-plant.svg?component";
62
- import HunterProductIcon from "./product.svg?component";
63
- import HunterRecenterIcon from "./recenter.svg?component";
64
- import HunterRectangleIcon from "./rectangle.svg?component";
65
- import HunterRectangleOutlineIcon from "./rectangle-outline.svg?component";
66
- import HunterRedoIcon from "./redo.svg?component";
67
- import HunterRotateDoubleArrow from "./rotate-double-arrow.svg?component";
68
- import HunterRulerIcon from "./ruler.svg?component";
69
- import HunterScaleIcon from "./scale.svg?component";
70
- import HunterSearchIcon from "./search.svg?component";
71
- import HunterShareIcon from "./share.svg?component";
72
- import HunterSquareIcon from "./square.svg?component";
73
- import HunterSquareOutlineIcon from "./square-outline.svg?component";
74
- import HunterStarIcon from "./star.svg?component";
75
- import HunterStarOutilneIcon from "./star-outline.svg?component";
76
- import HunterSubtractIcon from "./subtract.svg?component";
77
- import HunterSuccessIcon from "./success.svg?component";
78
- import HunterSuccessOutlineIcon from "./success-outline.svg?component";
79
- import HunterTapeMeasure from "./tape-measure.svg?component";
80
- import HunterTreeIcon from "./tree.svg?component";
81
- import HunterTriangleIcon from "./triangle.svg?component";
82
- import HunterTriangleOutlineIcon from "./triangle-outline.svg?component";
83
- import HunterUndoIcon from "./undo.svg?component";
84
- import HunterUnlockIcon from "./unlock.svg?component";
85
- import HunterUploadIcon from "./upload.svg?component";
86
- import HunterValveIcon from "./valve.svg?component";
87
- import HunterVisibleIcon from "./visible.svg?component";
88
- import HunterWarningIcon from "./warning.svg?component";
89
- import HunterWarningOutlineIcon from "./warning-outline.svg?component";
90
- import HunterWaterIcon from "./water.svg?component";
91
- import HunterWaterOffIcon from "./water-off.svg?component";
92
- import HunterZonesIcon from "./zones.svg?component";
93
- import { HunterIconName } from "../../types/assets";
94
- export { HunterAccountCircleIcon, HunterAddIcon, HunterArchiveIcon, HunterArrowDownIcon, HunterArrowLeftIcon, HunterArrowRightIcon, HunterArrowUpIcon, HunterArrowLongDownIcon, HunterArrowLongLeftIcon, HunterArrowLongRightIcon, HunterArrowLongUpIcon, HunterCameraIcon, HunterCaretDownIcon, HunterCaretLeftIcon, HunterCaretRightIcon, HunterCaretUpIcon, HunterCaretOutlineLeftIcon, HunterCaretOutlineDownIcon, HunterCaretOutlineRightIcon, HunterCaretOutlineUpIcon, HunterCheckIcon, HunterCircleIcon, HunterCircleOutlineIcon, HunterClockwiseIcon, HunterCloseIcon, HunterControllerIcon, HunterControllerAccessoryIcon, HunterCopyContentIcon, HunterCounterClockwiseIcon, HunterCropIcon, HunterCrossHairIcon, HunterDeleteIcon, HunterDesignLaptopIcon, HunterDownloadIcon, HunterDrawIcon, HunterDripSingleRow, HunterEditPencil, HunterErrorIcon, HunterErrorOutlineIcon, HunterFenceIcon, HunterFlowerIcon, HunterForwardArrow, HunterGrassIcon, HunterGridIcon, HunterHandIcon, HunterHiddenIcon, HunterHouseIcon, HunterHydrozoneIcon, HunterImagePlaceholder, HunterLocationIcon, HunterLockIcon, HunterMapIcon, HunterMaximizeImage, HunterMenuIcon, HunterMinimizeImage, HunterNorthArrowIcon, HunterNotificationIcon, HunterOutdoorTableIcon, HunterPlantOutlineIcon, HunterPolygonOutlineIcon, HunterPottedPlantIcon, HunterProductIcon, HunterRecenterIcon, HunterRectangleIcon, HunterRectangleOutlineIcon, HunterRedoIcon, HunterRotateDoubleArrow, HunterRulerIcon, HunterScaleIcon, HunterSearchIcon, HunterShareIcon, HunterSquareIcon, HunterSquareOutlineIcon, HunterStarIcon, HunterStarOutilneIcon, HunterSubtractIcon, HunterSuccessIcon, HunterSuccessOutlineIcon, HunterTapeMeasure, HunterTreeIcon, HunterTriangleIcon, HunterTriangleOutlineIcon, HunterUndoIcon, HunterUnlockIcon, HunterUploadIcon, HunterValveIcon, HunterVisibleIcon, HunterWarningIcon, HunterWarningOutlineIcon, HunterWaterIcon, HunterWaterOffIcon, HunterZonesIcon, };
95
- declare const icons: Record<HunterIconName, any>;
96
- export default icons;
@@ -1,8 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
2
- import Button from "./Button.vue";
3
- declare const meta: Meta<typeof Button>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Primary: Story;
7
- export declare const Secondary: Story;
8
- export declare const Tertiary: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
2
- import ButtonIcon from "./ButtonIcon.vue";
3
- declare const meta: Meta<typeof ButtonIcon>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Icon: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
2
- import ButtonToast from "./ButtonToast.vue";
3
- declare const meta: Meta<typeof ButtonToast>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Toast: Story;
@@ -1,9 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
2
- import Card from "./Card.vue";
3
- import CategoryCard from "./CategoryCard.vue";
4
- declare const meta: Meta<typeof Card | typeof CategoryCard>;
5
- export default meta;
6
- type Story = StoryObj<typeof meta>;
7
- export declare const Default: Story;
8
- export declare const Horizontal: Story;
9
- export declare const Category: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
2
- import Chip from "./Chip.vue";
3
- declare const meta: Meta<typeof Chip>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Default: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
2
- import ColorIcon from "./ColorIcon.vue";
3
- declare const meta: Meta<typeof ColorIcon>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Icon: Story;
@@ -1,181 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
2
- import Dropdown from "./Dropdown.vue";
3
- import DropdownColors from "./DropdownColors.vue";
4
- declare const meta: Meta<import("vue").DefineComponent<{
5
- placeholderText: {
6
- type: import("vue").PropType<string>;
7
- };
8
- defaultText: {
9
- type: import("vue").PropType<string>;
10
- };
11
- id: {
12
- type: import("vue").PropType<string>;
13
- };
14
- hasBorder: {
15
- type: import("vue").PropType<boolean>;
16
- };
17
- className: {
18
- type: import("vue").PropType<string>;
19
- };
20
- disabled: {
21
- type: import("vue").PropType<boolean>;
22
- };
23
- scrollable: {
24
- type: import("vue").PropType<boolean>;
25
- };
26
- options: {
27
- type: import("vue").PropType<import("./types.js").DropdownOption[]>;
28
- required: true;
29
- };
30
- optionKey: {
31
- type: import("vue").PropType<string>;
32
- required: true;
33
- };
34
- collapsed: {
35
- type: import("vue").PropType<boolean>;
36
- required: true;
37
- };
38
- maxResults: {
39
- type: import("vue").PropType<number>;
40
- };
41
- selected: {
42
- type: import("vue").PropType<import("./types.js").DropdownOption>;
43
- };
44
- variant: {
45
- type: import("vue").PropType<"default" | "small" | "sm">;
46
- };
47
- showClearButton: {
48
- type: import("vue").PropType<boolean>;
49
- };
50
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
51
- selectOption: (value: any) => void;
52
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
53
- placeholderText: {
54
- type: import("vue").PropType<string>;
55
- };
56
- defaultText: {
57
- type: import("vue").PropType<string>;
58
- };
59
- id: {
60
- type: import("vue").PropType<string>;
61
- };
62
- hasBorder: {
63
- type: import("vue").PropType<boolean>;
64
- };
65
- className: {
66
- type: import("vue").PropType<string>;
67
- };
68
- disabled: {
69
- type: import("vue").PropType<boolean>;
70
- };
71
- scrollable: {
72
- type: import("vue").PropType<boolean>;
73
- };
74
- options: {
75
- type: import("vue").PropType<import("./types.js").DropdownOption[]>;
76
- required: true;
77
- };
78
- optionKey: {
79
- type: import("vue").PropType<string>;
80
- required: true;
81
- };
82
- collapsed: {
83
- type: import("vue").PropType<boolean>;
84
- required: true;
85
- };
86
- maxResults: {
87
- type: import("vue").PropType<number>;
88
- };
89
- selected: {
90
- type: import("vue").PropType<import("./types.js").DropdownOption>;
91
- };
92
- variant: {
93
- type: import("vue").PropType<"default" | "small" | "sm">;
94
- };
95
- showClearButton: {
96
- type: import("vue").PropType<boolean>;
97
- };
98
- }>> & {
99
- onSelectOption?: ((value: any) => any) | undefined;
100
- }, {}, {}> | import("vue").DefineComponent<{
101
- placeholderColor: {
102
- type: import("vue").PropType<string>;
103
- };
104
- id: {
105
- type: import("vue").PropType<string>;
106
- };
107
- hasBorder: {
108
- type: import("vue").PropType<boolean>;
109
- };
110
- className: {
111
- type: import("vue").PropType<string>;
112
- };
113
- dropdownClassName: {
114
- type: import("vue").PropType<string>;
115
- };
116
- disabled: {
117
- type: import("vue").PropType<boolean>;
118
- };
119
- colors: {
120
- type: import("vue").PropType<string[]>;
121
- required: true;
122
- };
123
- collapsed: {
124
- type: import("vue").PropType<boolean>;
125
- required: true;
126
- };
127
- scrollable: {
128
- type: import("vue").PropType<boolean>;
129
- };
130
- selected: {
131
- type: import("vue").PropType<string>;
132
- };
133
- variant: {
134
- type: import("vue").PropType<"default" | "small">;
135
- };
136
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
137
- selectOption: (value: any) => void;
138
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
139
- placeholderColor: {
140
- type: import("vue").PropType<string>;
141
- };
142
- id: {
143
- type: import("vue").PropType<string>;
144
- };
145
- hasBorder: {
146
- type: import("vue").PropType<boolean>;
147
- };
148
- className: {
149
- type: import("vue").PropType<string>;
150
- };
151
- dropdownClassName: {
152
- type: import("vue").PropType<string>;
153
- };
154
- disabled: {
155
- type: import("vue").PropType<boolean>;
156
- };
157
- colors: {
158
- type: import("vue").PropType<string[]>;
159
- required: true;
160
- };
161
- collapsed: {
162
- type: import("vue").PropType<boolean>;
163
- required: true;
164
- };
165
- scrollable: {
166
- type: import("vue").PropType<boolean>;
167
- };
168
- selected: {
169
- type: import("vue").PropType<string>;
170
- };
171
- variant: {
172
- type: import("vue").PropType<"default" | "small">;
173
- };
174
- }>> & {
175
- onSelectOption?: ((value: any) => any) | undefined;
176
- }, {}, {}>>;
177
- export default meta;
178
- type Story = StoryObj<typeof Dropdown>;
179
- export declare const Default: Story;
180
- type ColorsStory = StoryObj<typeof DropdownColors>;
181
- export declare const Colors: ColorsStory;
@@ -1,157 +0,0 @@
1
- import type { Meta } from "@storybook/vue3";
2
- import DropdownList from "./DropdownList.vue";
3
- import DropdownListWithFilter from "./DropdownListWithFilter.vue";
4
- import DropdownListWithColorIcons from "./DropdownListWithColorIcons.vue";
5
- declare const meta: {
6
- title: string;
7
- components: (import("vue").DefineComponent<{
8
- options: {
9
- type: import("vue").PropType<import("../types.js").DropdownOption[]>;
10
- required: true;
11
- };
12
- optionKey: {
13
- type: import("vue").PropType<string>;
14
- required: true;
15
- };
16
- collapsed: {
17
- type: import("vue").PropType<boolean>;
18
- required: true;
19
- };
20
- scrollable: {
21
- type: import("vue").PropType<boolean>;
22
- };
23
- maxResults: {
24
- type: import("vue").PropType<number>;
25
- };
26
- id: {
27
- type: import("vue").PropType<string>;
28
- };
29
- selected: {
30
- type: import("vue").PropType<import("../types.js").DropdownOption>;
31
- };
32
- variant: {
33
- type: import("vue").PropType<"default" | "small" | "sm">;
34
- };
35
- showClearButton: {
36
- type: import("vue").PropType<boolean>;
37
- };
38
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
39
- selectOption: (value: any) => void;
40
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
41
- options: {
42
- type: import("vue").PropType<import("../types.js").DropdownOption[]>;
43
- required: true;
44
- };
45
- optionKey: {
46
- type: import("vue").PropType<string>;
47
- required: true;
48
- };
49
- collapsed: {
50
- type: import("vue").PropType<boolean>;
51
- required: true;
52
- };
53
- scrollable: {
54
- type: import("vue").PropType<boolean>;
55
- };
56
- maxResults: {
57
- type: import("vue").PropType<number>;
58
- };
59
- id: {
60
- type: import("vue").PropType<string>;
61
- };
62
- selected: {
63
- type: import("vue").PropType<import("../types.js").DropdownOption>;
64
- };
65
- variant: {
66
- type: import("vue").PropType<"default" | "small" | "sm">;
67
- };
68
- showClearButton: {
69
- type: import("vue").PropType<boolean>;
70
- };
71
- }>> & {
72
- onSelectOption?: ((value: any) => any) | undefined;
73
- }, {}, {}> | import("vue").DefineComponent<{
74
- colors: {
75
- type: import("vue").PropType<string[]>;
76
- required: true;
77
- };
78
- collapsed: {
79
- type: import("vue").PropType<boolean>;
80
- required: true;
81
- };
82
- scrollable: {
83
- type: import("vue").PropType<boolean>;
84
- };
85
- id: {
86
- type: import("vue").PropType<string>;
87
- };
88
- selected: {
89
- type: import("vue").PropType<string>;
90
- };
91
- className: {
92
- type: import("vue").PropType<string>;
93
- };
94
- variant: {
95
- type: import("vue").PropType<"default" | "small">;
96
- };
97
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
98
- selectOption: (value: string) => void;
99
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
100
- colors: {
101
- type: import("vue").PropType<string[]>;
102
- required: true;
103
- };
104
- collapsed: {
105
- type: import("vue").PropType<boolean>;
106
- required: true;
107
- };
108
- scrollable: {
109
- type: import("vue").PropType<boolean>;
110
- };
111
- id: {
112
- type: import("vue").PropType<string>;
113
- };
114
- selected: {
115
- type: import("vue").PropType<string>;
116
- };
117
- className: {
118
- type: import("vue").PropType<string>;
119
- };
120
- variant: {
121
- type: import("vue").PropType<"default" | "small">;
122
- };
123
- }>> & {
124
- onSelectOption?: ((value: string) => any) | undefined;
125
- }, {}, {}>)[];
126
- parameters: {};
127
- tags: string[];
128
- args: {
129
- options: ({
130
- id: number;
131
- name: string;
132
- disabled: boolean;
133
- } | {
134
- id: number;
135
- name: string;
136
- disabled?: undefined;
137
- })[];
138
- collapsed: boolean;
139
- scrollable: boolean;
140
- };
141
- argTypes: {
142
- collapsed: {
143
- control: string;
144
- description: string;
145
- defaultValue: boolean;
146
- };
147
- scrollable: {
148
- control: string;
149
- description: string;
150
- defaultValue: boolean;
151
- };
152
- };
153
- };
154
- export default meta;
155
- export declare const Default: Meta<typeof DropdownList>;
156
- export declare const WithFilter: Meta<typeof DropdownListWithFilter>;
157
- export declare const WithColors: Meta<typeof DropdownListWithColorIcons>;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
2
- import Form from "./index.vue";
3
- declare const meta: Meta<typeof Form>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Default: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
2
- import FormInput from "./FormInput.vue";
3
- declare const meta: Meta<typeof FormInput>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Default: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
2
- import Icon from "./Icon.vue";
3
- declare const meta: Meta;
4
- export default meta;
5
- type Story = StoryObj<typeof Icon>;
6
- export declare const Default: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta } from "@storybook/vue3";
2
- import ImageWithPlaceholder from "./ImageWithPlaceholder.vue";
3
- declare const meta: Meta<typeof ImageWithPlaceholder>;
4
- export default meta;
5
- export declare const Default: any;
6
- export declare const NoImage: any;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
2
- import Checkbox from "./Checkbox.vue";
3
- declare const meta: Meta<typeof Checkbox>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Default: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
2
- import Link from "./Link.vue";
3
- declare const meta: Meta<typeof Link>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Default: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
2
- import NavigationLinks from "./NavigationLinks.vue";
3
- declare const meta: Meta<typeof NavigationLinks>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Default: Story;
@@ -1,7 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
2
- import SearchInput from "./SearchInput.vue";
3
- declare const meta: Meta<typeof SearchInput>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Primary: Story;
7
- export declare const Secondary: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
2
- import Toast from "./Toast.vue";
3
- declare const meta: Meta<typeof Toast>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Default: Story;
package/dist/index.d.ts DELETED
@@ -1,15 +0,0 @@
1
- import "./styles/index.scss";
2
- import { HunterButton, HunterButtonIcon, HunterButtonToast } from "./components/Button";
3
- import { HunterCard, HunterCategoryCard } from "./components/Card";
4
- import { HunterCheckbox } from "./components/Input/Checkbox";
5
- import { HunterChip } from "./components/Chip";
6
- import { HunterDropdownList, HunterDropdownListWithFilter, HunterDropdownListWithColorIcons } from "./components/Dropdown/DropdownList";
7
- import { HunterDropdown, HunterDropdownColors } from "./components/Dropdown";
8
- import { HunterForm, HunterFormInput } from "./components/Form";
9
- import { HunterIcon } from "./components/Icon";
10
- import { HunterLink } from "./components/Link";
11
- import { HunterNavigationLinks } from "./components/Navigation";
12
- import { HunterToast } from "./components/Toast";
13
- import { HunterSearchInput } from "./components/SearchInput";
14
- import { HunterAccountCircleIcon, HunterAddIcon, HunterArchiveIcon, HunterArrowDownIcon, HunterArrowLeftIcon, HunterArrowRightIcon, HunterArrowUpIcon, HunterArrowLongDownIcon, HunterArrowLongLeftIcon, HunterArrowLongRightIcon, HunterArrowLongUpIcon, HunterCameraIcon, HunterCaretDownIcon, HunterCaretLeftIcon, HunterCaretRightIcon, HunterCaretUpIcon, HunterCaretOutlineDownIcon, HunterCaretOutlineLeftIcon, HunterCaretOutlineRightIcon, HunterCaretOutlineUpIcon, HunterCheckIcon, HunterCircleOutlineIcon, HunterClockwiseIcon, HunterCloseIcon, HunterCopyContentIcon, HunterCounterClockwiseIcon, HunterCrossHairIcon, HunterDeleteIcon, HunterDownloadIcon, HunterDrawIcon, HunterEditPencil, HunterErrorIcon, HunterErrorOutlineIcon, HunterFenceIcon, HunterFlowerIcon, HunterGrassIcon, HunterGridIcon, HunterHiddenIcon, HunterHouseIcon, HunterImagePlaceholder, HunterLocationIcon, HunterLockIcon, HunterMapIcon, HunterMaximizeImage, HunterMenuIcon, HunterMinimizeImage, HunterNorthArrowIcon, HunterNotificationIcon, HunterOutdoorTableIcon, HunterPlantOutlineIcon, HunterPolygonOutlineIcon, HunterPottedPlantIcon, HunterRectangleOutlineIcon, HunterRedoIcon, HunterRotateDoubleArrow, HunterRulerIcon, HunterSearchIcon, HunterShareIcon, HunterSquareOutlineIcon, HunterStarIcon, HunterStarOutilneIcon, HunterSubtractIcon, HunterSuccessIcon, HunterSuccessOutlineIcon, HunterTapeMeasure, HunterTreeIcon, HunterTriangleOutlineIcon, HunterUndoIcon, HunterUnlockIcon, HunterUploadIcon, HunterVisibleIcon, HunterWarningIcon, HunterWarningOutlineIcon, HunterWaterIcon, HunterWaterOffIcon, HunterZonesIcon } from "./assets/icons";
15
- export { HunterButton, HunterButtonIcon, HunterButtonToast, HunterCard, HunterCategoryCard, HunterCheckbox, HunterChip, HunterDropdownList, HunterDropdownListWithColorIcons, HunterDropdownListWithFilter, HunterDropdown, HunterDropdownColors, HunterForm, HunterFormInput, HunterIcon, HunterLink, HunterNavigationLinks, HunterToast, HunterSearchInput, HunterAccountCircleIcon, HunterAddIcon, HunterArchiveIcon, HunterArrowDownIcon, HunterArrowLeftIcon, HunterArrowRightIcon, HunterArrowUpIcon, HunterArrowLongDownIcon, HunterArrowLongLeftIcon, HunterArrowLongRightIcon, HunterArrowLongUpIcon, HunterCameraIcon, HunterCaretDownIcon, HunterCaretLeftIcon, HunterCaretRightIcon, HunterCaretUpIcon, HunterCaretOutlineDownIcon, HunterCaretOutlineLeftIcon, HunterCaretOutlineRightIcon, HunterCaretOutlineUpIcon, HunterCheckIcon, HunterCircleOutlineIcon, HunterClockwiseIcon, HunterCloseIcon, HunterCopyContentIcon, HunterCounterClockwiseIcon, HunterCrossHairIcon, HunterDeleteIcon, HunterDownloadIcon, HunterDrawIcon, HunterEditPencil, HunterErrorIcon, HunterErrorOutlineIcon, HunterFenceIcon, HunterFlowerIcon, HunterGrassIcon, HunterGridIcon, HunterHiddenIcon, HunterHouseIcon, HunterImagePlaceholder, HunterLocationIcon, HunterLockIcon, HunterMapIcon, HunterMaximizeImage, HunterMenuIcon, HunterMinimizeImage, HunterNorthArrowIcon, HunterNotificationIcon, HunterOutdoorTableIcon, HunterPlantOutlineIcon, HunterPolygonOutlineIcon, HunterPottedPlantIcon, HunterRectangleOutlineIcon, HunterRedoIcon, HunterRotateDoubleArrow, HunterRulerIcon, HunterSearchIcon, HunterShareIcon, HunterSquareOutlineIcon, HunterStarIcon, HunterStarOutilneIcon, HunterSubtractIcon, HunterSuccessIcon, HunterSuccessOutlineIcon, HunterTapeMeasure, HunterTreeIcon, HunterTriangleOutlineIcon, HunterUndoIcon, HunterUnlockIcon, HunterUploadIcon, HunterVisibleIcon, HunterWarningIcon, HunterWarningOutlineIcon, HunterWaterIcon, HunterWaterOffIcon, HunterZonesIcon, };
@@ -1 +0,0 @@
1
- export type HunterIconName = "account-circle" | "add" | "archive" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "arrow-long-down" | "arrow-long-left" | "arrow-long-right" | "arrow-long-up" | "camera" | "caret-down" | "caret-left" | "caret-right" | "caret-up" | "caret-outline-left" | "caret-outline-down" | "caret-outline-right" | "caret-outline-up" | "check" | "circle" | "circle-outline" | "clockwise" | "close" | "controller" | "controller-accessory" | "copy-content" | "crop" | "cross-hair" | "counter-clockwise" | "delete" | "design-laptop" | "download" | "draw" | "drip-single-row" | "edit-pencil" | "error" | "error-outline" | "fence" | "flower" | "arrow-right" | "grass" | "grid" | "hand" | "hidden" | "house" | "hydrozone" | "image-placeholder" | "location" | "lock" | "map" | "maximize-image" | "menu" | "minimize-image" | "north-arrow" | "notification" | "outdoor-table" | "plant-outline" | "polygon-outline" | "potted-plant" | "product" | "recenter" | "rectangle" | "rectangle-outline" | "redo" | "rotate-double-arrow" | "ruler" | "scale" | "search" | "share" | "square" | "square-outline" | "star" | "star-outline" | "subtract" | "success" | "success-outline" | "tape-measure" | "tree" | "triangle" | "triangle-outline" | "undo" | "unlock" | "upload" | "valve" | "visible" | "warning" | "warning-outline" | "water" | "water-off" | "zones";