@osamash/floor-planner 1.0.8 → 1.1.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,7 +1,7 @@
|
|
|
1
1
|
export declare const PERCENTAGE_ZOOM: {
|
|
2
2
|
[key: string]: number;
|
|
3
3
|
};
|
|
4
|
-
export declare const SVG_MIN_ZOOM = 0.
|
|
4
|
+
export declare const SVG_MIN_ZOOM = 0.1;
|
|
5
5
|
export declare const SVG_MAX_ZOOM = 5.25;
|
|
6
6
|
export declare function zoomToPercentage(zoom: number): number;
|
|
7
7
|
export declare function percentageToZoom(percentage: number): number;
|
|
@@ -79,6 +79,7 @@ export interface ReactPlannerStore {
|
|
|
79
79
|
removeVerticalGuide: (guideID: string) => void;
|
|
80
80
|
setProperties: (properties: any) => void;
|
|
81
81
|
copyProperties: (properties: any) => void;
|
|
82
|
+
setProjectProperties: (properties: any) => void;
|
|
82
83
|
pasteProperties: () => void;
|
|
83
84
|
setHolesAttributes: (attributesFormData: any) => void;
|
|
84
85
|
setLinesAttributes: (attributesFormData: any) => void;
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"files": [
|
|
12
12
|
"dist"
|
|
13
13
|
],
|
|
14
|
-
"version": "1.0
|
|
14
|
+
"version": "1.1.0",
|
|
15
15
|
"type": "module",
|
|
16
16
|
"scripts": {
|
|
17
17
|
"dev": "vite",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"zustand": "^5.0.7"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
+
"@osamash/floor-planner": "^1.0.9",
|
|
48
49
|
"area-polygon": "^1.0.1",
|
|
49
50
|
"autoprefixer": "^10.4.21",
|
|
50
51
|
"axios": "^1.11.0",
|