@usertour/helpers 0.0.39 → 0.0.40
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/__tests__/condition.test.js +2 -2
- package/dist/conditions/condition.js +2 -2
- package/dist/conditions/index.js +2 -2
- package/dist/index.cjs +0 -989
- package/dist/index.d.cts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +31 -91
- package/package.json +1 -1
- package/dist/chunk-V2DA4OPE.js +0 -976
- package/dist/editor-helper.cjs +0 -1125
- package/dist/editor-helper.d.cts +0 -781
- package/dist/editor-helper.d.ts +0 -781
- package/dist/editor-helper.js +0 -71
- package/dist/{chunk-SLM6E7HG.js → chunk-E3B3AWMJ.js} +3 -3
package/dist/editor-helper.js
DELETED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
EmptyButton,
|
|
3
|
-
EmptyColumn,
|
|
4
|
-
EmptyEmbed,
|
|
5
|
-
EmptyGroup,
|
|
6
|
-
EmptyImage,
|
|
7
|
-
EmptyText,
|
|
8
|
-
createNewColumn,
|
|
9
|
-
createNewGroup,
|
|
10
|
-
createStepCopy,
|
|
11
|
-
createValue1,
|
|
12
|
-
createValue2,
|
|
13
|
-
createValue3,
|
|
14
|
-
createValue4,
|
|
15
|
-
createValue5,
|
|
16
|
-
createValue6,
|
|
17
|
-
defaultInitialValue,
|
|
18
|
-
extractQuestionData,
|
|
19
|
-
generateUniqueCopyName,
|
|
20
|
-
getDefaultDataForType,
|
|
21
|
-
groupData,
|
|
22
|
-
hasMissingRequiredData,
|
|
23
|
-
isClickableElement,
|
|
24
|
-
isMissingRequiredData,
|
|
25
|
-
isQuestionElement,
|
|
26
|
-
isRestrictedType,
|
|
27
|
-
processQuestionElements,
|
|
28
|
-
regenerateTarget,
|
|
29
|
-
regenerateTrigger,
|
|
30
|
-
surveysValue
|
|
31
|
-
} from "./chunk-V2DA4OPE.js";
|
|
32
|
-
import "./chunk-7ODE2AIC.js";
|
|
33
|
-
import "./chunk-SLM6E7HG.js";
|
|
34
|
-
import "./chunk-YYIGUZNZ.js";
|
|
35
|
-
import "./chunk-PAESAL23.js";
|
|
36
|
-
import "./chunk-3KG2HTZ3.js";
|
|
37
|
-
import "./chunk-KYDXF7SU.js";
|
|
38
|
-
import "./chunk-JQWKLXW6.js";
|
|
39
|
-
import "./chunk-GFH3VWOC.js";
|
|
40
|
-
import "./chunk-XEO3YXBM.js";
|
|
41
|
-
export {
|
|
42
|
-
EmptyButton,
|
|
43
|
-
EmptyColumn,
|
|
44
|
-
EmptyEmbed,
|
|
45
|
-
EmptyGroup,
|
|
46
|
-
EmptyImage,
|
|
47
|
-
EmptyText,
|
|
48
|
-
createNewColumn,
|
|
49
|
-
createNewGroup,
|
|
50
|
-
createStepCopy,
|
|
51
|
-
createValue1,
|
|
52
|
-
createValue2,
|
|
53
|
-
createValue3,
|
|
54
|
-
createValue4,
|
|
55
|
-
createValue5,
|
|
56
|
-
createValue6,
|
|
57
|
-
defaultInitialValue,
|
|
58
|
-
extractQuestionData,
|
|
59
|
-
generateUniqueCopyName,
|
|
60
|
-
getDefaultDataForType,
|
|
61
|
-
groupData,
|
|
62
|
-
hasMissingRequiredData,
|
|
63
|
-
isClickableElement,
|
|
64
|
-
isMissingRequiredData,
|
|
65
|
-
isQuestionElement,
|
|
66
|
-
isRestrictedType,
|
|
67
|
-
processQuestionElements,
|
|
68
|
-
regenerateTarget,
|
|
69
|
-
regenerateTrigger,
|
|
70
|
-
surveysValue
|
|
71
|
-
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
evaluateUrlCondition
|
|
3
3
|
} from "./chunk-YYIGUZNZ.js";
|
|
4
|
-
import {
|
|
5
|
-
cuid
|
|
6
|
-
} from "./chunk-3KG2HTZ3.js";
|
|
7
4
|
import {
|
|
8
5
|
evaluateAttributeCondition
|
|
9
6
|
} from "./chunk-KYDXF7SU.js";
|
|
10
7
|
import {
|
|
11
8
|
evaluateTimeCondition
|
|
12
9
|
} from "./chunk-JQWKLXW6.js";
|
|
10
|
+
import {
|
|
11
|
+
cuid
|
|
12
|
+
} from "./chunk-3KG2HTZ3.js";
|
|
13
13
|
|
|
14
14
|
// src/conditions/condition.ts
|
|
15
15
|
import { RulesType } from "@usertour/types";
|