@processandtools/rp-article-designer 1.0.93 → 1.0.95
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,3 +1,3 @@
|
|
|
1
1
|
import { SpecialKmsProps } from '../../construction_principle/kms/spec-kms/special.kms';
|
|
2
|
-
declare function DR_SPECIAL({ length, width, thk,
|
|
2
|
+
declare function DR_SPECIAL({ length, width, thk, cp, materialLoaderResult }: SpecialKmsProps): import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export default DR_SPECIAL;
|
package/dist/data/articles.d.ts
CHANGED
|
@@ -7,43 +7,17 @@ export declare const articleList: ({
|
|
|
7
7
|
};
|
|
8
8
|
variables: {
|
|
9
9
|
Door_Name: string;
|
|
10
|
-
|
|
11
|
-
PULL_Y: number;
|
|
10
|
+
Hinge_Side_nbr: number;
|
|
12
11
|
};
|
|
13
|
-
isDimensioned?: undefined;
|
|
14
12
|
} | {
|
|
15
13
|
name: string;
|
|
16
|
-
isDimensioned: boolean;
|
|
17
|
-
dimensions: {
|
|
18
|
-
width: number;
|
|
19
|
-
height: number;
|
|
20
|
-
depth: number;
|
|
21
|
-
};
|
|
22
|
-
variables?: undefined;
|
|
23
|
-
} | {
|
|
24
|
-
name: string;
|
|
25
|
-
isDimensioned: boolean;
|
|
26
|
-
dimensions: {
|
|
27
|
-
width: number;
|
|
28
|
-
height: number;
|
|
29
|
-
depth: number;
|
|
30
|
-
};
|
|
31
|
-
variables: {
|
|
32
|
-
Door_Name: string;
|
|
33
|
-
PULL_X: number;
|
|
34
|
-
PULL_Y: number;
|
|
35
|
-
};
|
|
36
|
-
} | {
|
|
37
|
-
name: string;
|
|
38
|
-
isDimensioned: boolean;
|
|
39
14
|
dimensions: {
|
|
40
15
|
width: number;
|
|
41
16
|
height: number;
|
|
42
17
|
depth: number;
|
|
43
18
|
};
|
|
44
19
|
variables: {
|
|
45
|
-
Door_Name
|
|
46
|
-
|
|
47
|
-
PULL_X?: undefined;
|
|
20
|
+
Door_Name?: undefined;
|
|
21
|
+
Hinge_Side_nbr?: undefined;
|
|
48
22
|
};
|
|
49
23
|
})[];
|