@wix/editor-react-components 1.2289.0 → 1.2290.0
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/site/components/AccordionComponent/component.js +1 -1
- package/dist/site/components/AccordionComponent/manifest.js +1 -1
- package/dist/site/components/AnimatedIcon/manifest.js +1 -1
- package/dist/site/components/AudioPlayer/component.js +12 -10
- package/dist/site/components/AudioPlayer/manifest.js +1 -1
- package/dist/site/components/BoxContainer/component.js +1 -1
- package/dist/site/components/BoxContainer/manifest.js +1 -1
- package/dist/site/components/Breadcrumbs/component.js +2 -2
- package/dist/site/components/Breadcrumbs/manifest.js +1 -1
- package/dist/site/components/Button/manifest.js +1 -1
- package/dist/site/components/CollapsibleText/component.js +1 -1
- package/dist/site/components/CollapsibleText/manifest.js +1 -1
- package/dist/site/components/DatePicker/component.js +3290 -9827
- package/dist/site/components/DatePicker/manifest.js +1 -1
- package/dist/site/components/Dropdown/component.js +1 -1
- package/dist/site/components/Dropdown/manifest.js +1 -1
- package/dist/site/components/HTMLComponent/component.js +1 -1
- package/dist/site/components/HipaaIcon/component.js +1 -1
- package/dist/site/components/HipaaIcon/manifest.js +1 -1
- package/dist/site/components/LinkBar/component.js +1 -1
- package/dist/site/components/LinkBar/manifest.js +1 -1
- package/dist/site/components/Logo/component.js +1 -1
- package/dist/site/components/Logo/manifest.js +1 -1
- package/dist/site/components/Logo/sdk.js +1 -1
- package/dist/site/components/Lottie/component.js +1 -1
- package/dist/site/components/Lottie/manifest.js +1 -1
- package/dist/site/components/Menu/component.js +1 -1
- package/dist/site/components/Menu/manifest.js +1 -1
- package/dist/site/components/MultiStateBox/component.js +1 -1
- package/dist/site/components/MultiStateBox/manifest.js +1 -1
- package/dist/site/components/ProgressBar/component.js +1 -1
- package/dist/site/components/ProgressBar/manifest.js +1 -1
- package/dist/site/components/ProgressBar/sdk.js +1 -1
- package/dist/site/components/Repeater/component.js +1 -1
- package/dist/site/components/Repeater/manifest.js +1 -1
- package/dist/site/components/ShareButtons/component.js +1 -1
- package/dist/site/components/ShareButtons/manifest.js +1 -1
- package/dist/site/components/Tabs/component.js +1 -1
- package/dist/site/components/Tabs/manifest.js +1 -1
- package/dist/site/components/TextBox/component.js +1 -1
- package/dist/site/components/TextBox/manifest.js +1 -1
- package/dist/site/components/TextEffects3d/component.js +1 -1
- package/dist/site/components/TextEffects3d/manifest.js +1 -1
- package/dist/site/components/TextEffectsBauhaus/component.js +1 -1
- package/dist/site/components/TextEffectsBauhaus/manifest.js +1 -1
- package/dist/site/components/TextEffectsGlass/component.js +1 -1
- package/dist/site/components/TextEffectsGlass/manifest.js +1 -1
- package/dist/site/components/TextEffectsGlitch/component.js +1 -1
- package/dist/site/components/TextEffectsGlitch/manifest.js +1 -1
- package/dist/site/components/TextEffectsLetterPress/component.js +1 -1
- package/dist/site/components/TextEffectsLetterPress/manifest.js +1 -1
- package/dist/site/components/TextEffectsMatrix/component.js +1 -1
- package/dist/site/components/TextEffectsMatrix/manifest.js +1 -1
- package/dist/site/components/TextEffectsNeonSign/component.js +1 -1
- package/dist/site/components/TextEffectsNeonSign/manifest.js +1 -1
- package/dist/site/components/TextEffectsNoisy/component.js +1 -1
- package/dist/site/components/TextEffectsNoisy/manifest.js +1 -1
- package/dist/site/components/TextEffectsOutlineOut/component.js +2 -2
- package/dist/site/components/TextEffectsOutlineOut/manifest.js +1 -1
- package/dist/site/components/TextEffectsRetro/component.js +1 -1
- package/dist/site/components/TextEffectsRetro/manifest.js +1 -1
- package/dist/site/components/TextEffectsShook/component.js +1 -1
- package/dist/site/components/TextEffectsShook/manifest.js +1 -1
- package/dist/site/components/TextEffectsSticker/component.js +1 -1
- package/dist/site/components/TextEffectsSticker/manifest.js +2 -2
- package/dist/site/components/TextEffectsStriped/component.js +1 -1
- package/dist/site/components/TextEffectsStriped/manifest.js +1 -1
- package/dist/site/components/TextInput/component.js +171 -170
- package/dist/site/components/TextInput/manifest.js +1 -1
- package/dist/site/components/TimePicker/TimePicker.d.ts +3 -0
- package/dist/site/components/TimePicker/TimePicker.types.d.ts +29 -0
- package/dist/site/components/TimePicker/component.d.ts +2 -0
- package/dist/site/components/TimePicker/component.js +146 -0
- package/dist/site/components/TimePicker/component.preview.d.ts +2 -0
- package/dist/site/components/TimePicker/components/TimePickerField.d.ts +4 -0
- package/dist/site/components/TimePicker/constants.d.ts +32 -0
- package/dist/site/components/TimePicker/css.css +64 -0
- package/dist/site/components/TimePicker/hooks/useTimePickerValue.d.ts +10 -0
- package/dist/site/components/TimePicker/index.d.ts +2 -0
- package/dist/site/components/TimePicker/index.js +6 -0
- package/dist/site/components/TimePicker/manifest.d.ts +5 -0
- package/dist/site/components/TimePicker/manifest.js +113 -0
- package/dist/site/components/TimePicker/timePickerUtils.d.ts +15 -0
- package/dist/site/components/chunks/AnimatedIcon.js +1 -1
- package/dist/site/components/chunks/Button.js +1 -1
- package/dist/site/components/chunks/Button2.js +10 -829
- package/dist/site/components/chunks/DateField.js +6763 -0
- package/dist/site/components/chunks/Group.js +42 -155
- package/dist/site/components/chunks/I18nProvider.js +3 -3
- package/dist/site/components/chunks/Input.js +5 -5
- package/dist/site/components/chunks/Patterns.js +1 -1
- package/dist/site/components/chunks/TextEffectsShared.js +1 -1
- package/dist/site/components/chunks/constants10.js +14 -12
- package/dist/site/components/chunks/constants11.js +9 -9
- package/dist/site/components/chunks/constants12.js +10 -8
- package/dist/site/components/chunks/constants13.js +9 -13
- package/dist/site/components/chunks/constants14.js +14 -17
- package/dist/site/components/chunks/constants15.js +17 -12
- package/dist/site/components/chunks/constants16.js +11 -13
- package/dist/site/components/chunks/constants17.js +20 -66
- package/dist/site/components/chunks/constants18.js +67 -17
- package/dist/site/components/chunks/constants19.js +15 -50
- package/dist/site/components/chunks/constants2.js +30 -50
- package/dist/site/components/chunks/constants20.js +43 -45
- package/dist/site/components/chunks/constants21.js +48 -297
- package/dist/site/components/chunks/constants22.js +299 -41
- package/dist/site/components/chunks/constants23.js +44 -29
- package/dist/site/components/chunks/constants24.js +32 -17
- package/dist/site/components/chunks/constants25.js +16 -402
- package/dist/site/components/chunks/constants26.js +393 -73
- package/dist/site/components/chunks/constants27.js +80 -15
- package/dist/site/components/chunks/constants28.js +11 -42
- package/dist/site/components/chunks/constants29.js +44 -23
- package/dist/site/components/chunks/constants3.js +49 -14
- package/dist/site/components/chunks/constants30.js +28 -10
- package/dist/site/components/chunks/constants31.js +10 -132
- package/dist/site/components/chunks/constants32.js +112 -147
- package/dist/site/components/chunks/constants33.js +152 -49
- package/dist/site/components/chunks/constants34.js +53 -71
- package/dist/site/components/chunks/constants35.js +73 -77
- package/dist/site/components/chunks/constants36.js +76 -57
- package/dist/site/components/chunks/constants37.js +72 -0
- package/dist/site/components/chunks/constants4.js +10 -19
- package/dist/site/components/chunks/constants5.js +14 -14
- package/dist/site/components/chunks/constants6.js +11 -10
- package/dist/site/components/chunks/constants7.js +14 -14
- package/dist/site/components/chunks/constants8.js +22 -65
- package/dist/site/components/chunks/constants9.js +65 -20
- package/dist/site/components/chunks/filterDOMProps.js +7 -7
- package/dist/site/components/chunks/manifestBase.js +1 -1
- package/dist/site/components/chunks/useFocusable.js +118 -0
- package/dist/site/components/chunks/useLocalizedStringFormatter.js +1 -1
- package/dist/site/components/chunks/usePress.js +825 -0
- package/dist/site/components/chunks/utils.js +1 -1
- package/dist/site/components/extensions.js +9 -4
- package/package.json +3 -3
|
@@ -1,24 +1,74 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
const DisplayNames = {
|
|
2
|
+
root: {
|
|
3
|
+
elementDisplayName: "Text Box",
|
|
4
|
+
data: {
|
|
5
|
+
value: "Default text",
|
|
6
|
+
label: "Label",
|
|
7
|
+
tooltip: "Tooltip",
|
|
8
|
+
placeholder: "Placeholder",
|
|
9
|
+
required: "Required",
|
|
10
|
+
readOnly: "Read only",
|
|
11
|
+
disabled: "Disabled",
|
|
12
|
+
minLength: "Minimum characters",
|
|
13
|
+
maxLength: "Maximum characters"
|
|
14
|
+
},
|
|
15
|
+
cssCustomProperties: {
|
|
16
|
+
gap: "Space between label and field",
|
|
17
|
+
labelAlignment: "Label alignment"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
input: {
|
|
21
|
+
elementDisplayName: "Input",
|
|
22
|
+
cssCustomProperties: {
|
|
23
|
+
placeholderTextColor: "Placeholder text color",
|
|
24
|
+
borderColor: "Border color",
|
|
25
|
+
borderWidth: "Border width"
|
|
26
|
+
},
|
|
27
|
+
displayGroups: {
|
|
28
|
+
borderGroup: "Border"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
label: {
|
|
32
|
+
elementDisplayName: "Label"
|
|
33
|
+
}
|
|
13
34
|
};
|
|
14
35
|
const DesignStates = {
|
|
15
36
|
root: {
|
|
16
|
-
hover: { displayName: "Hover", className: "
|
|
17
|
-
|
|
37
|
+
hover: { displayName: "Hover", className: "textbox--hover" },
|
|
38
|
+
focus: { displayName: "Focus", className: "textbox--focus" },
|
|
39
|
+
disabled: { displayName: "Disabled", className: "textbox--disabled" },
|
|
40
|
+
invalid: { displayName: "Error", className: "textbox--invalid" }
|
|
18
41
|
}
|
|
19
42
|
};
|
|
43
|
+
const defaultValues = {
|
|
44
|
+
value: "",
|
|
45
|
+
label: "Label",
|
|
46
|
+
tooltip: "",
|
|
47
|
+
placeholder: "Enter your text here...",
|
|
48
|
+
required: false,
|
|
49
|
+
readOnly: false,
|
|
50
|
+
disabled: false
|
|
51
|
+
};
|
|
52
|
+
const TestIds = {
|
|
53
|
+
root: "textbox-root",
|
|
54
|
+
input: "textbox-input",
|
|
55
|
+
label: "textbox-label",
|
|
56
|
+
tooltipButton: "textbox-tooltip-button"
|
|
57
|
+
};
|
|
58
|
+
const selectors = {
|
|
59
|
+
root: "textbox",
|
|
60
|
+
input: "textbox__input",
|
|
61
|
+
label: "textbox__label"
|
|
62
|
+
};
|
|
63
|
+
const semanticClassNames = {
|
|
64
|
+
input: "textbox__input",
|
|
65
|
+
label: "textbox__label"
|
|
66
|
+
};
|
|
20
67
|
export {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
68
|
+
DisplayNames as D,
|
|
69
|
+
TestIds as T,
|
|
70
|
+
semanticClassNames as a,
|
|
71
|
+
DesignStates as b,
|
|
72
|
+
defaultValues as d,
|
|
73
|
+
selectors as s
|
|
24
74
|
};
|
|
@@ -1,59 +1,24 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
const classes = {
|
|
2
|
+
tabs: "tabs",
|
|
3
|
+
tabMenu: "tab-menu",
|
|
4
|
+
tabMenuItemsWrapper: "tab-menu-items-wrapper",
|
|
5
|
+
tabMenuItems: "tab-menu-items",
|
|
6
|
+
menuItem: "menu-item",
|
|
7
|
+
scrollButton: "scroll-button",
|
|
8
|
+
tabContentContainer: "tab-content-container",
|
|
9
|
+
tabContentItem: "tab-content-item"
|
|
4
10
|
};
|
|
5
|
-
const
|
|
6
|
-
|
|
7
|
-
root: "button",
|
|
8
|
-
buttonLabel: "button__label"
|
|
11
|
+
const OVERFLOW_BEHAVIOR = {
|
|
12
|
+
WRAP: "wrap"
|
|
9
13
|
};
|
|
10
14
|
const DesignStates = {
|
|
11
15
|
root: {
|
|
12
|
-
hover: { displayName: "Hover", className: "
|
|
13
|
-
disabled: { displayName: "Disabled", className: "
|
|
14
|
-
},
|
|
15
|
-
label: {
|
|
16
|
-
hover: { displayName: "Hover", className: "button__label--hover" },
|
|
17
|
-
disabled: { displayName: "Disabled", className: "button__label--disabled" }
|
|
18
|
-
}
|
|
19
|
-
};
|
|
20
|
-
const DisplayNames = {
|
|
21
|
-
root: {
|
|
22
|
-
elementDisplayName: "Button",
|
|
23
|
-
data: {
|
|
24
|
-
disabled: "Disabled"
|
|
25
|
-
},
|
|
26
|
-
cssProperties: {
|
|
27
|
-
gap: "Space between text and icon"
|
|
28
|
-
},
|
|
29
|
-
cssCustomProperties: {
|
|
30
|
-
"content-horizontal-alignment": "Alignment",
|
|
31
|
-
"icon-position": "Icon position"
|
|
32
|
-
},
|
|
33
|
-
presets: {
|
|
34
|
-
baseButton: "Base Button"
|
|
35
|
-
},
|
|
36
|
-
iconPosition: {
|
|
37
|
-
beforeText: "Before text",
|
|
38
|
-
afterText: "After text",
|
|
39
|
-
belowText: "Below text",
|
|
40
|
-
aboveText: "Above text"
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
label: {
|
|
44
|
-
elementDisplayName: "Text",
|
|
45
|
-
cssProperties: {
|
|
46
|
-
font: "Typography"
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
data: {
|
|
50
|
-
iconCollapsed: "Display icon"
|
|
16
|
+
hover: { displayName: "Hover", className: "tabs--hover" },
|
|
17
|
+
disabled: { displayName: "Disabled", className: "tabs--disabled" }
|
|
51
18
|
}
|
|
52
19
|
};
|
|
53
20
|
export {
|
|
54
21
|
DesignStates as D,
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
TestIds as a,
|
|
58
|
-
DisplayNames as b
|
|
22
|
+
OVERFLOW_BEHAVIOR as O,
|
|
23
|
+
classes as c
|
|
59
24
|
};
|
|
@@ -1,57 +1,37 @@
|
|
|
1
|
-
const selectors = {
|
|
2
|
-
root: "textInput"
|
|
3
|
-
};
|
|
4
1
|
const DisplayNames = {
|
|
5
2
|
root: {
|
|
6
|
-
elementDisplayName: "
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
labelFont: "Label font",
|
|
14
|
-
labelTextColor: "Label text color",
|
|
15
|
-
labelMarginBottom: "Label bottom margin",
|
|
16
|
-
labelPaddingInlineStart: "Label left padding",
|
|
17
|
-
labelPaddingInlineEnd: "Label right padding",
|
|
18
|
-
align: "Alignment",
|
|
19
|
-
labelAlign: "Label alignment",
|
|
20
|
-
inputAlign: "Input alignment"
|
|
21
|
-
},
|
|
22
|
-
data: {
|
|
23
|
-
labelDirection: "Label direction",
|
|
24
|
-
inputDirection: "Input direction",
|
|
25
|
-
inputType: "Input type",
|
|
26
|
-
maxLength: "Maximum length",
|
|
27
|
-
min: "Minimum value",
|
|
28
|
-
max: "Maximum value",
|
|
29
|
-
pattern: "Pattern validation",
|
|
30
|
-
phoneFormat: "Phone format",
|
|
31
|
-
label: "Label text",
|
|
32
|
-
placeholder: "Placeholder text",
|
|
33
|
-
autoComplete: "Autocomplete",
|
|
34
|
-
readOnly: "Read only",
|
|
35
|
-
required: "Required",
|
|
36
|
-
errorMessageType: "Error message format",
|
|
37
|
-
prefix: "Prefix",
|
|
38
|
-
step: "Step"
|
|
39
|
-
},
|
|
40
|
-
options: {
|
|
41
|
-
text: "Text",
|
|
42
|
-
number: "Number",
|
|
43
|
-
email: "Email",
|
|
44
|
-
url: "URL",
|
|
45
|
-
tel: "Phone number",
|
|
46
|
-
password: "Password",
|
|
47
|
-
center: "Center",
|
|
48
|
-
start: "Left",
|
|
49
|
-
end: "Right",
|
|
50
|
-
inline: "Inline",
|
|
51
|
-
tooltip: "Tooltip"
|
|
3
|
+
elementDisplayName: "Time Picker",
|
|
4
|
+
data: {
|
|
5
|
+
value: "Selected time"
|
|
6
|
+
},
|
|
7
|
+
elements: {
|
|
8
|
+
timeInput: "Time input"
|
|
9
|
+
}
|
|
52
10
|
}
|
|
53
11
|
};
|
|
12
|
+
const EMPTY_VALUE = "";
|
|
13
|
+
const TRANSLATIONS_NAMESPACE = "timePicker";
|
|
14
|
+
const TranslationKeys = {
|
|
15
|
+
ariaLabel: "timePicker_aria_label"
|
|
16
|
+
};
|
|
17
|
+
const DefaultTranslations = {
|
|
18
|
+
ariaLabel: "Time picker"
|
|
19
|
+
};
|
|
20
|
+
const TestIds = {
|
|
21
|
+
root: "timepicker-root",
|
|
22
|
+
group: "timepicker-group",
|
|
23
|
+
field: "timepicker-field"
|
|
24
|
+
};
|
|
25
|
+
const selectors = {
|
|
26
|
+
root: "timePicker",
|
|
27
|
+
group: "timePicker__group"
|
|
28
|
+
};
|
|
54
29
|
export {
|
|
55
|
-
|
|
30
|
+
DefaultTranslations as D,
|
|
31
|
+
EMPTY_VALUE as E,
|
|
32
|
+
TestIds as T,
|
|
33
|
+
TRANSLATIONS_NAMESPACE as a,
|
|
34
|
+
TranslationKeys as b,
|
|
35
|
+
DisplayNames as c,
|
|
56
36
|
selectors as s
|
|
57
37
|
};
|
|
@@ -1,61 +1,59 @@
|
|
|
1
|
-
const DEFAULT_ANIMATION_DURATION = 0.2;
|
|
2
|
-
const AnimatedSvgIds = {
|
|
3
|
-
animatedSvg: "animatedSvg",
|
|
4
|
-
animatedTagPath: "animatedPath",
|
|
5
|
-
animateTagForward: "animateForward",
|
|
6
|
-
animateTagBackward: "animateBackward"
|
|
7
|
-
};
|
|
8
|
-
var AnimationDirection = /* @__PURE__ */ ((AnimationDirection2) => {
|
|
9
|
-
AnimationDirection2["FORWARD"] = "Forward";
|
|
10
|
-
AnimationDirection2["BACKWARD"] = "Backward";
|
|
11
|
-
return AnimationDirection2;
|
|
12
|
-
})(AnimationDirection || {});
|
|
13
|
-
const AnimatedDataAttributes = {
|
|
14
|
-
[
|
|
15
|
-
"Forward"
|
|
16
|
-
/* FORWARD */
|
|
17
|
-
]: "data-animated-end-path",
|
|
18
|
-
[
|
|
19
|
-
"Backward"
|
|
20
|
-
/* BACKWARD */
|
|
21
|
-
]: "data-animated-start-path"
|
|
22
|
-
};
|
|
23
1
|
const TestIds = {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
2
|
+
buttonContent: "buttonContent",
|
|
3
|
+
buttonLabel: "stylablebutton-label"
|
|
4
|
+
};
|
|
5
|
+
const TRANSITION_DURATION = 400;
|
|
6
|
+
const SEMANTIC_CLASS_NAMES = {
|
|
7
|
+
root: "button",
|
|
8
|
+
buttonLabel: "button__label"
|
|
27
9
|
};
|
|
28
10
|
const DesignStates = {
|
|
29
11
|
root: {
|
|
30
|
-
hover: { displayName: "Hover", className: "
|
|
31
|
-
disabled: { displayName: "Disabled", className: "
|
|
32
|
-
|
|
12
|
+
hover: { displayName: "Hover", className: "button--hover" },
|
|
13
|
+
disabled: { displayName: "Disabled", className: "button--disabled" }
|
|
14
|
+
},
|
|
15
|
+
label: {
|
|
16
|
+
hover: { displayName: "Hover", className: "button__label--hover" },
|
|
17
|
+
disabled: { displayName: "Disabled", className: "button__label--disabled" }
|
|
33
18
|
}
|
|
34
19
|
};
|
|
35
20
|
const DisplayNames = {
|
|
36
21
|
root: {
|
|
37
|
-
elementDisplayName: "
|
|
38
|
-
customActions: {
|
|
39
|
-
animatedIcon: {
|
|
40
|
-
displayName: "Icon"
|
|
41
|
-
}
|
|
42
|
-
},
|
|
22
|
+
elementDisplayName: "Button",
|
|
43
23
|
data: {
|
|
44
|
-
|
|
24
|
+
disabled: "Disabled"
|
|
25
|
+
},
|
|
26
|
+
cssProperties: {
|
|
27
|
+
gap: "Space between text and icon"
|
|
45
28
|
},
|
|
46
29
|
cssCustomProperties: {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
30
|
+
"content-horizontal-alignment": "Alignment",
|
|
31
|
+
"icon-position": "Icon position"
|
|
32
|
+
},
|
|
33
|
+
presets: {
|
|
34
|
+
baseButton: "Base Button"
|
|
35
|
+
},
|
|
36
|
+
iconPosition: {
|
|
37
|
+
beforeText: "Before text",
|
|
38
|
+
afterText: "After text",
|
|
39
|
+
belowText: "Below text",
|
|
40
|
+
aboveText: "Above text"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
label: {
|
|
44
|
+
elementDisplayName: "Text",
|
|
45
|
+
cssProperties: {
|
|
46
|
+
font: "Typography"
|
|
50
47
|
}
|
|
48
|
+
},
|
|
49
|
+
data: {
|
|
50
|
+
iconCollapsed: "Display icon"
|
|
51
51
|
}
|
|
52
52
|
};
|
|
53
53
|
export {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
DesignStates as c,
|
|
60
|
-
DisplayNames as d
|
|
54
|
+
DesignStates as D,
|
|
55
|
+
SEMANTIC_CLASS_NAMES as S,
|
|
56
|
+
TRANSITION_DURATION as T,
|
|
57
|
+
TestIds as a,
|
|
58
|
+
DisplayNames as b
|
|
61
59
|
};
|