case-editor-tools 1.3.0 → 1.4.1

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.
Files changed (37) hide show
  1. package/expression-utils/expressionGen.js +8 -1
  2. package/expression-utils/expressionGen.js.map +1 -1
  3. package/expression-utils/studyEngineExpressions.js +2 -0
  4. package/expression-utils/studyEngineExpressions.js.map +1 -1
  5. package/index-8e5154bb.js +79 -0
  6. package/index-8e5154bb.js.map +1 -0
  7. package/package.json +1 -1
  8. package/surveys/index.js +2 -1
  9. package/surveys/index.js.map +1 -1
  10. package/surveys/responseTypeGenerators/matrixGroupComponent.d.ts +4 -5
  11. package/surveys/survey-editor/item-editor.js +457 -6
  12. package/surveys/survey-editor/item-editor.js.map +1 -1
  13. package/surveys/survey-editor/survey-editor.js +7 -6
  14. package/surveys/survey-editor/survey-editor.js.map +1 -1
  15. package/surveys/survey-engine-expressions.js +2 -0
  16. package/surveys/survey-engine-expressions.js.map +1 -1
  17. package/surveys/survey-items.d.ts +3 -3
  18. package/surveys/survey-items.js +2 -1
  19. package/surveys/survey-items.js.map +1 -1
  20. package/surveys/types/group.js +2 -1
  21. package/surveys/types/group.js.map +1 -1
  22. package/surveys/types/index.js +2 -1
  23. package/surveys/types/index.js.map +1 -1
  24. package/surveys/types/survey-definition.d.ts +1 -1
  25. package/surveys/types/survey-definition.js +2 -1
  26. package/surveys/types/survey-definition.js.map +1 -1
  27. package/surveys/utils/componentGenerators.d.ts +3 -4
  28. package/surveys/utils/componentGenerators.js +4 -2
  29. package/surveys/utils/componentGenerators.js.map +1 -1
  30. package/surveys/utils/optionDefGenerators.js +2 -0
  31. package/surveys/utils/optionDefGenerators.js.map +1 -1
  32. package/surveys/utils/simple-question-editor.js +2 -1
  33. package/surveys/utils/simple-question-editor.js.map +1 -1
  34. package/types/studyRules.js +2 -0
  35. package/types/studyRules.js.map +1 -1
  36. package/item-editor-b2c1632b.js +0 -535
  37. package/item-editor-b2c1632b.js.map +0 -1
@@ -2,8 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var surveys_surveyEditor_itemEditor = require('../../item-editor-b2c1632b.js');
5
+ var index = require('../../index-8e5154bb.js');
6
6
  var logger_logger = require('../../logger/logger.js');
7
+ var surveys_surveyEditor_itemEditor = require('./item-editor.js');
7
8
  require('./component-editor.js');
8
9
  require('../utils/randomKeyGenerator.js');
9
10
 
@@ -182,16 +183,16 @@ class SurveyEditor {
182
183
  obj = this.survey.surveyDefinition;
183
184
  continue;
184
185
  }
185
- if (!surveys_surveyEditor_itemEditor.isSurveyGroupItem(obj)) {
186
+ if (!index.isSurveyGroupItem(obj)) {
186
187
  console.warn('survey item is not a group: ', obj.key);
187
188
  return;
188
189
  }
189
- const index = obj.items.findIndex(it => it.key === currentKey);
190
- if (index < 0) {
190
+ const index$1 = obj.items.findIndex(it => it.key === currentKey);
191
+ if (index$1 < 0) {
191
192
  console.warn('survey item cannot be found: ', currentKey);
192
193
  return;
193
194
  }
194
- obj = obj.items[index];
195
+ obj = obj.items[index$1];
195
196
  }
196
197
  return obj;
197
198
  }
@@ -222,7 +223,7 @@ class SurveyEditor {
222
223
  }
