@hunter-industries/hunter-components 0.0.72 → 0.0.73
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/assets/icons/index.d.ts +95 -4
- package/dist/components/Icon/Icon.vue.d.ts +6 -30
- package/dist/components/Icon/icons.stories.d.ts +1 -1
- package/dist/hunter-components.js +1220 -1321
- package/dist/hunter-components.umd.cjs +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/types/assets.d.ts +1 -1
- package/package.json +1 -1
- package/dist/types/svg.d.ts +0 -11
|
@@ -1,5 +1,96 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
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>;
|
|
4
96
|
export default icons;
|
|
5
|
-
export { icons };
|
|
@@ -1,35 +1,11 @@
|
|
|
1
1
|
import type { HunterIconName } from "../../types/assets";
|
|
2
|
-
|
|
2
|
+
interface Props {
|
|
3
3
|
name: HunterIconName;
|
|
4
|
-
className?: string
|
|
5
|
-
width?: string | number
|
|
6
|
-
height?: string | number
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
dur: number;
|
|
10
|
-
fill: "freeze" | "remove";
|
|
11
|
-
attributeName: string;
|
|
12
|
-
from: string | number;
|
|
13
|
-
to: string | number;
|
|
14
|
-
begin: string | number;
|
|
15
|
-
repeatCount: string | number;
|
|
16
|
-
}> | undefined;
|
|
17
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
|
|
18
|
-
name: HunterIconName;
|
|
19
|
-
className?: string | undefined;
|
|
20
|
-
width?: string | number | undefined;
|
|
21
|
-
height?: string | number | undefined;
|
|
22
|
-
animationOptions?: Partial<{
|
|
23
|
-
id: string;
|
|
24
|
-
dur: number;
|
|
25
|
-
fill: "freeze" | "remove";
|
|
26
|
-
attributeName: string;
|
|
27
|
-
from: string | number;
|
|
28
|
-
to: string | number;
|
|
29
|
-
begin: string | number;
|
|
30
|
-
repeatCount: string | number;
|
|
31
|
-
}> | undefined;
|
|
32
|
-
}>>>, {}, {}>;
|
|
4
|
+
className?: string;
|
|
5
|
+
width?: string | number;
|
|
6
|
+
height?: string | number;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<Props>>>, {}, {}>;
|
|
33
9
|
export default _default;
|
|
34
10
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
35
11
|
type __VLS_TypePropsToOption<T> = {
|