@processandtools/rp-article-designer 1.0.85 → 1.0.86
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/README.md +0 -0
- package/dist/components/elements_manager/KmsRenderer.d.ts +1 -1
- package/dist/conditions/helpers/ConditionTreeEvaluator.d.ts +3 -2
- package/dist/data/articles.d.ts +1 -8
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types/divider.types.d.ts +3 -2
- package/dist/vite.svg +0 -0
- package/package.json +1 -1
|
@@ -41,7 +41,8 @@ export interface LinearDivisionDescriptor extends BaseDivider {
|
|
|
41
41
|
type: typeof DividerTypeConst.LINEAR_DIVISION;
|
|
42
42
|
valueSource: typeof ValueSourceConst.DESCRIPTOR;
|
|
43
43
|
thickness: number;
|
|
44
|
-
|
|
44
|
+
lindivDescriptorName?: string;
|
|
45
|
+
dividerDescriptorName?: string;
|
|
45
46
|
}
|
|
46
47
|
export type LinearDivisionMode = LinearDivisionString | LinearDivisionDescriptor;
|
|
47
48
|
export interface ArticleString extends BaseDivider {
|
|
@@ -70,7 +71,7 @@ export declare const isArticle: {
|
|
|
70
71
|
};
|
|
71
72
|
export declare const createDivider: {
|
|
72
73
|
linearDivisionString(NAME: string, TREEID: string, DIVDIR: DivisionDirection, DIVTYPE: DividerType, HORDEFTYPE: HorizontalDefType, LINDIV1: string, DIVELEM1: number, DIVIDER: string, thickness: number): LinearDivisionString;
|
|
73
|
-
linearDivisionDescriptor(NAME: string, TREEID: string, DIVDIR: DivisionDirection, DIVTYPE: DividerType, HORDEFTYPE: HorizontalDefType, LINDIV1: string, DIVELEM1: number, DIVIDER: string, thickness: number
|
|
74
|
+
linearDivisionDescriptor(NAME: string, TREEID: string, DIVDIR: DivisionDirection, DIVTYPE: DividerType, HORDEFTYPE: HorizontalDefType, LINDIV1: string, DIVELEM1: number, DIVIDER: string, thickness: number): LinearDivisionDescriptor;
|
|
74
75
|
articleString(NAME: string, TREEID: string, DIVDIR: DivisionDirection, DIVTYPE: DividerType, HORDEFTYPE: HorizontalDefType, LINDIV1: string, DIVIDER: string, DIVELEM1: number): ArticleString;
|
|
75
76
|
articleDescriptor(NAME: string, TREEID: string, DIVDIR: DivisionDirection, DIVTYPE: DividerType, HORDEFTYPE: HorizontalDefType, LINDIV1: string, DIVIDER: string, DIVELEM1: number, descriptorName: string): ArticleDescriptor;
|
|
76
77
|
fromZoneData(divProps: DividerProps, thickness: number): DividerMode;
|
package/dist/vite.svg
CHANGED
|
File without changes
|