223
224
  changeItemKeyForSubtree(currentItem, newKey) {
224
225
  currentItem = Object.assign({}, currentItem);
225
- if (surveys_surveyEditor_itemEditor.isSurveyGroupItem(currentItem)) {
226
+ if (index.isSurveyGroupItem(currentItem)) {
226
227
  currentItem.items = currentItem.items.map(item => {
227
228
  const newSubkey = newKey + '.' + item.key.slice(item.key.lastIndexOf('.') + 1);
228
229
  return this.changeItemKeyForSubtree(item, newSubkey);
@@ -1 +1 @@
1
- {"version":3,"file":"survey-editor.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"survey-editor.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -5,6 +5,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var constants_keyDefinitions = require('../constants/key-definitions.js');
6
6
  var types_duration = require('../types/duration.js');
7
7
  var expressionUtils_expressionGen = require('../expression-utils/expressionGen.js');
8
+ require('../index-8e5154bb.js');
9
+ require('../logger/logger.js');
8
10
 
9
11
  /**
10
12
  * Logical OR expression
@@ -1 +1 @@
1
- {"version":3,"file":"survey-engine-expressions.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"survey-engine-expressions.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,14 +1,14 @@
1
1
  import { ItemGroupComponent, Expression, ItemComponent, SurveyItem, ExpressionArg, ResponseComponent } from "survey-engine/data_types";
2
2
  import { ClozeQuestionProps, ConsentQuestionProps, DateInputQuestionProps, GenericQuestionProps, MultiLineTextInput, NumericInputQuestionProps, OptionDef, ResponsiveBipolarLikertArrayQuestionProps, ResponsiveMatrixQuestionProps, ResponsiveSingleChoiceArrayQuestionProps, TextInputQuestionProps, TimeInputQuestionProps } from "./types/item-properties";
3
3
  import { LikertGroupRow } from "./responseTypeGenerators/likertGroupComponents";
4
- interface OptionQuestionProps extends GenericQuestionProps {
4
+ export interface OptionQuestionProps extends GenericQuestionProps {
5
5
  responseOptions: Array<OptionDef>;
6
6
  }
7
- interface DropDownQuestionProps extends GenericQuestionProps {
7
+ export interface DropDownQuestionProps extends GenericQuestionProps {
8
8
  responseOptions: Array<OptionDef>;
9
9
  placeholder?: Map<string, string>;
10
10
  }
11
- interface LikertGroupQuestionProps extends GenericQuestionProps {
11
+ export interface LikertGroupQuestionProps extends GenericQuestionProps {
12
12
  rows: Array<LikertGroupRow>;
13
13
  scaleOptions: Array<{
14
14
  key: string;
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var surveys_surveyEditor_componentEditor = require('./survey-editor/component-editor.js');
6
- var surveys_surveyEditor_itemEditor = require('../item-editor-b2c1632b.js');
6
+ var surveys_surveyEditor_itemEditor = require('./survey-editor/item-editor.js');
7
7
  var surveys_utils_componentGenerators = require('./utils/componentGenerators.js');
8
8
  var types_duration = require('../types/duration.js');
9
9
  var constants_keyDefinitions = require('../constants/key-definitions.js');
@@ -13,6 +13,7 @@ var surveys_surveyEngineExpressions = require('./survey-engine-expressions.js');
13
13
  var surveys_types_itemProperties = require('./types/item-properties.js');
14
14
  var surveys_responseTypeGenerators_optionGroupComponents = require('./responseTypeGenerators/optionGroupComponents.js');
15
15
  var surveys_responseTypeGenerators_likertGroupComponents = require('./responseTypeGenerators/likertGroupComponents.js');
16
+ require('../index-8e5154bb.js');
16
17
  require('./utils/randomKeyGenerator.js');
17
18
  require('../logger/logger.js');
18
19
  require('../expression-utils/expressionGen.js');
@@ -1 +1 @@
1
- {"version":3,"file":"survey-items.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"survey-items.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -3,8 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var logger_logger = require('../../logger/logger.js');
6
- var surveys_surveyEditor_itemEditor = require('../../item-editor-b2c1632b.js');
6
+ var surveys_surveyEditor_itemEditor = require('../survey-editor/item-editor.js');
7
7
  var surveys_utils_simpleGenerators = require('../utils/simple-generators.js');
8
+ require('../../index-8e5154bb.js');
8
9
  require('../survey-editor/component-editor.js');
9
10
  require('../utils/randomKeyGenerator.js');
10
11
  require('./item-properties.js');
@@ -1 +1 @@
1
- {"version":3,"file":"group.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"group.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -7,7 +7,8 @@ var surveys_types_item = require('./item.js');
7
7
  var surveys_types_itemProperties = require('./item-properties.js');
8
8
  var surveys_types_surveyDefinition = require('./survey-definition.js');
9
9
  require('../../logger/logger.js');
10
- require('../../item-editor-b2c1632b.js');
10
+ require('../survey-editor/item-editor.js');
11
+ require('../../index-8e5154bb.js');
11
12
  require('../survey-editor/component-editor.js');
12
13
  require('../utils/randomKeyGenerator.js');
13
14
  require('../utils/simple-generators.js');
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;"}
@@ -1,6 +1,6 @@
1
1
  import { SurveyItem } from "survey-engine/data_types";
2
2
  import { SurveyEditor } from "../survey-editor/survey-editor";
3
- export declare type SurveyAvailableFor = 'public' | 'temporary_participants' | 'active_participants';
3
+ export declare type SurveyAvailableFor = 'public' | 'temporary_participants' | 'active_participants' | 'participants_if_assigned';
4
4
  export interface SurveyProps {
5
5
  surveyKey: string;
6
6
  name: Map<string, string>;
@@ -3,9 +3,10 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var logger_logger = require('../../logger/logger.js');
6
- var surveys_surveyEditor_itemEditor = require('../../item-editor-b2c1632b.js');
6
+ var surveys_surveyEditor_itemEditor = require('../survey-editor/item-editor.js');
7
7
  var surveys_surveyEditor_surveyEditor = require('../survey-editor/survey-editor.js');
8
8
  var surveys_utils_simpleGenerators = require('../utils/simple-generators.js');
9
+ require('../../index-8e5154bb.js');
9
10
  require('../survey-editor/component-editor.js');
10
11
  require('../utils/randomKeyGenerator.js');
11
12
  require('./item-properties.js');
@@ -1 +1 @@
1
- {"version":3,"file":"survey-definition.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"survey-definition.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,16 +1,16 @@
1
1
  import { Expression, ItemComponent } from "survey-engine/data_types";
2
2
  import { StyledTextComponentProp } from "../types/item-properties";
3
- interface CommonProps {
3
+ export interface CommonProps {
4
4
  key?: string;
5
5
  content?: Map<string, string> | StyledTextComponentProp[];
6
6
  displayCondition?: Expression;
7
7
  }
8
- interface TextProps extends CommonProps {
8
+ export interface TextProps extends CommonProps {
9
9
  content: Map<string, string>;
10
10
  variant?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'li';
11
11
  className?: string;
12
12
  }
13
- interface MarkdownProps extends CommonProps {
13
+ export interface MarkdownProps extends CommonProps {
14
14
  content: Map<string, string>;
15
15
  className?: string;
16
16
  }
@@ -21,4 +21,3 @@ export declare const ComponentGenerators: {
21
21
  text: (props: TextProps) => ItemComponent;
22
22
  markdown: (props: MarkdownProps) => ItemComponent;
23
23
  };
24
- export {};
@@ -8,6 +8,7 @@ require('../survey-editor/component-editor.js');
8
8
  require('../types/item-properties.js');
9
9
 
10
10
  const text = (props) => {
11
+ var _a;
11
12
  const styles = [];
12
13
  if (props.className !== undefined) {
13
14
  styles.push({
@@ -20,7 +21,7 @@ const text = (props) => {
20
21
  });
21
22
  }
22
23
  return {
23
- key: surveys_utils_randomKeyGenerator.generateRandomKey(3),
24
+ key: (_a = props.key) !== null && _a !== void 0 ? _a : surveys_utils_randomKeyGenerator.generateRandomKey(3),
24
25
  role: 'text',
25
26
  style: styles.length > 0 ? styles : undefined,
26
27
  content: surveys_utils_simpleGenerators.generateLocStrings(props.content),
@@ -28,6 +29,7 @@ const text = (props) => {
28
29
  };
29
30
  };
30
31
  const markdown = (props) => {
32
+ var _a;
31
33
  const styles = [];
32
34
  if (props.className !== undefined) {
33
35
  styles.push({
@@ -35,7 +37,7 @@ const markdown = (props) => {
35
37
  });
36
38
  }
37
39
  return {
38
- key: surveys_utils_randomKeyGenerator.generateRandomKey(3),
40
+ key: (_a = props.key) !== null && _a !== void 0 ? _a : surveys_utils_randomKeyGenerator.generateRandomKey(3),
39
41
  role: 'markdown',
40
42
  style: styles.length > 0 ? styles : undefined,
41
43
  content: surveys_utils_simpleGenerators.generateLocStrings(props.content),
@@ -1 +1 @@
1
- {"version":3,"file":"componentGenerators.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"componentGenerators.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -7,6 +7,8 @@ var surveys_utils_randomKeyGenerator = require('./randomKeyGenerator.js');
7
7
  require('../../constants/key-definitions.js');
8
8
  require('../../types/duration.js');
9
9
  require('../../expression-utils/expressionGen.js');
10
+ require('../../index-8e5154bb.js');
11
+ require('../../logger/logger.js');
10
12
 
11
13
  const option = (key, content, extraProps) => {
12
14
  const styles = [];
@@ -1 +1 @@
1
- {"version":3,"file":"optionDefGenerators.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"optionDefGenerators.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -3,8 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var constants_keyDefinitions = require('../../constants/key-definitions.js');
6
- var surveys_surveyEditor_itemEditor = require('../../item-editor-b2c1632b.js');
6
+ var surveys_surveyEditor_itemEditor = require('../survey-editor/item-editor.js');
7
7
  var surveys_utils_simpleGenerators = require('./simple-generators.js');
8
+ require('../../index-8e5154bb.js');
8
9
  require('../survey-editor/component-editor.js');
9
10
  require('./randomKeyGenerator.js');
10
11
  require('../../logger/logger.js');
@@ -1 +1 @@
1
- {"version":3,"file":"simple-question-editor.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"simple-question-editor.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -6,6 +6,8 @@ var expressionUtils_studyEngineExpressions = require('../expression-utils/studyE
6
6
  require('../constants/key-definitions.js');
7
7
  require('./duration.js');
8
8
  require('../expression-utils/expressionGen.js');
9
+ require('../index-8e5154bb.js');
10
+ require('../logger/logger.js');
9
11
 
10
12
  class StudyRules {
11
13
  constructor(enterRules, submitRules, timerRules, mergeRules) {
@@ -1 +1 @@
1
- {"version":3,"file":"studyRules.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"studyRules.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}