@configura/debug-react 2.2.0-alpha.0 → 2.2.0-alpha.2
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/.eslintrc.json +5 -5
- package/.postcssrc.json +8 -8
- package/LICENSE +201 -201
- package/dist/LogMessageView.d.ts +5 -5
- package/dist/LogMessageView.js +8 -8
- package/dist/LogMessagesView.d.ts +5 -5
- package/dist/LogMessagesView.js +10 -10
- package/dist/TextualConfigurationView.d.ts +7 -7
- package/dist/TextualConfigurationView.js +58 -58
- package/dist/css/debug.css +1 -1
- package/dist/css/debug.css.map +1 -1
- package/dist/exerciser/Exerciser.d.ts +37 -37
- package/dist/exerciser/Exerciser.js +155 -155
- package/dist/exerciser/ExerciserReportFilterView.d.ts +9 -9
- package/dist/exerciser/ExerciserReportFilterView.js +205 -205
- package/dist/exerciser/ExerciserReportItem.d.ts +10 -10
- package/dist/exerciser/ExerciserReportItem.js +1 -1
- package/dist/exerciser/ExerciserReportItemView.d.ts +6 -6
- package/dist/exerciser/ExerciserReportItemView.js +53 -53
- package/dist/exerciser/ExerciserReportView.d.ts +7 -7
- package/dist/exerciser/ExerciserReportView.js +8 -8
- package/dist/exerciser/ExerciserRun.d.ts +19 -19
- package/dist/exerciser/ExerciserRun.js +158 -158
- package/dist/exerciser/ExerciserSetup.d.ts +15 -15
- package/dist/exerciser/ExerciserSetup.js +54 -54
- package/dist/exerciser/FilterSelect.d.ts +8 -8
- package/dist/exerciser/FilterSelect.js +40 -40
- package/dist/hooks.d.ts +2 -2
- package/dist/hooks.js +7 -7
- package/dist/index.d.ts +12 -12
- package/dist/index.js +12 -12
- package/dist/productConfiguration/DebugAdditionalProductView.d.ts +3 -3
- package/dist/productConfiguration/DebugAdditionalProductView.js +6 -6
- package/dist/productConfiguration/DebugFeatureCommon.d.ts +10 -10
- package/dist/productConfiguration/DebugFeatureCommon.js +35 -35
- package/dist/productConfiguration/DebugFeatureGroupView.d.ts +4 -4
- package/dist/productConfiguration/DebugFeatureGroupView.js +20 -20
- package/dist/productConfiguration/DebugFeatureView.d.ts +4 -4
- package/dist/productConfiguration/DebugFeatureView.js +8 -8
- package/dist/productConfiguration/DebugMiscFileView.d.ts +3 -3
- package/dist/productConfiguration/DebugMiscFileView.js +10 -10
- package/dist/productConfiguration/DebugNoteView.d.ts +3 -3
- package/dist/productConfiguration/DebugNoteView.js +10 -10
- package/dist/productConfiguration/DebugOptionCommon.d.ts +10 -10
- package/dist/productConfiguration/DebugOptionCommon.js +30 -30
- package/dist/productConfiguration/DebugOptionView.d.ts +4 -4
- package/dist/productConfiguration/DebugOptionView.js +8 -8
- package/dist/productConfiguration/DebugProductCommon.d.ts +9 -9
- package/dist/productConfiguration/DebugProductCommon.js +40 -40
- package/dist/productConfiguration/DebugProductConfigurationView.d.ts +16 -16
- package/dist/productConfiguration/DebugProductConfigurationView.js +26 -26
- package/dist/productConfiguration/DebugRowsFactory.d.ts +9 -9
- package/dist/productConfiguration/DebugRowsFactory.js +31 -31
- package/dist/productConfiguration/DebugTable.d.ts +8 -8
- package/dist/productConfiguration/DebugTable.js +8 -8
- package/dist/productConfiguration/debugComponentsHelper.d.ts +3 -3
- package/dist/productConfiguration/debugComponentsHelper.js +36 -36
- package/dist/productConfiguration/index.d.ts +8 -8
- package/dist/productConfiguration/index.js +8 -8
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export * from "./exerciser/Exerciser.js";
|
|
2
|
-
export * from "./exerciser/ExerciserReportFilterView.js";
|
|
3
|
-
export * from "./exerciser/ExerciserReportItem.js";
|
|
4
|
-
export * from "./exerciser/ExerciserReportItemView.js";
|
|
5
|
-
export * from "./exerciser/ExerciserReportView.js";
|
|
6
|
-
export * from "./exerciser/ExerciserRun.js";
|
|
7
|
-
export * from "./exerciser/ExerciserSetup.js";
|
|
8
|
-
export * from "./hooks.js";
|
|
9
|
-
export * from "./LogMessagesView.js";
|
|
10
|
-
export * from "./LogMessageView.js";
|
|
11
|
-
export * from "./productConfiguration/index.js";
|
|
12
|
-
export * from "./TextualConfigurationView.js";
|
|
1
|
+
export * from "./exerciser/Exerciser.js";
|
|
2
|
+
export * from "./exerciser/ExerciserReportFilterView.js";
|
|
3
|
+
export * from "./exerciser/ExerciserReportItem.js";
|
|
4
|
+
export * from "./exerciser/ExerciserReportItemView.js";
|
|
5
|
+
export * from "./exerciser/ExerciserReportView.js";
|
|
6
|
+
export * from "./exerciser/ExerciserRun.js";
|
|
7
|
+
export * from "./exerciser/ExerciserSetup.js";
|
|
8
|
+
export * from "./hooks.js";
|
|
9
|
+
export * from "./LogMessagesView.js";
|
|
10
|
+
export * from "./LogMessageView.js";
|
|
11
|
+
export * from "./productConfiguration/index.js";
|
|
12
|
+
export * from "./TextualConfigurationView.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CfgAdditionalProductViewProps } from "@configura/web-ui";
|
|
2
|
-
import React from "react";
|
|
3
|
-
export declare const getDebugAdditionalProductView: (Original: React.ComponentType<CfgAdditionalProductViewProps>) => React.ComponentType<CfgAdditionalProductViewProps>;
|
|
1
|
+
import { CfgAdditionalProductViewProps } from "@configura/web-ui";
|
|
2
|
+
import React from "react";
|
|
3
|
+
export declare const getDebugAdditionalProductView: (Original: React.ComponentType<CfgAdditionalProductViewProps>) => React.ComponentType<CfgAdditionalProductViewProps>;
|
|
4
4
|
//# sourceMappingURL=DebugAdditionalProductView.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { DebugProductCommon } from "./DebugProductCommon.js";
|
|
3
|
-
export const getDebugAdditionalProductView = (Original) => (props) => (React.createElement("li", null,
|
|
4
|
-
React.createElement(DebugProductCommon, Object.assign({ heading: "Additional Product" }, props)),
|
|
5
|
-
React.createElement("ul", { className: "debug-wrapper" },
|
|
6
|
-
React.createElement(Original, Object.assign({}, props)))));
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { DebugProductCommon } from "./DebugProductCommon.js";
|
|
3
|
+
export const getDebugAdditionalProductView = (Original) => (props) => (React.createElement("li", null,
|
|
4
|
+
React.createElement(DebugProductCommon, Object.assign({ heading: "Additional Product" }, props)),
|
|
5
|
+
React.createElement("ul", { className: "debug-wrapper" },
|
|
6
|
+
React.createElement(Original, Object.assign({}, props)))));
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { CfgFeature } from "@configura/web-api";
|
|
2
|
-
import React from "react";
|
|
3
|
-
declare type Props = {
|
|
4
|
-
heading: string;
|
|
5
|
-
tooltip?: string;
|
|
6
|
-
feature: CfgFeature;
|
|
7
|
-
markAsHidden?: boolean;
|
|
8
|
-
};
|
|
9
|
-
export declare const DebugFeatureCommon: React.FC<Props>;
|
|
10
|
-
export {};
|
|
1
|
+
import { CfgFeature } from "@configura/web-api";
|
|
2
|
+
import React from "react";
|
|
3
|
+
declare type Props = {
|
|
4
|
+
heading: string;
|
|
5
|
+
tooltip?: string;
|
|
6
|
+
feature: CfgFeature;
|
|
7
|
+
markAsHidden?: boolean;
|
|
8
|
+
};
|
|
9
|
+
export declare const DebugFeatureCommon: React.FC<Props>;
|
|
10
|
+
export {};
|
|
11
11
|
//# sourceMappingURL=DebugFeatureCommon.d.ts.map
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { SelectionType } from "@configura/web-api";
|
|
2
|
-
import React, { useContext } from "react";
|
|
3
|
-
import { DebugContext, DebugMode } from "./DebugProductConfigurationView.js";
|
|
4
|
-
import { DebugRow, debugRowsFactory } from "./DebugRowsFactory.js";
|
|
5
|
-
import { DebugTable } from "./DebugTable.js";
|
|
6
|
-
const limitedKeys = ["code", "groupCode"];
|
|
7
|
-
const extendedKeys = [
|
|
8
|
-
"key",
|
|
9
|
-
"hasUpcharge",
|
|
10
|
-
"isUseNumericValue",
|
|
11
|
-
"omitOnOrder",
|
|
12
|
-
"preview",
|
|
13
|
-
"unit",
|
|
14
|
-
"visible",
|
|
15
|
-
];
|
|
16
|
-
const syncGroupKeys = ["syncGroupCode", "syncMethod"];
|
|
17
|
-
const includeAttribute = (option, attribute) => {
|
|
18
|
-
if (attribute === "numericValue") {
|
|
19
|
-
return option.selectionType === SelectionType.SelectOne;
|
|
20
|
-
}
|
|
21
|
-
return true;
|
|
22
|
-
};
|
|
23
|
-
const DebugRowsFeature = debugRowsFactory(includeAttribute);
|
|
24
|
-
const DebugRowsSyncGroup = debugRowsFactory();
|
|
25
|
-
export const DebugFeatureCommon = (props) => {
|
|
26
|
-
var _a;
|
|
27
|
-
const { feature, heading, tooltip, markAsHidden } = props;
|
|
28
|
-
const syncGroup = feature._internal.syncGroup;
|
|
29
|
-
const debugContext = useContext(DebugContext);
|
|
30
|
-
const debugMode = (_a = debugContext === null || debugContext === void 0 ? void 0 : debugContext.debugState) !== null && _a !== void 0 ? _a : DebugMode.DebugOff;
|
|
31
|
-
return (React.createElement(DebugTable, { heading: heading, tooltip: tooltip, markAsHidden: markAsHidden || !feature.visible },
|
|
32
|
-
React.createElement(DebugRowsFeature, { target: feature, attributes: limitedKeys }),
|
|
33
|
-
syncGroup ? (React.createElement(DebugRowsSyncGroup, { target: syncGroup, attributes: syncGroupKeys })) : (React.createElement(DebugRow, { label: "syncGroup", value: "-" })),
|
|
34
|
-
debugMode === DebugMode.DebugExtended && (React.createElement(DebugRowsFeature, { target: feature, attributes: extendedKeys }))));
|
|
35
|
-
};
|
|
1
|
+
import { SelectionType } from "@configura/web-api";
|
|
2
|
+
import React, { useContext } from "react";
|
|
3
|
+
import { DebugContext, DebugMode } from "./DebugProductConfigurationView.js";
|
|
4
|
+
import { DebugRow, debugRowsFactory } from "./DebugRowsFactory.js";
|
|
5
|
+
import { DebugTable } from "./DebugTable.js";
|
|
6
|
+
const limitedKeys = ["code", "groupCode"];
|
|
7
|
+
const extendedKeys = [
|
|
8
|
+
"key",
|
|
9
|
+
"hasUpcharge",
|
|
10
|
+
"isUseNumericValue",
|
|
11
|
+
"omitOnOrder",
|
|
12
|
+
"preview",
|
|
13
|
+
"unit",
|
|
14
|
+
"visible",
|
|
15
|
+
];
|
|
16
|
+
const syncGroupKeys = ["syncGroupCode", "syncMethod"];
|
|
17
|
+
const includeAttribute = (option, attribute) => {
|
|
18
|
+
if (attribute === "numericValue") {
|
|
19
|
+
return option.selectionType === SelectionType.SelectOne;
|
|
20
|
+
}
|
|
21
|
+
return true;
|
|
22
|
+
};
|
|
23
|
+
const DebugRowsFeature = debugRowsFactory(includeAttribute);
|
|
24
|
+
const DebugRowsSyncGroup = debugRowsFactory();
|
|
25
|
+
export const DebugFeatureCommon = (props) => {
|
|
26
|
+
var _a;
|
|
27
|
+
const { feature, heading, tooltip, markAsHidden } = props;
|
|
28
|
+
const syncGroup = feature._internal.syncGroup;
|
|
29
|
+
const debugContext = useContext(DebugContext);
|
|
30
|
+
const debugMode = (_a = debugContext === null || debugContext === void 0 ? void 0 : debugContext.debugState) !== null && _a !== void 0 ? _a : DebugMode.DebugOff;
|
|
31
|
+
return (React.createElement(DebugTable, { heading: heading, tooltip: tooltip, markAsHidden: markAsHidden || !feature.visible },
|
|
32
|
+
React.createElement(DebugRowsFeature, { target: feature, attributes: limitedKeys }),
|
|
33
|
+
syncGroup ? (React.createElement(DebugRowsSyncGroup, { target: syncGroup, attributes: syncGroupKeys })) : (React.createElement(DebugRow, { label: "syncGroup", value: "-" })),
|
|
34
|
+
debugMode === DebugMode.DebugExtended && (React.createElement(DebugRowsFeature, { target: feature, attributes: extendedKeys }))));
|
|
35
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CfgFeatureViewProps } from "@configura/web-ui";
|
|
2
|
-
import React from "react";
|
|
3
|
-
export declare const DebugFeatureGroupView: React.FC<CfgFeatureViewProps>;
|
|
4
|
-
export declare const DebugFeatureFlattenView: React.FC<CfgFeatureViewProps>;
|
|
1
|
+
import { CfgFeatureViewProps } from "@configura/web-ui";
|
|
2
|
+
import React from "react";
|
|
3
|
+
export declare const DebugFeatureGroupView: React.FC<CfgFeatureViewProps>;
|
|
4
|
+
export declare const DebugFeatureFlattenView: React.FC<CfgFeatureViewProps>;
|
|
5
5
|
//# sourceMappingURL=DebugFeatureGroupView.d.ts.map
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { CfgFeatureViewMemo, forwardProps } from "@configura/web-ui";
|
|
2
|
-
import React, { useContext } from "react";
|
|
3
|
-
import { DebugFeatureCommon } from "./DebugFeatureCommon.js";
|
|
4
|
-
import { DebugOptionCommon } from "./DebugOptionCommon.js";
|
|
5
|
-
import { DebugContext, DebugMode } from "./DebugProductConfigurationView.js";
|
|
6
|
-
const Common = (props) => {
|
|
7
|
-
var _a;
|
|
8
|
-
const { feature, heading, tooltip, optionHeading, optionTooltip } = props;
|
|
9
|
-
const debugContext = useContext(DebugContext);
|
|
10
|
-
const debugMode = (_a = debugContext === null || debugContext === void 0 ? void 0 : debugContext.debugState) !== null && _a !== void 0 ? _a : DebugMode.DebugOff;
|
|
11
|
-
return (React.createElement("li", null,
|
|
12
|
-
React.createElement(DebugFeatureCommon, Object.assign({}, props, { heading: heading, tooltip: tooltip, markAsHidden: true })),
|
|
13
|
-
React.createElement("ul", { className: "debug-component__group" }, feature.selectedOptions.map((o) => {
|
|
14
|
-
return (React.createElement("li", { key: o.key },
|
|
15
|
-
debugMode === DebugMode.DebugExtended && (React.createElement(DebugOptionCommon, { option: o, heading: optionHeading, tooltip: optionTooltip, markAsHidden: true })),
|
|
16
|
-
React.createElement("ul", { className: "debug-wrapper" }, o.features.map((f) => (React.createElement(CfgFeatureViewMemo, Object.assign({ key: f.key, feature: f }, forwardProps(props))))))));
|
|
17
|
-
}))));
|
|
18
|
-
};
|
|
19
|
-
export const DebugFeatureGroupView = (props) => (React.createElement(Common, Object.assign({}, props, { heading: "Feature: Group", tooltip: "The feature has 'multiple' which means it is a group where this feature and its options are flattened.", optionHeading: "Option: Group", optionTooltip: "This option belongs to a group. It will always be selected." })));
|
|
20
|
-
export const DebugFeatureFlattenView = (props) => (React.createElement(Common, Object.assign({}, props, { heading: "Feature: Flatten", tooltip: "Usually used because Feature is hidden, but child options of hidden Features shall still be rendered. Hence flatten.", optionHeading: "Option: Flattened", optionTooltip: "This option is flattened so that is not in it self visible. Its features are visible" })));
|
|
1
|
+
import { CfgFeatureViewMemo, forwardProps } from "@configura/web-ui";
|
|
2
|
+
import React, { useContext } from "react";
|
|
3
|
+
import { DebugFeatureCommon } from "./DebugFeatureCommon.js";
|
|
4
|
+
import { DebugOptionCommon } from "./DebugOptionCommon.js";
|
|
5
|
+
import { DebugContext, DebugMode } from "./DebugProductConfigurationView.js";
|
|
6
|
+
const Common = (props) => {
|
|
7
|
+
var _a;
|
|
8
|
+
const { feature, heading, tooltip, optionHeading, optionTooltip } = props;
|
|
9
|
+
const debugContext = useContext(DebugContext);
|
|
10
|
+
const debugMode = (_a = debugContext === null || debugContext === void 0 ? void 0 : debugContext.debugState) !== null && _a !== void 0 ? _a : DebugMode.DebugOff;
|
|
11
|
+
return (React.createElement("li", null,
|
|
12
|
+
React.createElement(DebugFeatureCommon, Object.assign({}, props, { heading: heading, tooltip: tooltip, markAsHidden: true })),
|
|
13
|
+
React.createElement("ul", { className: "debug-component__group" }, feature.selectedOptions.map((o) => {
|
|
14
|
+
return (React.createElement("li", { key: o.key },
|
|
15
|
+
debugMode === DebugMode.DebugExtended && (React.createElement(DebugOptionCommon, { option: o, heading: optionHeading, tooltip: optionTooltip, markAsHidden: true })),
|
|
16
|
+
React.createElement("ul", { className: "debug-wrapper" }, o.features.map((f) => (React.createElement(CfgFeatureViewMemo, Object.assign({ key: f.key, feature: f }, forwardProps(props))))))));
|
|
17
|
+
}))));
|
|
18
|
+
};
|
|
19
|
+
export const DebugFeatureGroupView = (props) => (React.createElement(Common, Object.assign({}, props, { heading: "Feature: Group", tooltip: "The feature has 'multiple' which means it is a group where this feature and its options are flattened.", optionHeading: "Option: Group", optionTooltip: "This option belongs to a group. It will always be selected." })));
|
|
20
|
+
export const DebugFeatureFlattenView = (props) => (React.createElement(Common, Object.assign({}, props, { heading: "Feature: Flatten", tooltip: "Usually used because Feature is hidden, but child options of hidden Features shall still be rendered. Hence flatten.", optionHeading: "Option: Flattened", optionTooltip: "This option is flattened so that is not in it self visible. Its features are visible" })));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CfgFeatureViewProps } from "@configura/web-ui";
|
|
2
|
-
import React from "react";
|
|
3
|
-
export declare const debugFeatureSelectOneViewFactory: (Original: React.ComponentType<CfgFeatureViewProps>) => React.FC<CfgFeatureViewProps>;
|
|
4
|
-
export declare const debugFeatureSelectManyViewFactory: (Original: React.ComponentType<CfgFeatureViewProps>) => React.FC<CfgFeatureViewProps>;
|
|
1
|
+
import { CfgFeatureViewProps } from "@configura/web-ui";
|
|
2
|
+
import React from "react";
|
|
3
|
+
export declare const debugFeatureSelectOneViewFactory: (Original: React.ComponentType<CfgFeatureViewProps>) => React.FC<CfgFeatureViewProps>;
|
|
4
|
+
export declare const debugFeatureSelectManyViewFactory: (Original: React.ComponentType<CfgFeatureViewProps>) => React.FC<CfgFeatureViewProps>;
|
|
5
5
|
//# sourceMappingURL=DebugFeatureView.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { DebugFeatureCommon } from "./DebugFeatureCommon.js";
|
|
3
|
-
const commonFactory = (Original, heading, tooltip) => (props) => (React.createElement("li", null,
|
|
4
|
-
React.createElement(DebugFeatureCommon, Object.assign({}, props, { heading: heading, tooltip: tooltip })),
|
|
5
|
-
React.createElement("ul", { className: "debug-wrapper" },
|
|
6
|
-
React.createElement(Original, Object.assign({}, props)))));
|
|
7
|
-
export const debugFeatureSelectOneViewFactory = (Original) => commonFactory(Original, "Feature: SelectOne", "One option can be selected at a time. Though strictly speaking not correct it frequently happen that zero options are selected at load.");
|
|
8
|
-
export const debugFeatureSelectManyViewFactory = (Original) => commonFactory(Original, "Feature: SelectMany", "The feature has 'optional' which means zero to many options can be selected at the same time.");
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { DebugFeatureCommon } from "./DebugFeatureCommon.js";
|
|
3
|
+
const commonFactory = (Original, heading, tooltip) => (props) => (React.createElement("li", null,
|
|
4
|
+
React.createElement(DebugFeatureCommon, Object.assign({}, props, { heading: heading, tooltip: tooltip })),
|
|
5
|
+
React.createElement("ul", { className: "debug-wrapper" },
|
|
6
|
+
React.createElement(Original, Object.assign({}, props)))));
|
|
7
|
+
export const debugFeatureSelectOneViewFactory = (Original) => commonFactory(Original, "Feature: SelectOne", "One option can be selected at a time. Though strictly speaking not correct it frequently happen that zero options are selected at load.");
|
|
8
|
+
export const debugFeatureSelectManyViewFactory = (Original) => commonFactory(Original, "Feature: SelectMany", "The feature has 'optional' which means zero to many options can be selected at the same time.");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CfgMiscFileViewProps } from "@configura/web-ui/dist/components/productConfiguration/CfgFeatureView";
|
|
2
|
-
import React from "react";
|
|
3
|
-
export declare const debugMiscFileComponentViewFactory: (Original: React.ComponentType<CfgMiscFileViewProps>) => React.FC<CfgMiscFileViewProps>;
|
|
1
|
+
import { CfgMiscFileViewProps } from "@configura/web-ui/dist/components/productConfiguration/CfgFeatureView";
|
|
2
|
+
import React from "react";
|
|
3
|
+
export declare const debugMiscFileComponentViewFactory: (Original: React.ComponentType<CfgMiscFileViewProps>) => React.FC<CfgMiscFileViewProps>;
|
|
4
4
|
//# sourceMappingURL=DebugMiscFileView.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { debugRowsFactory } from "./DebugRowsFactory.js";
|
|
3
|
-
import { DebugTable } from "./DebugTable.js";
|
|
4
|
-
const DebugRowsMiscFile = debugRowsFactory();
|
|
5
|
-
const keys = ["key"];
|
|
6
|
-
export const debugMiscFileComponentViewFactory = (Original) => (props) => (React.createElement("li", null,
|
|
7
|
-
React.createElement(DebugTable, { heading: "MiscFile" },
|
|
8
|
-
React.createElement(DebugRowsMiscFile, { target: props.miscFile, attributes: keys })),
|
|
9
|
-
React.createElement("ul", { className: "debug-wrapper" },
|
|
10
|
-
React.createElement(Original, Object.assign({}, props)))));
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { debugRowsFactory } from "./DebugRowsFactory.js";
|
|
3
|
+
import { DebugTable } from "./DebugTable.js";
|
|
4
|
+
const DebugRowsMiscFile = debugRowsFactory();
|
|
5
|
+
const keys = ["key"];
|
|
6
|
+
export const debugMiscFileComponentViewFactory = (Original) => (props) => (React.createElement("li", null,
|
|
7
|
+
React.createElement(DebugTable, { heading: "MiscFile" },
|
|
8
|
+
React.createElement(DebugRowsMiscFile, { target: props.miscFile, attributes: keys })),
|
|
9
|
+
React.createElement("ul", { className: "debug-wrapper" },
|
|
10
|
+
React.createElement(Original, Object.assign({}, props)))));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CfgNoteViewProps } from "@configura/web-ui/dist/components/productConfiguration/CfgFeatureView";
|
|
2
|
-
import React from "react";
|
|
3
|
-
export declare const debugNoteComponentViewFactory: (Original: React.ComponentType<CfgNoteViewProps>) => React.FC<CfgNoteViewProps>;
|
|
1
|
+
import { CfgNoteViewProps } from "@configura/web-ui/dist/components/productConfiguration/CfgFeatureView";
|
|
2
|
+
import React from "react";
|
|
3
|
+
export declare const debugNoteComponentViewFactory: (Original: React.ComponentType<CfgNoteViewProps>) => React.FC<CfgNoteViewProps>;
|
|
4
4
|
//# sourceMappingURL=DebugNoteView.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { debugRowsFactory } from "./DebugRowsFactory.js";
|
|
3
|
-
import { DebugTable } from "./DebugTable.js";
|
|
4
|
-
const DebugRowsNote = debugRowsFactory();
|
|
5
|
-
const keys = ["key", "code", "severity"];
|
|
6
|
-
export const debugNoteComponentViewFactory = (Original) => (props) => (React.createElement("li", null,
|
|
7
|
-
React.createElement(DebugTable, { heading: "Note" },
|
|
8
|
-
React.createElement(DebugRowsNote, { target: props.note, attributes: keys })),
|
|
9
|
-
React.createElement("ul", { className: "debug-wrapper" },
|
|
10
|
-
React.createElement(Original, Object.assign({}, props)))));
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { debugRowsFactory } from "./DebugRowsFactory.js";
|
|
3
|
+
import { DebugTable } from "./DebugTable.js";
|
|
4
|
+
const DebugRowsNote = debugRowsFactory();
|
|
5
|
+
const keys = ["key", "code", "severity"];
|
|
6
|
+
export const debugNoteComponentViewFactory = (Original) => (props) => (React.createElement("li", null,
|
|
7
|
+
React.createElement(DebugTable, { heading: "Note" },
|
|
8
|
+
React.createElement(DebugRowsNote, { target: props.note, attributes: keys })),
|
|
9
|
+
React.createElement("ul", { className: "debug-wrapper" },
|
|
10
|
+
React.createElement(Original, Object.assign({}, props)))));
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { CfgOption } from "@configura/web-api";
|
|
2
|
-
import React from "react";
|
|
3
|
-
declare type Props = {
|
|
4
|
-
heading: string;
|
|
5
|
-
tooltip?: string;
|
|
6
|
-
option: CfgOption;
|
|
7
|
-
markAsHidden?: boolean;
|
|
8
|
-
};
|
|
9
|
-
export declare const DebugOptionCommon: React.FC<Props>;
|
|
10
|
-
export {};
|
|
1
|
+
import { CfgOption } from "@configura/web-api";
|
|
2
|
+
import React from "react";
|
|
3
|
+
declare type Props = {
|
|
4
|
+
heading: string;
|
|
5
|
+
tooltip?: string;
|
|
6
|
+
option: CfgOption;
|
|
7
|
+
markAsHidden?: boolean;
|
|
8
|
+
};
|
|
9
|
+
export declare const DebugOptionCommon: React.FC<Props>;
|
|
10
|
+
export {};
|
|
11
11
|
//# sourceMappingURL=DebugOptionCommon.d.ts.map
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { SelectionType } from "@configura/web-api";
|
|
2
|
-
import React, { useContext } from "react";
|
|
3
|
-
import { DebugContext, DebugMode } from "./DebugProductConfigurationView.js";
|
|
4
|
-
import { debugRowsFactory } from "./DebugRowsFactory.js";
|
|
5
|
-
import { DebugTable } from "./DebugTable.js";
|
|
6
|
-
const limitedKeys = ["code"];
|
|
7
|
-
const extendedKeys = [
|
|
8
|
-
"key",
|
|
9
|
-
"upcharge",
|
|
10
|
-
"isUseNumericValue",
|
|
11
|
-
"thumbnail",
|
|
12
|
-
"numericValue",
|
|
13
|
-
];
|
|
14
|
-
const includeAttribute = (option, attribute) => {
|
|
15
|
-
if (attribute === "numericValue") {
|
|
16
|
-
return option._internal.parent.selectionType === SelectionType.SelectOne;
|
|
17
|
-
}
|
|
18
|
-
return true;
|
|
19
|
-
};
|
|
20
|
-
const DebugRowsOptions = debugRowsFactory(includeAttribute);
|
|
21
|
-
export const DebugOptionCommon = (props) => {
|
|
22
|
-
var _a;
|
|
23
|
-
const { option, heading, tooltip, markAsHidden } = props;
|
|
24
|
-
const debugContext = useContext(DebugContext);
|
|
25
|
-
const debugMode = (_a = debugContext === null || debugContext === void 0 ? void 0 : debugContext.debugState) !== null && _a !== void 0 ? _a : DebugMode.DebugOff;
|
|
26
|
-
return (React.createElement(DebugTable, { heading: heading, tooltip: tooltip, markAsHidden: markAsHidden || !option._internal.parent.visible },
|
|
27
|
-
React.createElement(DebugRowsOptions, { target: option, attributes: debugMode === DebugMode.DebugExtended
|
|
28
|
-
? [...limitedKeys, ...extendedKeys]
|
|
29
|
-
: limitedKeys })));
|
|
30
|
-
};
|
|
1
|
+
import { SelectionType } from "@configura/web-api";
|
|
2
|
+
import React, { useContext } from "react";
|
|
3
|
+
import { DebugContext, DebugMode } from "./DebugProductConfigurationView.js";
|
|
4
|
+
import { debugRowsFactory } from "./DebugRowsFactory.js";
|
|
5
|
+
import { DebugTable } from "./DebugTable.js";
|
|
6
|
+
const limitedKeys = ["code"];
|
|
7
|
+
const extendedKeys = [
|
|
8
|
+
"key",
|
|
9
|
+
"upcharge",
|
|
10
|
+
"isUseNumericValue",
|
|
11
|
+
"thumbnail",
|
|
12
|
+
"numericValue",
|
|
13
|
+
];
|
|
14
|
+
const includeAttribute = (option, attribute) => {
|
|
15
|
+
if (attribute === "numericValue") {
|
|
16
|
+
return option._internal.parent.selectionType === SelectionType.SelectOne;
|
|
17
|
+
}
|
|
18
|
+
return true;
|
|
19
|
+
};
|
|
20
|
+
const DebugRowsOptions = debugRowsFactory(includeAttribute);
|
|
21
|
+
export const DebugOptionCommon = (props) => {
|
|
22
|
+
var _a;
|
|
23
|
+
const { option, heading, tooltip, markAsHidden } = props;
|
|
24
|
+
const debugContext = useContext(DebugContext);
|
|
25
|
+
const debugMode = (_a = debugContext === null || debugContext === void 0 ? void 0 : debugContext.debugState) !== null && _a !== void 0 ? _a : DebugMode.DebugOff;
|
|
26
|
+
return (React.createElement(DebugTable, { heading: heading, tooltip: tooltip, markAsHidden: markAsHidden || !option._internal.parent.visible },
|
|
27
|
+
React.createElement(DebugRowsOptions, { target: option, attributes: debugMode === DebugMode.DebugExtended
|
|
28
|
+
? [...limitedKeys, ...extendedKeys]
|
|
29
|
+
: limitedKeys })));
|
|
30
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CfgOptionViewProps } from "@configura/web-ui";
|
|
2
|
-
import React from "react";
|
|
3
|
-
export declare const debugOptionSelectManyViewFactory: (Original: React.ComponentType<CfgOptionViewProps>) => React.FC<CfgOptionViewProps>;
|
|
4
|
-
export declare const debugOptionSelectOneViewFactory: (Original: React.ComponentType<CfgOptionViewProps>) => React.FC<CfgOptionViewProps>;
|
|
1
|
+
import { CfgOptionViewProps } from "@configura/web-ui";
|
|
2
|
+
import React from "react";
|
|
3
|
+
export declare const debugOptionSelectManyViewFactory: (Original: React.ComponentType<CfgOptionViewProps>) => React.FC<CfgOptionViewProps>;
|
|
4
|
+
export declare const debugOptionSelectOneViewFactory: (Original: React.ComponentType<CfgOptionViewProps>) => React.FC<CfgOptionViewProps>;
|
|
5
5
|
//# sourceMappingURL=DebugOptionView.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { DebugOptionCommon } from "./DebugOptionCommon.js";
|
|
3
|
-
const commonFactory = (Original, heading, tooltip) => (props) => (React.createElement("li", null,
|
|
4
|
-
React.createElement(DebugOptionCommon, Object.assign({}, props, { heading: heading, tooltip: tooltip })),
|
|
5
|
-
React.createElement("ul", { className: "debug-wrapper" },
|
|
6
|
-
React.createElement(Original, Object.assign({}, props)))));
|
|
7
|
-
export const debugOptionSelectManyViewFactory = (Original) => commonFactory(Original, "Option: SelectMany", "The parent feature has 'optional' which means zero to many options can be selected at the same time.");
|
|
8
|
-
export const debugOptionSelectOneViewFactory = (Original) => commonFactory(Original, "Option: SelectOne", "The parentfeature has no special settings, so one option can be selected at a time. Though strictly speaking not correct it frequently happen that zero options are selected at load.");
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { DebugOptionCommon } from "./DebugOptionCommon.js";
|
|
3
|
+
const commonFactory = (Original, heading, tooltip) => (props) => (React.createElement("li", null,
|
|
4
|
+
React.createElement(DebugOptionCommon, Object.assign({}, props, { heading: heading, tooltip: tooltip })),
|
|
5
|
+
React.createElement("ul", { className: "debug-wrapper" },
|
|
6
|
+
React.createElement(Original, Object.assign({}, props)))));
|
|
7
|
+
export const debugOptionSelectManyViewFactory = (Original) => commonFactory(Original, "Option: SelectMany", "The parent feature has 'optional' which means zero to many options can be selected at the same time.");
|
|
8
|
+
export const debugOptionSelectOneViewFactory = (Original) => commonFactory(Original, "Option: SelectOne", "The parentfeature has no special settings, so one option can be selected at a time. Though strictly speaking not correct it frequently happen that zero options are selected at load.");
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { CfgProduct } from "@configura/web-api";
|
|
2
|
-
import React from "react";
|
|
3
|
-
declare type Props = {
|
|
4
|
-
heading: string;
|
|
5
|
-
tooltip?: string;
|
|
6
|
-
product: CfgProduct;
|
|
7
|
-
};
|
|
8
|
-
export declare const DebugProductCommon: React.FC<Props>;
|
|
9
|
-
export {};
|
|
1
|
+
import { CfgProduct } from "@configura/web-api";
|
|
2
|
+
import React from "react";
|
|
3
|
+
declare type Props = {
|
|
4
|
+
heading: string;
|
|
5
|
+
tooltip?: string;
|
|
6
|
+
product: CfgProduct;
|
|
7
|
+
};
|
|
8
|
+
export declare const DebugProductCommon: React.FC<Props>;
|
|
9
|
+
export {};
|
|
10
10
|
//# sourceMappingURL=DebugProductCommon.d.ts.map
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import React, { useContext } from "react";
|
|
2
|
-
import { DebugContext, DebugMode } from "./DebugProductConfigurationView.js";
|
|
3
|
-
import { debugRowsFactory } from "./DebugRowsFactory.js";
|
|
4
|
-
import { DebugTable } from "./DebugTable.js";
|
|
5
|
-
const limitedKeys = ["partNumber"];
|
|
6
|
-
const extendedKeys = [
|
|
7
|
-
"lang",
|
|
8
|
-
"refKey",
|
|
9
|
-
"key",
|
|
10
|
-
"sku",
|
|
11
|
-
"styleNr",
|
|
12
|
-
"uuid",
|
|
13
|
-
"optional",
|
|
14
|
-
"preview",
|
|
15
|
-
"selected",
|
|
16
|
-
"visible",
|
|
17
|
-
"currency",
|
|
18
|
-
"fractionDigits",
|
|
19
|
-
"unit",
|
|
20
|
-
];
|
|
21
|
-
const catIdKeys = [
|
|
22
|
-
"enterprise",
|
|
23
|
-
"prdCat",
|
|
24
|
-
"prdCatVersion",
|
|
25
|
-
"priceList",
|
|
26
|
-
"vendor",
|
|
27
|
-
];
|
|
28
|
-
const DebugRowsProduct = debugRowsFactory();
|
|
29
|
-
const DebugRowsCatalogueParams = debugRowsFactory();
|
|
30
|
-
export const DebugProductCommon = (props) => {
|
|
31
|
-
var _a;
|
|
32
|
-
const { product, heading, tooltip } = props;
|
|
33
|
-
const debugContext = useContext(DebugContext);
|
|
34
|
-
const debugMode = (_a = debugContext === null || debugContext === void 0 ? void 0 : debugContext.debugState) !== null && _a !== void 0 ? _a : DebugMode.DebugOff;
|
|
35
|
-
return (React.createElement(DebugTable, { heading: heading, tooltip: tooltip, markAsHidden: !product.visible },
|
|
36
|
-
React.createElement(DebugRowsProduct, { target: product, attributes: debugMode === DebugMode.DebugExtended
|
|
37
|
-
? [...limitedKeys, ...extendedKeys]
|
|
38
|
-
: limitedKeys }),
|
|
39
|
-
debugMode === DebugMode.DebugExtended && (React.createElement(DebugRowsCatalogueParams, { target: product.catId, attributes: catIdKeys }))));
|
|
40
|
-
};
|
|
1
|
+
import React, { useContext } from "react";
|
|
2
|
+
import { DebugContext, DebugMode } from "./DebugProductConfigurationView.js";
|
|
3
|
+
import { debugRowsFactory } from "./DebugRowsFactory.js";
|
|
4
|
+
import { DebugTable } from "./DebugTable.js";
|
|
5
|
+
const limitedKeys = ["partNumber"];
|
|
6
|
+
const extendedKeys = [
|
|
7
|
+
"lang",
|
|
8
|
+
"refKey",
|
|
9
|
+
"key",
|
|
10
|
+
"sku",
|
|
11
|
+
"styleNr",
|
|
12
|
+
"uuid",
|
|
13
|
+
"optional",
|
|
14
|
+
"preview",
|
|
15
|
+
"selected",
|
|
16
|
+
"visible",
|
|
17
|
+
"currency",
|
|
18
|
+
"fractionDigits",
|
|
19
|
+
"unit",
|
|
20
|
+
];
|
|
21
|
+
const catIdKeys = [
|
|
22
|
+
"enterprise",
|
|
23
|
+
"prdCat",
|
|
24
|
+
"prdCatVersion",
|
|
25
|
+
"priceList",
|
|
26
|
+
"vendor",
|
|
27
|
+
];
|
|
28
|
+
const DebugRowsProduct = debugRowsFactory();
|
|
29
|
+
const DebugRowsCatalogueParams = debugRowsFactory();
|
|
30
|
+
export const DebugProductCommon = (props) => {
|
|
31
|
+
var _a;
|
|
32
|
+
const { product, heading, tooltip } = props;
|
|
33
|
+
const debugContext = useContext(DebugContext);
|
|
34
|
+
const debugMode = (_a = debugContext === null || debugContext === void 0 ? void 0 : debugContext.debugState) !== null && _a !== void 0 ? _a : DebugMode.DebugOff;
|
|
35
|
+
return (React.createElement(DebugTable, { heading: heading, tooltip: tooltip, markAsHidden: !product.visible },
|
|
36
|
+
React.createElement(DebugRowsProduct, { target: product, attributes: debugMode === DebugMode.DebugExtended
|
|
37
|
+
? [...limitedKeys, ...extendedKeys]
|
|
38
|
+
: limitedKeys }),
|
|
39
|
+
debugMode === DebugMode.DebugExtended && (React.createElement(DebugRowsCatalogueParams, { target: product.catId, attributes: catIdKeys }))));
|
|
40
|
+
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { CfgProductConfigurationViewProps } from "@configura/web-ui";
|
|
2
|
-
import React from "react";
|
|
3
|
-
declare type Props = CfgProductConfigurationViewProps & {
|
|
4
|
-
debugState: DebugMode;
|
|
5
|
-
};
|
|
6
|
-
export interface DebugContextValue {
|
|
7
|
-
debugState: DebugMode;
|
|
8
|
-
}
|
|
9
|
-
export declare enum DebugMode {
|
|
10
|
-
DebugOff = 0,
|
|
11
|
-
DebugLimited = 1,
|
|
12
|
-
DebugExtended = 2
|
|
13
|
-
}
|
|
14
|
-
export declare const DebugContext: React.Context<DebugContextValue | undefined>;
|
|
15
|
-
export declare const DebugProductConfigurationView: React.FC<Props>;
|
|
16
|
-
export {};
|
|
1
|
+
import { CfgProductConfigurationViewProps } from "@configura/web-ui";
|
|
2
|
+
import React from "react";
|
|
3
|
+
declare type Props = CfgProductConfigurationViewProps & {
|
|
4
|
+
debugState: DebugMode;
|
|
5
|
+
};
|
|
6
|
+
export interface DebugContextValue {
|
|
7
|
+
debugState: DebugMode;
|
|
8
|
+
}
|
|
9
|
+
export declare enum DebugMode {
|
|
10
|
+
DebugOff = 0,
|
|
11
|
+
DebugLimited = 1,
|
|
12
|
+
DebugExtended = 2
|
|
13
|
+
}
|
|
14
|
+
export declare const DebugContext: React.Context<DebugContextValue | undefined>;
|
|
15
|
+
export declare const DebugProductConfigurationView: React.FC<Props>;
|
|
16
|
+
export {};
|
|
17
17
|
//# sourceMappingURL=DebugProductConfigurationView.d.ts.map
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { CfgProduct } from "@configura/web-api";
|
|
2
|
-
import { CfgProductConfigurationView, useCompleteWithDefaultProductConfigurationComponents, } from "@configura/web-ui";
|
|
3
|
-
import React, { useMemo } from "react";
|
|
4
|
-
import { useDebugComponents } from "./debugComponentsHelper.js";
|
|
5
|
-
import { DebugProductCommon } from "./DebugProductCommon.js";
|
|
6
|
-
export var DebugMode;
|
|
7
|
-
(function (DebugMode) {
|
|
8
|
-
DebugMode[DebugMode["DebugOff"] = 0] = "DebugOff";
|
|
9
|
-
DebugMode[DebugMode["DebugLimited"] = 1] = "DebugLimited";
|
|
10
|
-
DebugMode[DebugMode["DebugExtended"] = 2] = "DebugExtended";
|
|
11
|
-
})(DebugMode || (DebugMode = {}));
|
|
12
|
-
export const DebugContext = React.createContext(undefined);
|
|
13
|
-
export const DebugProductConfigurationView = (props) => {
|
|
14
|
-
const { debugState, productOrConfiguration } = props;
|
|
15
|
-
const debugContextValue = useMemo(() => ({
|
|
16
|
-
debugState,
|
|
17
|
-
}), [debugState]);
|
|
18
|
-
const completedProps = useCompleteWithDefaultProductConfigurationComponents(props);
|
|
19
|
-
const debugProps = useDebugComponents(completedProps);
|
|
20
|
-
if (debugState === DebugMode.DebugOff) {
|
|
21
|
-
return React.createElement(CfgProductConfigurationView, Object.assign({}, props));
|
|
22
|
-
}
|
|
23
|
-
return (React.createElement(DebugContext.Provider, { value: debugContextValue },
|
|
24
|
-
productOrConfiguration instanceof CfgProduct && (React.createElement(DebugProductCommon, { heading: "Root Product", product: productOrConfiguration })),
|
|
25
|
-
React.createElement(CfgProductConfigurationView, Object.assign({}, props, debugProps))));
|
|
26
|
-
};
|
|
1
|
+
import { CfgProduct } from "@configura/web-api";
|
|
2
|
+
import { CfgProductConfigurationView, useCompleteWithDefaultProductConfigurationComponents, } from "@configura/web-ui";
|
|
3
|
+
import React, { useMemo } from "react";
|
|
4
|
+
import { useDebugComponents } from "./debugComponentsHelper.js";
|
|
5
|
+
import { DebugProductCommon } from "./DebugProductCommon.js";
|
|
6
|
+
export var DebugMode;
|
|
7
|
+
(function (DebugMode) {
|
|
8
|
+
DebugMode[DebugMode["DebugOff"] = 0] = "DebugOff";
|
|
9
|
+
DebugMode[DebugMode["DebugLimited"] = 1] = "DebugLimited";
|
|
10
|
+
DebugMode[DebugMode["DebugExtended"] = 2] = "DebugExtended";
|
|
11
|
+
})(DebugMode || (DebugMode = {}));
|
|
12
|
+
export const DebugContext = React.createContext(undefined);
|
|
13
|
+
export const DebugProductConfigurationView = (props) => {
|
|
14
|
+
const { debugState, productOrConfiguration } = props;
|
|
15
|
+
const debugContextValue = useMemo(() => ({
|
|
16
|
+
debugState,
|
|
17
|
+
}), [debugState]);
|
|
18
|
+
const completedProps = useCompleteWithDefaultProductConfigurationComponents(props);
|
|
19
|
+
const debugProps = useDebugComponents(completedProps);
|
|
20
|
+
if (debugState === DebugMode.DebugOff) {
|
|
21
|
+
return React.createElement(CfgProductConfigurationView, Object.assign({}, props));
|
|
22
|
+
}
|
|
23
|
+
return (React.createElement(DebugContext.Provider, { value: debugContextValue },
|
|
24
|
+
productOrConfiguration instanceof CfgProduct && (React.createElement(DebugProductCommon, { heading: "Root Product", product: productOrConfiguration })),
|
|
25
|
+
React.createElement(CfgProductConfigurationView, Object.assign({}, props, debugProps))));
|
|
26
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export declare const DebugRow: React.FC<{
|
|
3
|
-
label: string;
|
|
4
|
-
value: unknown;
|
|
5
|
-
}>;
|
|
6
|
-
export declare const debugRowsFactory: <T>(includeFunc?: ((target: T, attribute: keyof T) => boolean) | undefined) => React.FC<{
|
|
7
|
-
target: T;
|
|
8
|
-
attributes: (keyof T)[];
|
|
9
|
-
}>;
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare const DebugRow: React.FC<{
|
|
3
|
+
label: string;
|
|
4
|
+
value: unknown;
|
|
5
|
+
}>;
|
|
6
|
+
export declare const debugRowsFactory: <T>(includeFunc?: ((target: T, attribute: keyof T) => boolean) | undefined) => React.FC<{
|
|
7
|
+
target: T;
|
|
8
|
+
attributes: (keyof T)[];
|
|
9
|
+
}>;
|
|
10
10
|
//# sourceMappingURL=DebugRowsFactory.d.ts.map
|