@xaypay/tui 0.0.3 → 0.0.4
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/.idea/misc.xml +6 -0
- package/.idea/modules.xml +8 -0
- package/.idea/tui.iml +12 -0
- package/.idea/vcs.xml +6 -0
- package/.idea/workspace.xml +1755 -0
- package/.storybook/main.js +1 -1
- package/dist/index.es.js +866 -15
- package/dist/index.js +903 -14
- package/package.json +8 -4
- package/src/assets/heart-filled.svg +17 -0
- package/src/assets/heart-outline.svg +14 -0
- package/src/assets/like-filled.svg +21 -0
- package/src/assets/like-outline.svg +21 -0
- package/src/assets/star-filled.svg +21 -0
- package/src/assets/star-outline.svg +5 -0
- package/src/assets_old/icons/Read Me.txt +7 -0
- package/src/assets_old/icons/demo-files/demo.css +152 -0
- package/src/assets_old/icons/demo-files/demo.js +30 -0
- package/src/assets_old/icons/demo.html +150 -0
- package/src/assets_old/icons/fonts/icomoon.eot +0 -0
- package/src/assets_old/icons/fonts/icomoon.svg +18 -0
- package/src/assets_old/icons/fonts/icomoon.ttf +0 -0
- package/src/assets_old/icons/fonts/icomoon.woff +0 -0
- package/src/assets_old/icons/selection.json +1 -0
- package/src/assets_old/icons/style.css +51 -0
- package/src/components/autocomplate/autocomplate.module.css +74 -0
- package/src/components/autocomplate/autocomplate.stories.js +11 -0
- package/src/components/autocomplate/index.js +117 -0
- package/src/components/button/button.module.css +63 -1
- package/src/components/button/button.stories.js +10 -10
- package/src/components/button/index.js +12 -9
- package/src/components/captcha/blue.png +0 -0
- package/src/components/captcha/captcha.module.css +66 -0
- package/src/components/captcha/captcha.stories.js +17 -0
- package/src/components/captcha/green.png +0 -0
- package/src/components/captcha/index.js +63 -0
- package/src/components/captcha/red.png +0 -0
- package/src/components/checkbox/checkbox.module.css +57 -0
- package/src/components/checkbox/checkbox.stories.js +10 -0
- package/src/components/checkbox/index.js +87 -0
- package/src/components/icon/HeartFilled.js +26 -0
- package/src/components/icon/HeartOutline.js +25 -0
- package/src/components/icon/Icon.js +6 -0
- package/src/components/icon/LikeFilled.js +24 -0
- package/src/components/icon/LikeOutline.js +24 -0
- package/src/components/icon/StarFilled.js +24 -0
- package/src/components/icon/StarOutline.js +24 -0
- package/src/components/icon/index.js +6 -0
- package/src/components/input/index.js +90 -0
- package/src/components/input/input.module.css +89 -0
- package/src/components/input/input.stories.js +38 -0
- package/src/components/modal/index.js +24 -0
- package/src/components/modal/modal.module.css +35 -0
- package/src/components/modal/modal.stories.js +29 -0
- package/src/components/multiselect/index.js +76 -0
- package/src/components/multiselect/multiselect.module.css +137 -0
- package/src/components/multiselect/multiselect.stories.js +19 -0
- package/src/components/pagination/index.js +119 -0
- package/src/components/pagination/pagination.module.css +80 -0
- package/src/components/pagination/pagination.stories.js +371 -0
- package/src/components/pagination/paginationRange.js +70 -0
- package/src/components/radio/index.js +68 -0
- package/src/components/radio/radio.module.css +59 -0
- package/src/components/radio/radio.stories.js +10 -0
- package/src/components/select/index.js +130 -0
- package/src/components/select/select.module.css +100 -0
- package/src/components/select/select.stories.js +21 -0
- package/src/components/typography/index.js +53 -0
- package/src/components/typography/typography.module.css +60 -0
- package/src/components/typography/typography.stories.js +29 -0
- package/src/index.js +10 -1
- package/storybook-static/favicon.ico +0 -0
|
@@ -0,0 +1,1755 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ChangeListManager">
|
|
4
|
+
<list default="true" id="2ce9202b-7142-421e-9ae6-10ddc79c4729" name="Default" comment="">
|
|
5
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/assets_old/icons/fonts/icomoon.eot" afterPath="$PROJECT_DIR$/src/assets_old/icons/fonts/icomoon.eot" />
|
|
6
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/assets_old/icons/fonts/icomoon.ttf" afterPath="$PROJECT_DIR$/src/assets_old/icons/fonts/icomoon.ttf" />
|
|
7
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/assets_old/icons/fonts/icomoon.woff" afterPath="$PROJECT_DIR$/src/assets_old/icons/fonts/icomoon.woff" />
|
|
8
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
|
9
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/assets_old/icons/demo.html" afterPath="$PROJECT_DIR$/src/assets_old/icons/demo.html" />
|
|
10
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/assets_old/icons/fonts/icomoon.svg" afterPath="$PROJECT_DIR$/src/assets_old/icons/fonts/icomoon.svg" />
|
|
11
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/assets_old/icons/selection.json" afterPath="$PROJECT_DIR$/src/assets_old/icons/selection.json" />
|
|
12
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/assets_old/icons/style.css" afterPath="$PROJECT_DIR$/src/assets_old/icons/style.css" />
|
|
13
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/components/autocomplate/autocomplate.module.css" afterPath="$PROJECT_DIR$/src/components/autocomplate/autocomplate.module.css" />
|
|
14
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/components/multiselect/index.js" afterPath="$PROJECT_DIR$/src/components/multiselect/index.js" />
|
|
15
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/components/multiselect/multiselect.module.css" afterPath="$PROJECT_DIR$/src/components/multiselect/multiselect.module.css" />
|
|
16
|
+
</list>
|
|
17
|
+
<ignored path="$PROJECT_DIR$/.tmp/" />
|
|
18
|
+
<ignored path="$PROJECT_DIR$/temp/" />
|
|
19
|
+
<ignored path="$PROJECT_DIR$/tmp/" />
|
|
20
|
+
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
21
|
+
<option name="TRACKING_ENABLED" value="true" />
|
|
22
|
+
<option name="SHOW_DIALOG" value="false" />
|
|
23
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
24
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
25
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
26
|
+
</component>
|
|
27
|
+
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
|
28
|
+
<component name="FavoritesManager">
|
|
29
|
+
<favorites_list name="tui" />
|
|
30
|
+
</component>
|
|
31
|
+
<component name="FileEditorManager">
|
|
32
|
+
<splitter split-orientation="horizontal" split-proportion="0.59639496">
|
|
33
|
+
<split-first>
|
|
34
|
+
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
35
|
+
<file leaf-file-name="index.js" pinned="false" current-in-tab="true">
|
|
36
|
+
<entry file="file://$PROJECT_DIR$/src/components/multiselect/index.js">
|
|
37
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
38
|
+
<state relative-caret-position="119">
|
|
39
|
+
<caret line="19" column="85" lean-forward="false" selection-start-line="19" selection-start-column="85" selection-end-line="19" selection-end-column="85" />
|
|
40
|
+
<folding>
|
|
41
|
+
<element signature="e#0#40#0" expanded="true" />
|
|
42
|
+
</folding>
|
|
43
|
+
</state>
|
|
44
|
+
</provider>
|
|
45
|
+
</entry>
|
|
46
|
+
</file>
|
|
47
|
+
</leaf>
|
|
48
|
+
</split-first>
|
|
49
|
+
<split-second>
|
|
50
|
+
<leaf>
|
|
51
|
+
<file leaf-file-name="multiselect.module.css" pinned="false" current-in-tab="true">
|
|
52
|
+
<entry file="file://$PROJECT_DIR$/src/components/multiselect/multiselect.module.css">
|
|
53
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
54
|
+
<state relative-caret-position="527">
|
|
55
|
+
<caret line="52" column="17" lean-forward="false" selection-start-line="52" selection-start-column="17" selection-end-line="52" selection-end-column="17" />
|
|
56
|
+
<folding />
|
|
57
|
+
</state>
|
|
58
|
+
</provider>
|
|
59
|
+
</entry>
|
|
60
|
+
</file>
|
|
61
|
+
</leaf>
|
|
62
|
+
</split-second>
|
|
63
|
+
</splitter>
|
|
64
|
+
</component>
|
|
65
|
+
<component name="FindInProjectRecents">
|
|
66
|
+
<findStrings>
|
|
67
|
+
<find>backgroundColor</find>
|
|
68
|
+
<find>pagination-item</find>
|
|
69
|
+
<find>li</find>
|
|
70
|
+
<find>select-content-bottom-inner</find>
|
|
71
|
+
<find>select</find>
|
|
72
|
+
<find>span</find>
|
|
73
|
+
</findStrings>
|
|
74
|
+
<replaceStrings>
|
|
75
|
+
<replace />
|
|
76
|
+
<replace>multi-select</replace>
|
|
77
|
+
</replaceStrings>
|
|
78
|
+
</component>
|
|
79
|
+
<component name="Git.Settings">
|
|
80
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
81
|
+
<option name="RECENT_BRANCH_BY_REPOSITORY">
|
|
82
|
+
<map>
|
|
83
|
+
<entry key="$PROJECT_DIR$" value="UI-Component-styles" />
|
|
84
|
+
</map>
|
|
85
|
+
</option>
|
|
86
|
+
<favorite-branches>
|
|
87
|
+
<branch-storage>
|
|
88
|
+
<map>
|
|
89
|
+
<entry type="LOCAL">
|
|
90
|
+
<value>
|
|
91
|
+
<list>
|
|
92
|
+
<branch-info repo="$PROJECT_DIR$" source="master" />
|
|
93
|
+
</list>
|
|
94
|
+
</value>
|
|
95
|
+
</entry>
|
|
96
|
+
</map>
|
|
97
|
+
</branch-storage>
|
|
98
|
+
</favorite-branches>
|
|
99
|
+
</component>
|
|
100
|
+
<component name="IdeDocumentHistory">
|
|
101
|
+
<option name="CHANGED_PATHS">
|
|
102
|
+
<list>
|
|
103
|
+
<option value="$PROJECT_DIR$/src/components/button/button.module.scss" />
|
|
104
|
+
<option value="$PROJECT_DIR$/src/components/button/index.js" />
|
|
105
|
+
<option value="$PROJECT_DIR$/src/components/input/input.stories.js" />
|
|
106
|
+
<option value="$PROJECT_DIR$/src/components/input/index.js" />
|
|
107
|
+
<option value="$PROJECT_DIR$/src/components/input/input.module.css" />
|
|
108
|
+
<option value="$PROJECT_DIR$/src/components/button/button.stories.js" />
|
|
109
|
+
<option value="$PROJECT_DIR$/src/components/button/button.module.css" />
|
|
110
|
+
<option value="$PROJECT_DIR$/.storybook/main.js" />
|
|
111
|
+
<option value="$PROJECT_DIR$/src/components/typography/index.js" />
|
|
112
|
+
<option value="$PROJECT_DIR$/src/components/typography/typography.module.css" />
|
|
113
|
+
<option value="$PROJECT_DIR$/src/components/pagination/index.js" />
|
|
114
|
+
<option value="$PROJECT_DIR$/src/components/pagination/pagination.module.css" />
|
|
115
|
+
<option value="$PROJECT_DIR$/src/components/radio/index.js" />
|
|
116
|
+
<option value="$PROJECT_DIR$/src/components/checkbox/index.js" />
|
|
117
|
+
<option value="$PROJECT_DIR$/src/components/select/index.js" />
|
|
118
|
+
<option value="$PROJECT_DIR$/src/components/select/select.module.css" />
|
|
119
|
+
<option value="$PROJECT_DIR$/src/components/autocomplate/index.js" />
|
|
120
|
+
<option value="$PROJECT_DIR$/src/assets_old/icons/style.css" />
|
|
121
|
+
<option value="$PROJECT_DIR$/src/components/autocomplate/autocomplate.module.css" />
|
|
122
|
+
<option value="$PROJECT_DIR$/src/components/multiselect/index.js" />
|
|
123
|
+
<option value="$PROJECT_DIR$/src/components/multiselect/multiselect.module.css" />
|
|
124
|
+
</list>
|
|
125
|
+
</option>
|
|
126
|
+
</component>
|
|
127
|
+
<component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
|
|
128
|
+
<component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER">
|
|
129
|
+
<package-json value="$PROJECT_DIR$/package.json" />
|
|
130
|
+
</component>
|
|
131
|
+
<component name="JsGulpfileManager">
|
|
132
|
+
<detection-done>true</detection-done>
|
|
133
|
+
<sorting>DEFINITION_ORDER</sorting>
|
|
134
|
+
</component>
|
|
135
|
+
<component name="NodeModulesDirectoryManager">
|
|
136
|
+
<handled-path value="$PROJECT_DIR$/node_modules" />
|
|
137
|
+
</component>
|
|
138
|
+
<component name="ProjectFrameBounds">
|
|
139
|
+
<option name="x" value="-8" />
|
|
140
|
+
<option name="y" value="-8" />
|
|
141
|
+
<option name="width" value="1616" />
|
|
142
|
+
<option name="height" value="876" />
|
|
143
|
+
</component>
|
|
144
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
145
|
+
<component name="ProjectView">
|
|
146
|
+
<navigator currentView="ProjectPane" proportions="" version="1">
|
|
147
|
+
<flattenPackages />
|
|
148
|
+
<showMembers />
|
|
149
|
+
<showModules />
|
|
150
|
+
<showLibraryContents />
|
|
151
|
+
<hideEmptyPackages />
|
|
152
|
+
<abbreviatePackageNames />
|
|
153
|
+
<autoscrollToSource />
|
|
154
|
+
<autoscrollFromSource />
|
|
155
|
+
<sortByType />
|
|
156
|
+
<manualOrder />
|
|
157
|
+
<foldersAlwaysOnTop value="true" />
|
|
158
|
+
</navigator>
|
|
159
|
+
<panes>
|
|
160
|
+
<pane id="Scope" />
|
|
161
|
+
<pane id="ProjectPane">
|
|
162
|
+
<subPane>
|
|
163
|
+
<PATH>
|
|
164
|
+
<PATH_ELEMENT>
|
|
165
|
+
<option name="myItemId" value="tui" />
|
|
166
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
167
|
+
</PATH_ELEMENT>
|
|
168
|
+
<PATH_ELEMENT>
|
|
169
|
+
<option name="myItemId" value="tui" />
|
|
170
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
171
|
+
</PATH_ELEMENT>
|
|
172
|
+
</PATH>
|
|
173
|
+
<PATH>
|
|
174
|
+
<PATH_ELEMENT>
|
|
175
|
+
<option name="myItemId" value="tui" />
|
|
176
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
177
|
+
</PATH_ELEMENT>
|
|
178
|
+
<PATH_ELEMENT>
|
|
179
|
+
<option name="myItemId" value="tui" />
|
|
180
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
181
|
+
</PATH_ELEMENT>
|
|
182
|
+
<PATH_ELEMENT>
|
|
183
|
+
<option name="myItemId" value="storybook-static" />
|
|
184
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
185
|
+
</PATH_ELEMENT>
|
|
186
|
+
</PATH>
|
|
187
|
+
<PATH>
|
|
188
|
+
<PATH_ELEMENT>
|
|
189
|
+
<option name="myItemId" value="tui" />
|
|
190
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
191
|
+
</PATH_ELEMENT>
|
|
192
|
+
<PATH_ELEMENT>
|
|
193
|
+
<option name="myItemId" value="tui" />
|
|
194
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
195
|
+
</PATH_ELEMENT>
|
|
196
|
+
<PATH_ELEMENT>
|
|
197
|
+
<option name="myItemId" value="src" />
|
|
198
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
199
|
+
</PATH_ELEMENT>
|
|
200
|
+
</PATH>
|
|
201
|
+
<PATH>
|
|
202
|
+
<PATH_ELEMENT>
|
|
203
|
+
<option name="myItemId" value="tui" />
|
|
204
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
205
|
+
</PATH_ELEMENT>
|
|
206
|
+
<PATH_ELEMENT>
|
|
207
|
+
<option name="myItemId" value="tui" />
|
|
208
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
209
|
+
</PATH_ELEMENT>
|
|
210
|
+
<PATH_ELEMENT>
|
|
211
|
+
<option name="myItemId" value="src" />
|
|
212
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
213
|
+
</PATH_ELEMENT>
|
|
214
|
+
<PATH_ELEMENT>
|
|
215
|
+
<option name="myItemId" value="components" />
|
|
216
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
217
|
+
</PATH_ELEMENT>
|
|
218
|
+
</PATH>
|
|
219
|
+
<PATH>
|
|
220
|
+
<PATH_ELEMENT>
|
|
221
|
+
<option name="myItemId" value="tui" />
|
|
222
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
223
|
+
</PATH_ELEMENT>
|
|
224
|
+
<PATH_ELEMENT>
|
|
225
|
+
<option name="myItemId" value="tui" />
|
|
226
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
227
|
+
</PATH_ELEMENT>
|
|
228
|
+
<PATH_ELEMENT>
|
|
229
|
+
<option name="myItemId" value="src" />
|
|
230
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
231
|
+
</PATH_ELEMENT>
|
|
232
|
+
<PATH_ELEMENT>
|
|
233
|
+
<option name="myItemId" value="components" />
|
|
234
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
235
|
+
</PATH_ELEMENT>
|
|
236
|
+
<PATH_ELEMENT>
|
|
237
|
+
<option name="myItemId" value="select" />
|
|
238
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
239
|
+
</PATH_ELEMENT>
|
|
240
|
+
</PATH>
|
|
241
|
+
<PATH>
|
|
242
|
+
<PATH_ELEMENT>
|
|
243
|
+
<option name="myItemId" value="tui" />
|
|
244
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
245
|
+
</PATH_ELEMENT>
|
|
246
|
+
<PATH_ELEMENT>
|
|
247
|
+
<option name="myItemId" value="tui" />
|
|
248
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
249
|
+
</PATH_ELEMENT>
|
|
250
|
+
<PATH_ELEMENT>
|
|
251
|
+
<option name="myItemId" value="src" />
|
|
252
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
253
|
+
</PATH_ELEMENT>
|
|
254
|
+
<PATH_ELEMENT>
|
|
255
|
+
<option name="myItemId" value="components" />
|
|
256
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
257
|
+
</PATH_ELEMENT>
|
|
258
|
+
<PATH_ELEMENT>
|
|
259
|
+
<option name="myItemId" value="multiselect" />
|
|
260
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
261
|
+
</PATH_ELEMENT>
|
|
262
|
+
</PATH>
|
|
263
|
+
<PATH>
|
|
264
|
+
<PATH_ELEMENT>
|
|
265
|
+
<option name="myItemId" value="tui" />
|
|
266
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
267
|
+
</PATH_ELEMENT>
|
|
268
|
+
<PATH_ELEMENT>
|
|
269
|
+
<option name="myItemId" value="tui" />
|
|
270
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
271
|
+
</PATH_ELEMENT>
|
|
272
|
+
<PATH_ELEMENT>
|
|
273
|
+
<option name="myItemId" value="src" />
|
|
274
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
275
|
+
</PATH_ELEMENT>
|
|
276
|
+
<PATH_ELEMENT>
|
|
277
|
+
<option name="myItemId" value="components" />
|
|
278
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
279
|
+
</PATH_ELEMENT>
|
|
280
|
+
<PATH_ELEMENT>
|
|
281
|
+
<option name="myItemId" value="autocomplate" />
|
|
282
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
283
|
+
</PATH_ELEMENT>
|
|
284
|
+
</PATH>
|
|
285
|
+
<PATH>
|
|
286
|
+
<PATH_ELEMENT>
|
|
287
|
+
<option name="myItemId" value="tui" />
|
|
288
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
289
|
+
</PATH_ELEMENT>
|
|
290
|
+
<PATH_ELEMENT>
|
|
291
|
+
<option name="myItemId" value="tui" />
|
|
292
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
293
|
+
</PATH_ELEMENT>
|
|
294
|
+
<PATH_ELEMENT>
|
|
295
|
+
<option name="myItemId" value="src" />
|
|
296
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
297
|
+
</PATH_ELEMENT>
|
|
298
|
+
<PATH_ELEMENT>
|
|
299
|
+
<option name="myItemId" value="assets_old" />
|
|
300
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
301
|
+
</PATH_ELEMENT>
|
|
302
|
+
<PATH_ELEMENT>
|
|
303
|
+
<option name="myItemId" value="icons" />
|
|
304
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
305
|
+
</PATH_ELEMENT>
|
|
306
|
+
</PATH>
|
|
307
|
+
<PATH>
|
|
308
|
+
<PATH_ELEMENT>
|
|
309
|
+
<option name="myItemId" value="tui" />
|
|
310
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
311
|
+
</PATH_ELEMENT>
|
|
312
|
+
<PATH_ELEMENT>
|
|
313
|
+
<option name="myItemId" value="tui" />
|
|
314
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
315
|
+
</PATH_ELEMENT>
|
|
316
|
+
<PATH_ELEMENT>
|
|
317
|
+
<option name="myItemId" value="dist" />
|
|
318
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
319
|
+
</PATH_ELEMENT>
|
|
320
|
+
</PATH>
|
|
321
|
+
<PATH>
|
|
322
|
+
<PATH_ELEMENT>
|
|
323
|
+
<option name="myItemId" value="tui" />
|
|
324
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
325
|
+
</PATH_ELEMENT>
|
|
326
|
+
<PATH_ELEMENT>
|
|
327
|
+
<option name="myItemId" value="tui" />
|
|
328
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
329
|
+
</PATH_ELEMENT>
|
|
330
|
+
<PATH_ELEMENT>
|
|
331
|
+
<option name="myItemId" value=".storybook" />
|
|
332
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
333
|
+
</PATH_ELEMENT>
|
|
334
|
+
</PATH>
|
|
335
|
+
</subPane>
|
|
336
|
+
</pane>
|
|
337
|
+
<pane id="Scratches" />
|
|
338
|
+
</panes>
|
|
339
|
+
</component>
|
|
340
|
+
<component name="PropertiesComponent">
|
|
341
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
342
|
+
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
|
343
|
+
<property name="settings.editor.selected.configurable" value="preferences.lookFeel" />
|
|
344
|
+
<property name="nodejs_interpreter_path" value="C:/Program Files/nodejs/node" />
|
|
345
|
+
<property name="Git.Branch.Popup.ShowAllRemotes" value="true" />
|
|
346
|
+
<property name="HbShouldOpenHtmlAsHb" value="" />
|
|
347
|
+
</component>
|
|
348
|
+
<component name="RestoreUpdateTree" date="Moments ago" ActionInfo="_Update">
|
|
349
|
+
<UpdatedFiles>
|
|
350
|
+
<FILE-GROUP>
|
|
351
|
+
<option name="myUpdateName" value="Updated from server" />
|
|
352
|
+
<option name="myStatusName" value="Changed on server" />
|
|
353
|
+
<option name="mySupportsDeletion" value="false" />
|
|
354
|
+
<option name="myCanBeAbsent" value="false" />
|
|
355
|
+
<option name="myId" value="CHANGED_ON_SERVER" />
|
|
356
|
+
<FILE-GROUP>
|
|
357
|
+
<option name="myUpdateName" value="Updated" />
|
|
358
|
+
<option name="myStatusName" value="Changed" />
|
|
359
|
+
<option name="mySupportsDeletion" value="false" />
|
|
360
|
+
<option name="myCanBeAbsent" value="false" />
|
|
361
|
+
<option name="myId" value="UPDATED" />
|
|
362
|
+
</FILE-GROUP>
|
|
363
|
+
<FILE-GROUP>
|
|
364
|
+
<option name="myUpdateName" value="Created" />
|
|
365
|
+
<option name="myStatusName" value="Created" />
|
|
366
|
+
<option name="mySupportsDeletion" value="false" />
|
|
367
|
+
<option name="myCanBeAbsent" value="false" />
|
|
368
|
+
<option name="myId" value="CREATED" />
|
|
369
|
+
</FILE-GROUP>
|
|
370
|
+
<FILE-GROUP>
|
|
371
|
+
<option name="myUpdateName" value="Deleted" />
|
|
372
|
+
<option name="myStatusName" value="Deleted" />
|
|
373
|
+
<option name="mySupportsDeletion" value="false" />
|
|
374
|
+
<option name="myCanBeAbsent" value="true" />
|
|
375
|
+
<option name="myId" value="REMOVED_FROM_REPOSITORY" />
|
|
376
|
+
</FILE-GROUP>
|
|
377
|
+
<FILE-GROUP>
|
|
378
|
+
<option name="myUpdateName" value="Restored" />
|
|
379
|
+
<option name="myStatusName" value="Will be restored" />
|
|
380
|
+
<option name="mySupportsDeletion" value="false" />
|
|
381
|
+
<option name="myCanBeAbsent" value="false" />
|
|
382
|
+
<option name="myId" value="RESTORED" />
|
|
383
|
+
</FILE-GROUP>
|
|
384
|
+
</FILE-GROUP>
|
|
385
|
+
<FILE-GROUP>
|
|
386
|
+
<option name="myUpdateName" value="Modified" />
|
|
387
|
+
<option name="myStatusName" value="Modified" />
|
|
388
|
+
<option name="mySupportsDeletion" value="false" />
|
|
389
|
+
<option name="myCanBeAbsent" value="false" />
|
|
390
|
+
<option name="myId" value="MODIFIED" />
|
|
391
|
+
</FILE-GROUP>
|
|
392
|
+
<FILE-GROUP>
|
|
393
|
+
<option name="myUpdateName" value="Skipped" />
|
|
394
|
+
<option name="myStatusName" value="Skipped" />
|
|
395
|
+
<option name="mySupportsDeletion" value="false" />
|
|
396
|
+
<option name="myCanBeAbsent" value="false" />
|
|
397
|
+
<option name="myId" value="SKIPPED" />
|
|
398
|
+
</FILE-GROUP>
|
|
399
|
+
<FILE-GROUP>
|
|
400
|
+
<option name="myUpdateName" value="Merged with conflicts" />
|
|
401
|
+
<option name="myStatusName" value="Will be merged with conflicts" />
|
|
402
|
+
<option name="mySupportsDeletion" value="false" />
|
|
403
|
+
<option name="myCanBeAbsent" value="false" />
|
|
404
|
+
<option name="myId" value="MERGED_WITH_CONFLICTS" />
|
|
405
|
+
</FILE-GROUP>
|
|
406
|
+
<FILE-GROUP>
|
|
407
|
+
<option name="myUpdateName" value="Merged with tree conflicts" />
|
|
408
|
+
<option name="myStatusName" value="Merged with tree conflicts" />
|
|
409
|
+
<option name="mySupportsDeletion" value="false" />
|
|
410
|
+
<option name="myCanBeAbsent" value="false" />
|
|
411
|
+
<option name="myId" value="MERGED_WITH_TREE_CONFLICT" />
|
|
412
|
+
</FILE-GROUP>
|
|
413
|
+
<FILE-GROUP>
|
|
414
|
+
<option name="myUpdateName" value="Merged with property conflicts" />
|
|
415
|
+
<option name="myStatusName" value="Will be merged with property conflicts" />
|
|
416
|
+
<option name="mySupportsDeletion" value="false" />
|
|
417
|
+
<option name="myCanBeAbsent" value="false" />
|
|
418
|
+
<option name="myId" value="MERGED_WITH_PROPERTY_CONFLICT" />
|
|
419
|
+
</FILE-GROUP>
|
|
420
|
+
<FILE-GROUP>
|
|
421
|
+
<option name="myUpdateName" value="Merged" />
|
|
422
|
+
<option name="myStatusName" value="Will be merged" />
|
|
423
|
+
<option name="mySupportsDeletion" value="false" />
|
|
424
|
+
<option name="myCanBeAbsent" value="false" />
|
|
425
|
+
<option name="myId" value="MERGED" />
|
|
426
|
+
</FILE-GROUP>
|
|
427
|
+
<FILE-GROUP>
|
|
428
|
+
<option name="myUpdateName" value="Not in repository" />
|
|
429
|
+
<option name="myStatusName" value="Not in repository" />
|
|
430
|
+
<option name="mySupportsDeletion" value="true" />
|
|
431
|
+
<option name="myCanBeAbsent" value="false" />
|
|
432
|
+
<option name="myId" value="UNKNOWN" />
|
|
433
|
+
</FILE-GROUP>
|
|
434
|
+
<FILE-GROUP>
|
|
435
|
+
<option name="myUpdateName" value="Locally added" />
|
|
436
|
+
<option name="myStatusName" value="Locally added" />
|
|
437
|
+
<option name="mySupportsDeletion" value="false" />
|
|
438
|
+
<option name="myCanBeAbsent" value="false" />
|
|
439
|
+
<option name="myId" value="LOCALLY_ADDED" />
|
|
440
|
+
</FILE-GROUP>
|
|
441
|
+
<FILE-GROUP>
|
|
442
|
+
<option name="myUpdateName" value="Locally removed" />
|
|
443
|
+
<option name="myStatusName" value="Locally removed" />
|
|
444
|
+
<option name="mySupportsDeletion" value="false" />
|
|
445
|
+
<option name="myCanBeAbsent" value="false" />
|
|
446
|
+
<option name="myId" value="LOCALLY_REMOVED" />
|
|
447
|
+
</FILE-GROUP>
|
|
448
|
+
<FILE-GROUP>
|
|
449
|
+
<option name="myUpdateName" value="Switched" />
|
|
450
|
+
<option name="myStatusName" value="Switched" />
|
|
451
|
+
<option name="mySupportsDeletion" value="false" />
|
|
452
|
+
<option name="myCanBeAbsent" value="false" />
|
|
453
|
+
<option name="myId" value="SWITCHED" />
|
|
454
|
+
</FILE-GROUP>
|
|
455
|
+
<FILE-GROUP>
|
|
456
|
+
<option name="myUpdateName" value="Updated from server" />
|
|
457
|
+
<option name="myStatusName" value="Changed on server" />
|
|
458
|
+
<option name="mySupportsDeletion" value="false" />
|
|
459
|
+
<option name="myCanBeAbsent" value="false" />
|
|
460
|
+
<option name="myId" value="CHANGED_ON_SERVER" />
|
|
461
|
+
<FILE-GROUP>
|
|
462
|
+
<option name="myUpdateName" />
|
|
463
|
+
<option name="myStatusName" />
|
|
464
|
+
<option name="mySupportsDeletion" value="false" />
|
|
465
|
+
<option name="myCanBeAbsent" value="false" />
|
|
466
|
+
<option name="myId" />
|
|
467
|
+
</FILE-GROUP>
|
|
468
|
+
<FILE-GROUP>
|
|
469
|
+
<option name="myUpdateName" />
|
|
470
|
+
<option name="myStatusName" />
|
|
471
|
+
<option name="mySupportsDeletion" value="false" />
|
|
472
|
+
<option name="myCanBeAbsent" value="false" />
|
|
473
|
+
<option name="myId" />
|
|
474
|
+
</FILE-GROUP>
|
|
475
|
+
<FILE-GROUP>
|
|
476
|
+
<option name="myUpdateName" />
|
|
477
|
+
<option name="myStatusName" />
|
|
478
|
+
<option name="mySupportsDeletion" value="false" />
|
|
479
|
+
<option name="myCanBeAbsent" value="false" />
|
|
480
|
+
<option name="myId" />
|
|
481
|
+
</FILE-GROUP>
|
|
482
|
+
<FILE-GROUP>
|
|
483
|
+
<option name="myUpdateName" />
|
|
484
|
+
<option name="myStatusName" />
|
|
485
|
+
<option name="mySupportsDeletion" value="false" />
|
|
486
|
+
<option name="myCanBeAbsent" value="false" />
|
|
487
|
+
<option name="myId" />
|
|
488
|
+
</FILE-GROUP>
|
|
489
|
+
<FILE-GROUP>
|
|
490
|
+
<option name="myUpdateName" />
|
|
491
|
+
<option name="myStatusName" />
|
|
492
|
+
<option name="mySupportsDeletion" value="false" />
|
|
493
|
+
<option name="myCanBeAbsent" value="false" />
|
|
494
|
+
<option name="myId" />
|
|
495
|
+
</FILE-GROUP>
|
|
496
|
+
<FILE-GROUP>
|
|
497
|
+
<option name="myUpdateName" value="Updated" />
|
|
498
|
+
<option name="myStatusName" value="Changed" />
|
|
499
|
+
<option name="mySupportsDeletion" value="false" />
|
|
500
|
+
<option name="myCanBeAbsent" value="false" />
|
|
501
|
+
<option name="myId" value="UPDATED" />
|
|
502
|
+
<PATH vcs="Git" revision="">$PROJECT_DIR$/.storybook/main.js</PATH>
|
|
503
|
+
<FILE-GROUP>
|
|
504
|
+
<option name="myUpdateName" />
|
|
505
|
+
<option name="myStatusName" />
|
|
506
|
+
<option name="mySupportsDeletion" value="false" />
|
|
507
|
+
<option name="myCanBeAbsent" value="false" />
|
|
508
|
+
<option name="myId" />
|
|
509
|
+
</FILE-GROUP>
|
|
510
|
+
<FILE-GROUP>
|
|
511
|
+
<option name="myUpdateName" />
|
|
512
|
+
<option name="myStatusName" />
|
|
513
|
+
<option name="mySupportsDeletion" value="false" />
|
|
514
|
+
<option name="myCanBeAbsent" value="false" />
|
|
515
|
+
<option name="myId" />
|
|
516
|
+
</FILE-GROUP>
|
|
517
|
+
<FILE-GROUP>
|
|
518
|
+
<option name="myUpdateName" />
|
|
519
|
+
<option name="myStatusName" />
|
|
520
|
+
<option name="mySupportsDeletion" value="false" />
|
|
521
|
+
<option name="myCanBeAbsent" value="false" />
|
|
522
|
+
<option name="myId" />
|
|
523
|
+
</FILE-GROUP>
|
|
524
|
+
<FILE-GROUP>
|
|
525
|
+
<option name="myUpdateName" />
|
|
526
|
+
<option name="myStatusName" />
|
|
527
|
+
<option name="mySupportsDeletion" value="false" />
|
|
528
|
+
<option name="myCanBeAbsent" value="false" />
|
|
529
|
+
<option name="myId" />
|
|
530
|
+
</FILE-GROUP>
|
|
531
|
+
<FILE-GROUP>
|
|
532
|
+
<option name="myUpdateName" />
|
|
533
|
+
<option name="myStatusName" />
|
|
534
|
+
<option name="mySupportsDeletion" value="false" />
|
|
535
|
+
<option name="myCanBeAbsent" value="false" />
|
|
536
|
+
<option name="myId" />
|
|
537
|
+
</FILE-GROUP>
|
|
538
|
+
<FILE-GROUP>
|
|
539
|
+
<option name="myUpdateName" />
|
|
540
|
+
<option name="myStatusName" />
|
|
541
|
+
<option name="mySupportsDeletion" value="false" />
|
|
542
|
+
<option name="myCanBeAbsent" value="false" />
|
|
543
|
+
<option name="myId" />
|
|
544
|
+
</FILE-GROUP>
|
|
545
|
+
</FILE-GROUP>
|
|
546
|
+
<FILE-GROUP>
|
|
547
|
+
<option name="myUpdateName" value="Created" />
|
|
548
|
+
<option name="myStatusName" value="Created" />
|
|
549
|
+
<option name="mySupportsDeletion" value="false" />
|
|
550
|
+
<option name="myCanBeAbsent" value="false" />
|
|
551
|
+
<option name="myId" value="CREATED" />
|
|
552
|
+
<FILE-GROUP>
|
|
553
|
+
<option name="myUpdateName" />
|
|
554
|
+
<option name="myStatusName" />
|
|
555
|
+
<option name="mySupportsDeletion" value="false" />
|
|
556
|
+
<option name="myCanBeAbsent" value="false" />
|
|
557
|
+
<option name="myId" />
|
|
558
|
+
</FILE-GROUP>
|
|
559
|
+
<FILE-GROUP>
|
|
560
|
+
<option name="myUpdateName" />
|
|
561
|
+
<option name="myStatusName" />
|
|
562
|
+
<option name="mySupportsDeletion" value="false" />
|
|
563
|
+
<option name="myCanBeAbsent" value="false" />
|
|
564
|
+
<option name="myId" />
|
|
565
|
+
</FILE-GROUP>
|
|
566
|
+
<FILE-GROUP>
|
|
567
|
+
<option name="myUpdateName" />
|
|
568
|
+
<option name="myStatusName" />
|
|
569
|
+
<option name="mySupportsDeletion" value="false" />
|
|
570
|
+
<option name="myCanBeAbsent" value="false" />
|
|
571
|
+
<option name="myId" />
|
|
572
|
+
</FILE-GROUP>
|
|
573
|
+
<FILE-GROUP>
|
|
574
|
+
<option name="myUpdateName" />
|
|
575
|
+
<option name="myStatusName" />
|
|
576
|
+
<option name="mySupportsDeletion" value="false" />
|
|
577
|
+
<option name="myCanBeAbsent" value="false" />
|
|
578
|
+
<option name="myId" />
|
|
579
|
+
</FILE-GROUP>
|
|
580
|
+
<FILE-GROUP>
|
|
581
|
+
<option name="myUpdateName" />
|
|
582
|
+
<option name="myStatusName" />
|
|
583
|
+
<option name="mySupportsDeletion" value="false" />
|
|
584
|
+
<option name="myCanBeAbsent" value="false" />
|
|
585
|
+
<option name="myId" />
|
|
586
|
+
</FILE-GROUP>
|
|
587
|
+
</FILE-GROUP>
|
|
588
|
+
<FILE-GROUP>
|
|
589
|
+
<option name="myUpdateName" value="Deleted" />
|
|
590
|
+
<option name="myStatusName" value="Deleted" />
|
|
591
|
+
<option name="mySupportsDeletion" value="false" />
|
|
592
|
+
<option name="myCanBeAbsent" value="true" />
|
|
593
|
+
<option name="myId" value="REMOVED_FROM_REPOSITORY" />
|
|
594
|
+
<FILE-GROUP>
|
|
595
|
+
<option name="myUpdateName" />
|
|
596
|
+
<option name="myStatusName" />
|
|
597
|
+
<option name="mySupportsDeletion" value="false" />
|
|
598
|
+
<option name="myCanBeAbsent" value="false" />
|
|
599
|
+
<option name="myId" />
|
|
600
|
+
</FILE-GROUP>
|
|
601
|
+
<FILE-GROUP>
|
|
602
|
+
<option name="myUpdateName" />
|
|
603
|
+
<option name="myStatusName" />
|
|
604
|
+
<option name="mySupportsDeletion" value="false" />
|
|
605
|
+
<option name="myCanBeAbsent" value="false" />
|
|
606
|
+
<option name="myId" />
|
|
607
|
+
</FILE-GROUP>
|
|
608
|
+
<FILE-GROUP>
|
|
609
|
+
<option name="myUpdateName" />
|
|
610
|
+
<option name="myStatusName" />
|
|
611
|
+
<option name="mySupportsDeletion" value="false" />
|
|
612
|
+
<option name="myCanBeAbsent" value="false" />
|
|
613
|
+
<option name="myId" />
|
|
614
|
+
</FILE-GROUP>
|
|
615
|
+
<FILE-GROUP>
|
|
616
|
+
<option name="myUpdateName" />
|
|
617
|
+
<option name="myStatusName" />
|
|
618
|
+
<option name="mySupportsDeletion" value="false" />
|
|
619
|
+
<option name="myCanBeAbsent" value="false" />
|
|
620
|
+
<option name="myId" />
|
|
621
|
+
</FILE-GROUP>
|
|
622
|
+
<FILE-GROUP>
|
|
623
|
+
<option name="myUpdateName" />
|
|
624
|
+
<option name="myStatusName" />
|
|
625
|
+
<option name="mySupportsDeletion" value="false" />
|
|
626
|
+
<option name="myCanBeAbsent" value="false" />
|
|
627
|
+
<option name="myId" />
|
|
628
|
+
</FILE-GROUP>
|
|
629
|
+
</FILE-GROUP>
|
|
630
|
+
<FILE-GROUP>
|
|
631
|
+
<option name="myUpdateName" value="Restored" />
|
|
632
|
+
<option name="myStatusName" value="Will be restored" />
|
|
633
|
+
<option name="mySupportsDeletion" value="false" />
|
|
634
|
+
<option name="myCanBeAbsent" value="false" />
|
|
635
|
+
<option name="myId" value="RESTORED" />
|
|
636
|
+
<FILE-GROUP>
|
|
637
|
+
<option name="myUpdateName" />
|
|
638
|
+
<option name="myStatusName" />
|
|
639
|
+
<option name="mySupportsDeletion" value="false" />
|
|
640
|
+
<option name="myCanBeAbsent" value="false" />
|
|
641
|
+
<option name="myId" />
|
|
642
|
+
</FILE-GROUP>
|
|
643
|
+
<FILE-GROUP>
|
|
644
|
+
<option name="myUpdateName" />
|
|
645
|
+
<option name="myStatusName" />
|
|
646
|
+
<option name="mySupportsDeletion" value="false" />
|
|
647
|
+
<option name="myCanBeAbsent" value="false" />
|
|
648
|
+
<option name="myId" />
|
|
649
|
+
</FILE-GROUP>
|
|
650
|
+
<FILE-GROUP>
|
|
651
|
+
<option name="myUpdateName" />
|
|
652
|
+
<option name="myStatusName" />
|
|
653
|
+
<option name="mySupportsDeletion" value="false" />
|
|
654
|
+
<option name="myCanBeAbsent" value="false" />
|
|
655
|
+
<option name="myId" />
|
|
656
|
+
</FILE-GROUP>
|
|
657
|
+
<FILE-GROUP>
|
|
658
|
+
<option name="myUpdateName" />
|
|
659
|
+
<option name="myStatusName" />
|
|
660
|
+
<option name="mySupportsDeletion" value="false" />
|
|
661
|
+
<option name="myCanBeAbsent" value="false" />
|
|
662
|
+
<option name="myId" />
|
|
663
|
+
</FILE-GROUP>
|
|
664
|
+
<FILE-GROUP>
|
|
665
|
+
<option name="myUpdateName" />
|
|
666
|
+
<option name="myStatusName" />
|
|
667
|
+
<option name="mySupportsDeletion" value="false" />
|
|
668
|
+
<option name="myCanBeAbsent" value="false" />
|
|
669
|
+
<option name="myId" />
|
|
670
|
+
</FILE-GROUP>
|
|
671
|
+
</FILE-GROUP>
|
|
672
|
+
</FILE-GROUP>
|
|
673
|
+
<FILE-GROUP>
|
|
674
|
+
<option name="myUpdateName" value="Modified" />
|
|
675
|
+
<option name="myStatusName" value="Modified" />
|
|
676
|
+
<option name="mySupportsDeletion" value="false" />
|
|
677
|
+
<option name="myCanBeAbsent" value="false" />
|
|
678
|
+
<option name="myId" value="MODIFIED" />
|
|
679
|
+
<FILE-GROUP>
|
|
680
|
+
<option name="myUpdateName" />
|
|
681
|
+
<option name="myStatusName" />
|
|
682
|
+
<option name="mySupportsDeletion" value="false" />
|
|
683
|
+
<option name="myCanBeAbsent" value="false" />
|
|
684
|
+
<option name="myId" />
|
|
685
|
+
</FILE-GROUP>
|
|
686
|
+
<FILE-GROUP>
|
|
687
|
+
<option name="myUpdateName" />
|
|
688
|
+
<option name="myStatusName" />
|
|
689
|
+
<option name="mySupportsDeletion" value="false" />
|
|
690
|
+
<option name="myCanBeAbsent" value="false" />
|
|
691
|
+
<option name="myId" />
|
|
692
|
+
</FILE-GROUP>
|
|
693
|
+
<FILE-GROUP>
|
|
694
|
+
<option name="myUpdateName" />
|
|
695
|
+
<option name="myStatusName" />
|
|
696
|
+
<option name="mySupportsDeletion" value="false" />
|
|
697
|
+
<option name="myCanBeAbsent" value="false" />
|
|
698
|
+
<option name="myId" />
|
|
699
|
+
</FILE-GROUP>
|
|
700
|
+
<FILE-GROUP>
|
|
701
|
+
<option name="myUpdateName" />
|
|
702
|
+
<option name="myStatusName" />
|
|
703
|
+
<option name="mySupportsDeletion" value="false" />
|
|
704
|
+
<option name="myCanBeAbsent" value="false" />
|
|
705
|
+
<option name="myId" />
|
|
706
|
+
</FILE-GROUP>
|
|
707
|
+
<FILE-GROUP>
|
|
708
|
+
<option name="myUpdateName" />
|
|
709
|
+
<option name="myStatusName" />
|
|
710
|
+
<option name="mySupportsDeletion" value="false" />
|
|
711
|
+
<option name="myCanBeAbsent" value="false" />
|
|
712
|
+
<option name="myId" />
|
|
713
|
+
</FILE-GROUP>
|
|
714
|
+
</FILE-GROUP>
|
|
715
|
+
<FILE-GROUP>
|
|
716
|
+
<option name="myUpdateName" value="Skipped" />
|
|
717
|
+
<option name="myStatusName" value="Skipped" />
|
|
718
|
+
<option name="mySupportsDeletion" value="false" />
|
|
719
|
+
<option name="myCanBeAbsent" value="false" />
|
|
720
|
+
<option name="myId" value="SKIPPED" />
|
|
721
|
+
<FILE-GROUP>
|
|
722
|
+
<option name="myUpdateName" />
|
|
723
|
+
<option name="myStatusName" />
|
|
724
|
+
<option name="mySupportsDeletion" value="false" />
|
|
725
|
+
<option name="myCanBeAbsent" value="false" />
|
|
726
|
+
<option name="myId" />
|
|
727
|
+
</FILE-GROUP>
|
|
728
|
+
<FILE-GROUP>
|
|
729
|
+
<option name="myUpdateName" />
|
|
730
|
+
<option name="myStatusName" />
|
|
731
|
+
<option name="mySupportsDeletion" value="false" />
|
|
732
|
+
<option name="myCanBeAbsent" value="false" />
|
|
733
|
+
<option name="myId" />
|
|
734
|
+
</FILE-GROUP>
|
|
735
|
+
<FILE-GROUP>
|
|
736
|
+
<option name="myUpdateName" />
|
|
737
|
+
<option name="myStatusName" />
|
|
738
|
+
<option name="mySupportsDeletion" value="false" />
|
|
739
|
+
<option name="myCanBeAbsent" value="false" />
|
|
740
|
+
<option name="myId" />
|
|
741
|
+
</FILE-GROUP>
|
|
742
|
+
<FILE-GROUP>
|
|
743
|
+
<option name="myUpdateName" />
|
|
744
|
+
<option name="myStatusName" />
|
|
745
|
+
<option name="mySupportsDeletion" value="false" />
|
|
746
|
+
<option name="myCanBeAbsent" value="false" />
|
|
747
|
+
<option name="myId" />
|
|
748
|
+
</FILE-GROUP>
|
|
749
|
+
<FILE-GROUP>
|
|
750
|
+
<option name="myUpdateName" />
|
|
751
|
+
<option name="myStatusName" />
|
|
752
|
+
<option name="mySupportsDeletion" value="false" />
|
|
753
|
+
<option name="myCanBeAbsent" value="false" />
|
|
754
|
+
<option name="myId" />
|
|
755
|
+
</FILE-GROUP>
|
|
756
|
+
</FILE-GROUP>
|
|
757
|
+
<FILE-GROUP>
|
|
758
|
+
<option name="myUpdateName" value="Merged with conflicts" />
|
|
759
|
+
<option name="myStatusName" value="Will be merged with conflicts" />
|
|
760
|
+
<option name="mySupportsDeletion" value="false" />
|
|
761
|
+
<option name="myCanBeAbsent" value="false" />
|
|
762
|
+
<option name="myId" value="MERGED_WITH_CONFLICTS" />
|
|
763
|
+
<FILE-GROUP>
|
|
764
|
+
<option name="myUpdateName" />
|
|
765
|
+
<option name="myStatusName" />
|
|
766
|
+
<option name="mySupportsDeletion" value="false" />
|
|
767
|
+
<option name="myCanBeAbsent" value="false" />
|
|
768
|
+
<option name="myId" />
|
|
769
|
+
</FILE-GROUP>
|
|
770
|
+
<FILE-GROUP>
|
|
771
|
+
<option name="myUpdateName" />
|
|
772
|
+
<option name="myStatusName" />
|
|
773
|
+
<option name="mySupportsDeletion" value="false" />
|
|
774
|
+
<option name="myCanBeAbsent" value="false" />
|
|
775
|
+
<option name="myId" />
|
|
776
|
+
</FILE-GROUP>
|
|
777
|
+
<FILE-GROUP>
|
|
778
|
+
<option name="myUpdateName" />
|
|
779
|
+
<option name="myStatusName" />
|
|
780
|
+
<option name="mySupportsDeletion" value="false" />
|
|
781
|
+
<option name="myCanBeAbsent" value="false" />
|
|
782
|
+
<option name="myId" />
|
|
783
|
+
</FILE-GROUP>
|
|
784
|
+
<FILE-GROUP>
|
|
785
|
+
<option name="myUpdateName" />
|
|
786
|
+
<option name="myStatusName" />
|
|
787
|
+
<option name="mySupportsDeletion" value="false" />
|
|
788
|
+
<option name="myCanBeAbsent" value="false" />
|
|
789
|
+
<option name="myId" />
|
|
790
|
+
</FILE-GROUP>
|
|
791
|
+
<FILE-GROUP>
|
|
792
|
+
<option name="myUpdateName" />
|
|
793
|
+
<option name="myStatusName" />
|
|
794
|
+
<option name="mySupportsDeletion" value="false" />
|
|
795
|
+
<option name="myCanBeAbsent" value="false" />
|
|
796
|
+
<option name="myId" />
|
|
797
|
+
</FILE-GROUP>
|
|
798
|
+
</FILE-GROUP>
|
|
799
|
+
<FILE-GROUP>
|
|
800
|
+
<option name="myUpdateName" value="Merged with tree conflicts" />
|
|
801
|
+
<option name="myStatusName" value="Merged with tree conflicts" />
|
|
802
|
+
<option name="mySupportsDeletion" value="false" />
|
|
803
|
+
<option name="myCanBeAbsent" value="false" />
|
|
804
|
+
<option name="myId" value="MERGED_WITH_TREE_CONFLICT" />
|
|
805
|
+
<FILE-GROUP>
|
|
806
|
+
<option name="myUpdateName" />
|
|
807
|
+
<option name="myStatusName" />
|
|
808
|
+
<option name="mySupportsDeletion" value="false" />
|
|
809
|
+
<option name="myCanBeAbsent" value="false" />
|
|
810
|
+
<option name="myId" />
|
|
811
|
+
</FILE-GROUP>
|
|
812
|
+
<FILE-GROUP>
|
|
813
|
+
<option name="myUpdateName" />
|
|
814
|
+
<option name="myStatusName" />
|
|
815
|
+
<option name="mySupportsDeletion" value="false" />
|
|
816
|
+
<option name="myCanBeAbsent" value="false" />
|
|
817
|
+
<option name="myId" />
|
|
818
|
+
</FILE-GROUP>
|
|
819
|
+
<FILE-GROUP>
|
|
820
|
+
<option name="myUpdateName" />
|
|
821
|
+
<option name="myStatusName" />
|
|
822
|
+
<option name="mySupportsDeletion" value="false" />
|
|
823
|
+
<option name="myCanBeAbsent" value="false" />
|
|
824
|
+
<option name="myId" />
|
|
825
|
+
</FILE-GROUP>
|
|
826
|
+
<FILE-GROUP>
|
|
827
|
+
<option name="myUpdateName" />
|
|
828
|
+
<option name="myStatusName" />
|
|
829
|
+
<option name="mySupportsDeletion" value="false" />
|
|
830
|
+
<option name="myCanBeAbsent" value="false" />
|
|
831
|
+
<option name="myId" />
|
|
832
|
+
</FILE-GROUP>
|
|
833
|
+
<FILE-GROUP>
|
|
834
|
+
<option name="myUpdateName" />
|
|
835
|
+
<option name="myStatusName" />
|
|
836
|
+
<option name="mySupportsDeletion" value="false" />
|
|
837
|
+
<option name="myCanBeAbsent" value="false" />
|
|
838
|
+
<option name="myId" />
|
|
839
|
+
</FILE-GROUP>
|
|
840
|
+
</FILE-GROUP>
|
|
841
|
+
<FILE-GROUP>
|
|
842
|
+
<option name="myUpdateName" value="Merged with property conflicts" />
|
|
843
|
+
<option name="myStatusName" value="Will be merged with property conflicts" />
|
|
844
|
+
<option name="mySupportsDeletion" value="false" />
|
|
845
|
+
<option name="myCanBeAbsent" value="false" />
|
|
846
|
+
<option name="myId" value="MERGED_WITH_PROPERTY_CONFLICT" />
|
|
847
|
+
<FILE-GROUP>
|
|
848
|
+
<option name="myUpdateName" />
|
|
849
|
+
<option name="myStatusName" />
|
|
850
|
+
<option name="mySupportsDeletion" value="false" />
|
|
851
|
+
<option name="myCanBeAbsent" value="false" />
|
|
852
|
+
<option name="myId" />
|
|
853
|
+
</FILE-GROUP>
|
|
854
|
+
<FILE-GROUP>
|
|
855
|
+
<option name="myUpdateName" />
|
|
856
|
+
<option name="myStatusName" />
|
|
857
|
+
<option name="mySupportsDeletion" value="false" />
|
|
858
|
+
<option name="myCanBeAbsent" value="false" />
|
|
859
|
+
<option name="myId" />
|
|
860
|
+
</FILE-GROUP>
|
|
861
|
+
<FILE-GROUP>
|
|
862
|
+
<option name="myUpdateName" />
|
|
863
|
+
<option name="myStatusName" />
|
|
864
|
+
<option name="mySupportsDeletion" value="false" />
|
|
865
|
+
<option name="myCanBeAbsent" value="false" />
|
|
866
|
+
<option name="myId" />
|
|
867
|
+
</FILE-GROUP>
|
|
868
|
+
<FILE-GROUP>
|
|
869
|
+
<option name="myUpdateName" />
|
|
870
|
+
<option name="myStatusName" />
|
|
871
|
+
<option name="mySupportsDeletion" value="false" />
|
|
872
|
+
<option name="myCanBeAbsent" value="false" />
|
|
873
|
+
<option name="myId" />
|
|
874
|
+
</FILE-GROUP>
|
|
875
|
+
<FILE-GROUP>
|
|
876
|
+
<option name="myUpdateName" />
|
|
877
|
+
<option name="myStatusName" />
|
|
878
|
+
<option name="mySupportsDeletion" value="false" />
|
|
879
|
+
<option name="myCanBeAbsent" value="false" />
|
|
880
|
+
<option name="myId" />
|
|
881
|
+
</FILE-GROUP>
|
|
882
|
+
</FILE-GROUP>
|
|
883
|
+
<FILE-GROUP>
|
|
884
|
+
<option name="myUpdateName" value="Merged" />
|
|
885
|
+
<option name="myStatusName" value="Will be merged" />
|
|
886
|
+
<option name="mySupportsDeletion" value="false" />
|
|
887
|
+
<option name="myCanBeAbsent" value="false" />
|
|
888
|
+
<option name="myId" value="MERGED" />
|
|
889
|
+
<FILE-GROUP>
|
|
890
|
+
<option name="myUpdateName" />
|
|
891
|
+
<option name="myStatusName" />
|
|
892
|
+
<option name="mySupportsDeletion" value="false" />
|
|
893
|
+
<option name="myCanBeAbsent" value="false" />
|
|
894
|
+
<option name="myId" />
|
|
895
|
+
</FILE-GROUP>
|
|
896
|
+
<FILE-GROUP>
|
|
897
|
+
<option name="myUpdateName" />
|
|
898
|
+
<option name="myStatusName" />
|
|
899
|
+
<option name="mySupportsDeletion" value="false" />
|
|
900
|
+
<option name="myCanBeAbsent" value="false" />
|
|
901
|
+
<option name="myId" />
|
|
902
|
+
</FILE-GROUP>
|
|
903
|
+
<FILE-GROUP>
|
|
904
|
+
<option name="myUpdateName" />
|
|
905
|
+
<option name="myStatusName" />
|
|
906
|
+
<option name="mySupportsDeletion" value="false" />
|
|
907
|
+
<option name="myCanBeAbsent" value="false" />
|
|
908
|
+
<option name="myId" />
|
|
909
|
+
</FILE-GROUP>
|
|
910
|
+
<FILE-GROUP>
|
|
911
|
+
<option name="myUpdateName" />
|
|
912
|
+
<option name="myStatusName" />
|
|
913
|
+
<option name="mySupportsDeletion" value="false" />
|
|
914
|
+
<option name="myCanBeAbsent" value="false" />
|
|
915
|
+
<option name="myId" />
|
|
916
|
+
</FILE-GROUP>
|
|
917
|
+
<FILE-GROUP>
|
|
918
|
+
<option name="myUpdateName" />
|
|
919
|
+
<option name="myStatusName" />
|
|
920
|
+
<option name="mySupportsDeletion" value="false" />
|
|
921
|
+
<option name="myCanBeAbsent" value="false" />
|
|
922
|
+
<option name="myId" />
|
|
923
|
+
</FILE-GROUP>
|
|
924
|
+
</FILE-GROUP>
|
|
925
|
+
<FILE-GROUP>
|
|
926
|
+
<option name="myUpdateName" value="Not in repository" />
|
|
927
|
+
<option name="myStatusName" value="Not in repository" />
|
|
928
|
+
<option name="mySupportsDeletion" value="true" />
|
|
929
|
+
<option name="myCanBeAbsent" value="false" />
|
|
930
|
+
<option name="myId" value="UNKNOWN" />
|
|
931
|
+
<FILE-GROUP>
|
|
932
|
+
<option name="myUpdateName" />
|
|
933
|
+
<option name="myStatusName" />
|
|
934
|
+
<option name="mySupportsDeletion" value="false" />
|
|
935
|
+
<option name="myCanBeAbsent" value="false" />
|
|
936
|
+
<option name="myId" />
|
|
937
|
+
</FILE-GROUP>
|
|
938
|
+
<FILE-GROUP>
|
|
939
|
+
<option name="myUpdateName" />
|
|
940
|
+
<option name="myStatusName" />
|
|
941
|
+
<option name="mySupportsDeletion" value="false" />
|
|
942
|
+
<option name="myCanBeAbsent" value="false" />
|
|
943
|
+
<option name="myId" />
|
|
944
|
+
</FILE-GROUP>
|
|
945
|
+
<FILE-GROUP>
|
|
946
|
+
<option name="myUpdateName" />
|
|
947
|
+
<option name="myStatusName" />
|
|
948
|
+
<option name="mySupportsDeletion" value="false" />
|
|
949
|
+
<option name="myCanBeAbsent" value="false" />
|
|
950
|
+
<option name="myId" />
|
|
951
|
+
</FILE-GROUP>
|
|
952
|
+
<FILE-GROUP>
|
|
953
|
+
<option name="myUpdateName" />
|
|
954
|
+
<option name="myStatusName" />
|
|
955
|
+
<option name="mySupportsDeletion" value="false" />
|
|
956
|
+
<option name="myCanBeAbsent" value="false" />
|
|
957
|
+
<option name="myId" />
|
|
958
|
+
</FILE-GROUP>
|
|
959
|
+
<FILE-GROUP>
|
|
960
|
+
<option name="myUpdateName" />
|
|
961
|
+
<option name="myStatusName" />
|
|
962
|
+
<option name="mySupportsDeletion" value="false" />
|
|
963
|
+
<option name="myCanBeAbsent" value="false" />
|
|
964
|
+
<option name="myId" />
|
|
965
|
+
</FILE-GROUP>
|
|
966
|
+
</FILE-GROUP>
|
|
967
|
+
<FILE-GROUP>
|
|
968
|
+
<option name="myUpdateName" value="Locally added" />
|
|
969
|
+
<option name="myStatusName" value="Locally added" />
|
|
970
|
+
<option name="mySupportsDeletion" value="false" />
|
|
971
|
+
<option name="myCanBeAbsent" value="false" />
|
|
972
|
+
<option name="myId" value="LOCALLY_ADDED" />
|
|
973
|
+
<FILE-GROUP>
|
|
974
|
+
<option name="myUpdateName" />
|
|
975
|
+
<option name="myStatusName" />
|
|
976
|
+
<option name="mySupportsDeletion" value="false" />
|
|
977
|
+
<option name="myCanBeAbsent" value="false" />
|
|
978
|
+
<option name="myId" />
|
|
979
|
+
</FILE-GROUP>
|
|
980
|
+
<FILE-GROUP>
|
|
981
|
+
<option name="myUpdateName" />
|
|
982
|
+
<option name="myStatusName" />
|
|
983
|
+
<option name="mySupportsDeletion" value="false" />
|
|
984
|
+
<option name="myCanBeAbsent" value="false" />
|
|
985
|
+
<option name="myId" />
|
|
986
|
+
</FILE-GROUP>
|
|
987
|
+
<FILE-GROUP>
|
|
988
|
+
<option name="myUpdateName" />
|
|
989
|
+
<option name="myStatusName" />
|
|
990
|
+
<option name="mySupportsDeletion" value="false" />
|
|
991
|
+
<option name="myCanBeAbsent" value="false" />
|
|
992
|
+
<option name="myId" />
|
|
993
|
+
</FILE-GROUP>
|
|
994
|
+
<FILE-GROUP>
|
|
995
|
+
<option name="myUpdateName" />
|
|
996
|
+
<option name="myStatusName" />
|
|
997
|
+
<option name="mySupportsDeletion" value="false" />
|
|
998
|
+
<option name="myCanBeAbsent" value="false" />
|
|
999
|
+
<option name="myId" />
|
|
1000
|
+
</FILE-GROUP>
|
|
1001
|
+
<FILE-GROUP>
|
|
1002
|
+
<option name="myUpdateName" />
|
|
1003
|
+
<option name="myStatusName" />
|
|
1004
|
+
<option name="mySupportsDeletion" value="false" />
|
|
1005
|
+
<option name="myCanBeAbsent" value="false" />
|
|
1006
|
+
<option name="myId" />
|
|
1007
|
+
</FILE-GROUP>
|
|
1008
|
+
</FILE-GROUP>
|
|
1009
|
+
<FILE-GROUP>
|
|
1010
|
+
<option name="myUpdateName" value="Locally removed" />
|
|
1011
|
+
<option name="myStatusName" value="Locally removed" />
|
|
1012
|
+
<option name="mySupportsDeletion" value="false" />
|
|
1013
|
+
<option name="myCanBeAbsent" value="false" />
|
|
1014
|
+
<option name="myId" value="LOCALLY_REMOVED" />
|
|
1015
|
+
<FILE-GROUP>
|
|
1016
|
+
<option name="myUpdateName" />
|
|
1017
|
+
<option name="myStatusName" />
|
|
1018
|
+
<option name="mySupportsDeletion" value="false" />
|
|
1019
|
+
<option name="myCanBeAbsent" value="false" />
|
|
1020
|
+
<option name="myId" />
|
|
1021
|
+
</FILE-GROUP>
|
|
1022
|
+
<FILE-GROUP>
|
|
1023
|
+
<option name="myUpdateName" />
|
|
1024
|
+
<option name="myStatusName" />
|
|
1025
|
+
<option name="mySupportsDeletion" value="false" />
|
|
1026
|
+
<option name="myCanBeAbsent" value="false" />
|
|
1027
|
+
<option name="myId" />
|
|
1028
|
+
</FILE-GROUP>
|
|
1029
|
+
<FILE-GROUP>
|
|
1030
|
+
<option name="myUpdateName" />
|
|
1031
|
+
<option name="myStatusName" />
|
|
1032
|
+
<option name="mySupportsDeletion" value="false" />
|
|
1033
|
+
<option name="myCanBeAbsent" value="false" />
|
|
1034
|
+
<option name="myId" />
|
|
1035
|
+
</FILE-GROUP>
|
|
1036
|
+
<FILE-GROUP>
|
|
1037
|
+
<option name="myUpdateName" />
|
|
1038
|
+
<option name="myStatusName" />
|
|
1039
|
+
<option name="mySupportsDeletion" value="false" />
|
|
1040
|
+
<option name="myCanBeAbsent" value="false" />
|
|
1041
|
+
<option name="myId" />
|
|
1042
|
+
</FILE-GROUP>
|
|
1043
|
+
<FILE-GROUP>
|
|
1044
|
+
<option name="myUpdateName" />
|
|
1045
|
+
<option name="myStatusName" />
|
|
1046
|
+
<option name="mySupportsDeletion" value="false" />
|
|
1047
|
+
<option name="myCanBeAbsent" value="false" />
|
|
1048
|
+
<option name="myId" />
|
|
1049
|
+
</FILE-GROUP>
|
|
1050
|
+
</FILE-GROUP>
|
|
1051
|
+
<FILE-GROUP>
|
|
1052
|
+
<option name="myUpdateName" value="Switched" />
|
|
1053
|
+
<option name="myStatusName" value="Switched" />
|
|
1054
|
+
<option name="mySupportsDeletion" value="false" />
|
|
1055
|
+
<option name="myCanBeAbsent" value="false" />
|
|
1056
|
+
<option name="myId" value="SWITCHED" />
|
|
1057
|
+
<FILE-GROUP>
|
|
1058
|
+
<option name="myUpdateName" />
|
|
1059
|
+
<option name="myStatusName" />
|
|
1060
|
+
<option name="mySupportsDeletion" value="false" />
|
|
1061
|
+
<option name="myCanBeAbsent" value="false" />
|
|
1062
|
+
<option name="myId" />
|
|
1063
|
+
</FILE-GROUP>
|
|
1064
|
+
<FILE-GROUP>
|
|
1065
|
+
<option name="myUpdateName" />
|
|
1066
|
+
<option name="myStatusName" />
|
|
1067
|
+
<option name="mySupportsDeletion" value="false" />
|
|
1068
|
+
<option name="myCanBeAbsent" value="false" />
|
|
1069
|
+
<option name="myId" />
|
|
1070
|
+
</FILE-GROUP>
|
|
1071
|
+
<FILE-GROUP>
|
|
1072
|
+
<option name="myUpdateName" />
|
|
1073
|
+
<option name="myStatusName" />
|
|
1074
|
+
<option name="mySupportsDeletion" value="false" />
|
|
1075
|
+
<option name="myCanBeAbsent" value="false" />
|
|
1076
|
+
<option name="myId" />
|
|
1077
|
+
</FILE-GROUP>
|
|
1078
|
+
<FILE-GROUP>
|
|
1079
|
+
<option name="myUpdateName" />
|
|
1080
|
+
<option name="myStatusName" />
|
|
1081
|
+
<option name="mySupportsDeletion" value="false" />
|
|
1082
|
+
<option name="myCanBeAbsent" value="false" />
|
|
1083
|
+
<option name="myId" />
|
|
1084
|
+
</FILE-GROUP>
|
|
1085
|
+
<FILE-GROUP>
|
|
1086
|
+
<option name="myUpdateName" />
|
|
1087
|
+
<option name="myStatusName" />
|
|
1088
|
+
<option name="mySupportsDeletion" value="false" />
|
|
1089
|
+
<option name="myCanBeAbsent" value="false" />
|
|
1090
|
+
<option name="myId" />
|
|
1091
|
+
</FILE-GROUP>
|
|
1092
|
+
</FILE-GROUP>
|
|
1093
|
+
</UpdatedFiles>
|
|
1094
|
+
</component>
|
|
1095
|
+
<component name="RunDashboard">
|
|
1096
|
+
<option name="ruleStates">
|
|
1097
|
+
<list>
|
|
1098
|
+
<RuleState>
|
|
1099
|
+
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
|
1100
|
+
</RuleState>
|
|
1101
|
+
<RuleState>
|
|
1102
|
+
<option name="name" value="StatusDashboardGroupingRule" />
|
|
1103
|
+
</RuleState>
|
|
1104
|
+
</list>
|
|
1105
|
+
</option>
|
|
1106
|
+
</component>
|
|
1107
|
+
<component name="RunManager">
|
|
1108
|
+
<configuration default="true" type="DartCommandLineRunConfigurationType" factoryName="Dart Command Line Application">
|
|
1109
|
+
<method />
|
|
1110
|
+
</configuration>
|
|
1111
|
+
<configuration default="true" type="DartTestRunConfigurationType" factoryName="Dart Test">
|
|
1112
|
+
<method />
|
|
1113
|
+
</configuration>
|
|
1114
|
+
<configuration default="true" type="JavaScriptTestRunnerJest" factoryName="Jest">
|
|
1115
|
+
<node-interpreter value="project" />
|
|
1116
|
+
<working-dir value="" />
|
|
1117
|
+
<envs />
|
|
1118
|
+
<scope-kind value="ALL" />
|
|
1119
|
+
<method />
|
|
1120
|
+
</configuration>
|
|
1121
|
+
<configuration default="true" type="JavaScriptTestRunnerKarma" factoryName="Karma">
|
|
1122
|
+
<config-file value="" />
|
|
1123
|
+
<node-interpreter value="project" />
|
|
1124
|
+
<envs />
|
|
1125
|
+
<method />
|
|
1126
|
+
</configuration>
|
|
1127
|
+
<configuration default="true" type="JavaScriptTestRunnerProtractor" factoryName="Protractor">
|
|
1128
|
+
<config-file value="" />
|
|
1129
|
+
<node-interpreter value="project" />
|
|
1130
|
+
<envs />
|
|
1131
|
+
<method />
|
|
1132
|
+
</configuration>
|
|
1133
|
+
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
|
1134
|
+
<method />
|
|
1135
|
+
</configuration>
|
|
1136
|
+
<configuration default="true" type="NodeJSConfigurationType" factoryName="Node.js" path-to-node="project" working-dir="">
|
|
1137
|
+
<method />
|
|
1138
|
+
</configuration>
|
|
1139
|
+
<configuration default="true" type="cucumber.js" factoryName="Cucumber.js">
|
|
1140
|
+
<option name="cucumberJsArguments" value="" />
|
|
1141
|
+
<option name="executablePath" />
|
|
1142
|
+
<option name="filePath" />
|
|
1143
|
+
<method />
|
|
1144
|
+
</configuration>
|
|
1145
|
+
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
|
|
1146
|
+
<node-interpreter>project</node-interpreter>
|
|
1147
|
+
<node-options />
|
|
1148
|
+
<gulpfile />
|
|
1149
|
+
<tasks />
|
|
1150
|
+
<arguments />
|
|
1151
|
+
<envs />
|
|
1152
|
+
<method />
|
|
1153
|
+
</configuration>
|
|
1154
|
+
<configuration default="true" type="js.build_tools.npm" factoryName="npm">
|
|
1155
|
+
<command value="run" />
|
|
1156
|
+
<scripts />
|
|
1157
|
+
<node-interpreter value="project" />
|
|
1158
|
+
<envs />
|
|
1159
|
+
<method />
|
|
1160
|
+
</configuration>
|
|
1161
|
+
<configuration default="true" type="mocha-javascript-test-runner" factoryName="Mocha">
|
|
1162
|
+
<node-interpreter>project</node-interpreter>
|
|
1163
|
+
<node-options />
|
|
1164
|
+
<working-directory />
|
|
1165
|
+
<pass-parent-env>true</pass-parent-env>
|
|
1166
|
+
<envs />
|
|
1167
|
+
<ui />
|
|
1168
|
+
<extra-mocha-options />
|
|
1169
|
+
<test-kind>DIRECTORY</test-kind>
|
|
1170
|
+
<test-directory />
|
|
1171
|
+
<recursive>false</recursive>
|
|
1172
|
+
<method />
|
|
1173
|
+
</configuration>
|
|
1174
|
+
</component>
|
|
1175
|
+
<component name="ShelveChangesManager" show_recycled="false">
|
|
1176
|
+
<option name="remove_strategy" value="false" />
|
|
1177
|
+
</component>
|
|
1178
|
+
<component name="TaskManager">
|
|
1179
|
+
<task active="true" id="Default" summary="Default task">
|
|
1180
|
+
<changelist id="2ce9202b-7142-421e-9ae6-10ddc79c4729" name="Default" comment="" />
|
|
1181
|
+
<created>1663156435904</created>
|
|
1182
|
+
<option name="number" value="Default" />
|
|
1183
|
+
<option name="presentableId" value="Default" />
|
|
1184
|
+
<updated>1663156435904</updated>
|
|
1185
|
+
<workItem from="1663156437049" duration="15228000" />
|
|
1186
|
+
</task>
|
|
1187
|
+
<task id="LOCAL-00001" summary="Create button states, styles">
|
|
1188
|
+
<created>1663234683663</created>
|
|
1189
|
+
<option name="number" value="00001" />
|
|
1190
|
+
<option name="presentableId" value="LOCAL-00001" />
|
|
1191
|
+
<option name="project" value="LOCAL" />
|
|
1192
|
+
<updated>1663234683663</updated>
|
|
1193
|
+
</task>
|
|
1194
|
+
<task id="LOCAL-00002" summary="Create button states, styles">
|
|
1195
|
+
<created>1663234893514</created>
|
|
1196
|
+
<option name="number" value="00002" />
|
|
1197
|
+
<option name="presentableId" value="LOCAL-00002" />
|
|
1198
|
+
<option name="project" value="LOCAL" />
|
|
1199
|
+
<updated>1663234893514</updated>
|
|
1200
|
+
</task>
|
|
1201
|
+
<task id="LOCAL-00003" summary="Create input states, styles">
|
|
1202
|
+
<created>1663518333868</created>
|
|
1203
|
+
<option name="number" value="00003" />
|
|
1204
|
+
<option name="presentableId" value="LOCAL-00003" />
|
|
1205
|
+
<option name="project" value="LOCAL" />
|
|
1206
|
+
<updated>1663518333868</updated>
|
|
1207
|
+
</task>
|
|
1208
|
+
<task id="LOCAL-00004" summary="Create input states, styles">
|
|
1209
|
+
<created>1663560758277</created>
|
|
1210
|
+
<option name="number" value="00004" />
|
|
1211
|
+
<option name="presentableId" value="LOCAL-00004" />
|
|
1212
|
+
<option name="project" value="LOCAL" />
|
|
1213
|
+
<updated>1663560758277</updated>
|
|
1214
|
+
</task>
|
|
1215
|
+
<task id="LOCAL-00005" summary="Create input states, styles">
|
|
1216
|
+
<created>1663563449843</created>
|
|
1217
|
+
<option name="number" value="00005" />
|
|
1218
|
+
<option name="presentableId" value="LOCAL-00005" />
|
|
1219
|
+
<option name="project" value="LOCAL" />
|
|
1220
|
+
<updated>1663563449843</updated>
|
|
1221
|
+
</task>
|
|
1222
|
+
<task id="LOCAL-00006" summary="Change autocompleted">
|
|
1223
|
+
<created>1664958051127</created>
|
|
1224
|
+
<option name="number" value="00006" />
|
|
1225
|
+
<option name="presentableId" value="LOCAL-00006" />
|
|
1226
|
+
<option name="project" value="LOCAL" />
|
|
1227
|
+
<updated>1664958051127</updated>
|
|
1228
|
+
</task>
|
|
1229
|
+
<task id="LOCAL-00007" summary="Pagination done css">
|
|
1230
|
+
<created>1665670316264</created>
|
|
1231
|
+
<option name="number" value="00007" />
|
|
1232
|
+
<option name="presentableId" value="LOCAL-00007" />
|
|
1233
|
+
<option name="project" value="LOCAL" />
|
|
1234
|
+
<updated>1665670316264</updated>
|
|
1235
|
+
</task>
|
|
1236
|
+
<task id="LOCAL-00008" summary="checkbox and radio-button done css">
|
|
1237
|
+
<created>1665670524309</created>
|
|
1238
|
+
<option name="number" value="00008" />
|
|
1239
|
+
<option name="presentableId" value="LOCAL-00008" />
|
|
1240
|
+
<option name="project" value="LOCAL" />
|
|
1241
|
+
<updated>1665670524309</updated>
|
|
1242
|
+
</task>
|
|
1243
|
+
<task id="LOCAL-00009" summary="start select component style css">
|
|
1244
|
+
<created>1665671802790</created>
|
|
1245
|
+
<option name="number" value="00009" />
|
|
1246
|
+
<option name="presentableId" value="LOCAL-00009" />
|
|
1247
|
+
<option name="project" value="LOCAL" />
|
|
1248
|
+
<updated>1665671802790</updated>
|
|
1249
|
+
</task>
|
|
1250
|
+
<task id="LOCAL-00010" summary="Create select component style css">
|
|
1251
|
+
<created>1665735805992</created>
|
|
1252
|
+
<option name="number" value="00010" />
|
|
1253
|
+
<option name="presentableId" value="LOCAL-00010" />
|
|
1254
|
+
<option name="project" value="LOCAL" />
|
|
1255
|
+
<updated>1665735805995</updated>
|
|
1256
|
+
</task>
|
|
1257
|
+
<task id="LOCAL-00011" summary="Create autocomplete component style css">
|
|
1258
|
+
<created>1665764263504</created>
|
|
1259
|
+
<option name="number" value="00011" />
|
|
1260
|
+
<option name="presentableId" value="LOCAL-00011" />
|
|
1261
|
+
<option name="project" value="LOCAL" />
|
|
1262
|
+
<updated>1665764263504</updated>
|
|
1263
|
+
</task>
|
|
1264
|
+
<task id="LOCAL-00012" summary="Create autocomplete component style css">
|
|
1265
|
+
<created>1665764310732</created>
|
|
1266
|
+
<option name="number" value="00012" />
|
|
1267
|
+
<option name="presentableId" value="LOCAL-00012" />
|
|
1268
|
+
<option name="project" value="LOCAL" />
|
|
1269
|
+
<updated>1665764310732</updated>
|
|
1270
|
+
</task>
|
|
1271
|
+
<option name="localTasksCounter" value="13" />
|
|
1272
|
+
<servers />
|
|
1273
|
+
</component>
|
|
1274
|
+
<component name="TimeTrackingManager">
|
|
1275
|
+
<option name="totallyTimeSpent" value="35540000" />
|
|
1276
|
+
</component>
|
|
1277
|
+
<component name="TodoView">
|
|
1278
|
+
<todo-panel id="selected-file">
|
|
1279
|
+
<is-autoscroll-to-source value="true" />
|
|
1280
|
+
</todo-panel>
|
|
1281
|
+
<todo-panel id="all">
|
|
1282
|
+
<are-packages-shown value="true" />
|
|
1283
|
+
<is-autoscroll-to-source value="true" />
|
|
1284
|
+
</todo-panel>
|
|
1285
|
+
</component>
|
|
1286
|
+
<component name="ToolWindowManager">
|
|
1287
|
+
<frame x="-8" y="-8" width="1616" height="876" extended-state="6" />
|
|
1288
|
+
<layout>
|
|
1289
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.1913815" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
|
1290
|
+
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
|
1291
|
+
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
|
|
1292
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="11" side_tool="true" content_ui="tabs" />
|
|
1293
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
1294
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32974428" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
|
|
1295
|
+
<window_info id="npm" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="true" content_ui="tabs" />
|
|
1296
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
1297
|
+
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
1298
|
+
<window_info id="Terminal" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.3257066" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
|
|
1299
|
+
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="true" content_ui="tabs" />
|
|
1300
|
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
1301
|
+
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
|
1302
|
+
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
|
1303
|
+
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
|
|
1304
|
+
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
|
1305
|
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
|
1306
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="11" side_tool="true" content_ui="tabs" />
|
|
1307
|
+
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
|
1308
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32974428" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
|
|
1309
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
1310
|
+
<window_info id="npm" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="true" content_ui="tabs" />
|
|
1311
|
+
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24899058" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
|
|
1312
|
+
<window_info id="TypeScript" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
|
|
1313
|
+
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
|
1314
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.20152092" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
|
1315
|
+
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
1316
|
+
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
1317
|
+
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="true" content_ui="tabs" />
|
|
1318
|
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
1319
|
+
</layout>
|
|
1320
|
+
<layout-to-restore>
|
|
1321
|
+
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
|
1322
|
+
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
|
1323
|
+
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
|
|
1324
|
+
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
1325
|
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
|
1326
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="9" side_tool="true" content_ui="tabs" />
|
|
1327
|
+
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
|
1328
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
1329
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32974428" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
|
|
1330
|
+
<window_info id="npm" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
|
|
1331
|
+
<window_info id="Terminal" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24899058" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
|
|
1332
|
+
<window_info id="TypeScript" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
|
1333
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.20152092" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
|
1334
|
+
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
|
1335
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
1336
|
+
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
1337
|
+
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
1338
|
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
|
1339
|
+
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="true" content_ui="tabs" />
|
|
1340
|
+
</layout-to-restore>
|
|
1341
|
+
</component>
|
|
1342
|
+
<component name="TypeScriptGeneratedFilesManager">
|
|
1343
|
+
<option name="processedProjectFiles" value="true" />
|
|
1344
|
+
</component>
|
|
1345
|
+
<component name="Vcs.Log.Tabs.Properties">
|
|
1346
|
+
<option name="TAB_STATES">
|
|
1347
|
+
<map>
|
|
1348
|
+
<entry key="MAIN">
|
|
1349
|
+
<value>
|
|
1350
|
+
<State>
|
|
1351
|
+
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
|
1352
|
+
<collection />
|
|
1353
|
+
</option>
|
|
1354
|
+
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
|
1355
|
+
<collection />
|
|
1356
|
+
</option>
|
|
1357
|
+
<option name="COLUMN_ORDER">
|
|
1358
|
+
<list>
|
|
1359
|
+
<option value="0" />
|
|
1360
|
+
<option value="1" />
|
|
1361
|
+
<option value="2" />
|
|
1362
|
+
<option value="3" />
|
|
1363
|
+
</list>
|
|
1364
|
+
</option>
|
|
1365
|
+
</State>
|
|
1366
|
+
</value>
|
|
1367
|
+
</entry>
|
|
1368
|
+
</map>
|
|
1369
|
+
</option>
|
|
1370
|
+
</component>
|
|
1371
|
+
<component name="VcsContentAnnotationSettings">
|
|
1372
|
+
<option name="myLimit" value="2678400000" />
|
|
1373
|
+
</component>
|
|
1374
|
+
<component name="VcsManagerConfiguration">
|
|
1375
|
+
<MESSAGE value="Create button states, styles" />
|
|
1376
|
+
<MESSAGE value="Create input states, styles" />
|
|
1377
|
+
<MESSAGE value="Change autocompleted" />
|
|
1378
|
+
<MESSAGE value="Pagination done css" />
|
|
1379
|
+
<MESSAGE value="checkbox and radio-button done css" />
|
|
1380
|
+
<MESSAGE value="start select component style css" />
|
|
1381
|
+
<MESSAGE value="Create select component style css" />
|
|
1382
|
+
<MESSAGE value="Create autocomplete component style css" />
|
|
1383
|
+
<option name="LAST_COMMIT_MESSAGE" value="Create autocomplete component style css" />
|
|
1384
|
+
</component>
|
|
1385
|
+
<component name="WindowStateProjectService">
|
|
1386
|
+
<state width="226" height="397" key="Git.Branch.Popup" />
|
|
1387
|
+
<state width="226" height="397" key="Git.Branch.Popup/0.0.1600.900" />
|
|
1388
|
+
</component>
|
|
1389
|
+
<component name="XDebuggerManager">
|
|
1390
|
+
<breakpoint-manager />
|
|
1391
|
+
<watches-manager />
|
|
1392
|
+
</component>
|
|
1393
|
+
<component name="editorHistoryManager">
|
|
1394
|
+
<entry file="file://$PROJECT_DIR$/src/components/input/input.stories.js">
|
|
1395
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1396
|
+
<state relative-caret-position="136">
|
|
1397
|
+
<caret line="8" column="31" lean-forward="true" selection-start-line="8" selection-start-column="31" selection-end-line="8" selection-end-column="31" />
|
|
1398
|
+
</state>
|
|
1399
|
+
</provider>
|
|
1400
|
+
</entry>
|
|
1401
|
+
<entry file="file://$PROJECT_DIR$/src/components/input/index.js">
|
|
1402
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1403
|
+
<state relative-caret-position="213">
|
|
1404
|
+
<caret line="54" column="43" lean-forward="false" selection-start-line="54" selection-start-column="43" selection-end-line="54" selection-end-column="43" />
|
|
1405
|
+
</state>
|
|
1406
|
+
</provider>
|
|
1407
|
+
</entry>
|
|
1408
|
+
<entry file="file://$PROJECT_DIR$/src/components/button/index.js">
|
|
1409
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1410
|
+
<state relative-caret-position="425">
|
|
1411
|
+
<caret line="28" column="16" lean-forward="false" selection-start-line="28" selection-start-column="16" selection-end-line="28" selection-end-column="16" />
|
|
1412
|
+
</state>
|
|
1413
|
+
</provider>
|
|
1414
|
+
</entry>
|
|
1415
|
+
<entry file="file://$PROJECT_DIR$/src/components/button/button.stories.js">
|
|
1416
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1417
|
+
<state relative-caret-position="221">
|
|
1418
|
+
<caret line="13" column="2" lean-forward="false" selection-start-line="13" selection-start-column="2" selection-end-line="13" selection-end-column="2" />
|
|
1419
|
+
</state>
|
|
1420
|
+
</provider>
|
|
1421
|
+
</entry>
|
|
1422
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
1423
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1424
|
+
<state relative-caret-position="159">
|
|
1425
|
+
<caret line="18" column="21" lean-forward="false" selection-start-line="18" selection-start-column="20" selection-end-line="18" selection-end-column="21" />
|
|
1426
|
+
<folding />
|
|
1427
|
+
</state>
|
|
1428
|
+
</provider>
|
|
1429
|
+
</entry>
|
|
1430
|
+
<entry file="file://$PROJECT_DIR$/package-lock.json">
|
|
1431
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1432
|
+
<state relative-caret-position="159">
|
|
1433
|
+
<caret line="8108" column="22" lean-forward="false" selection-start-line="8108" selection-start-column="21" selection-end-line="8108" selection-end-column="22" />
|
|
1434
|
+
</state>
|
|
1435
|
+
</provider>
|
|
1436
|
+
</entry>
|
|
1437
|
+
<entry file="file://$PROJECT_DIR$/src/components/button/button.module.css">
|
|
1438
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1439
|
+
<state relative-caret-position="34">
|
|
1440
|
+
<caret line="2" column="1" lean-forward="false" selection-start-line="2" selection-start-column="1" selection-end-line="2" selection-end-column="1" />
|
|
1441
|
+
</state>
|
|
1442
|
+
</provider>
|
|
1443
|
+
</entry>
|
|
1444
|
+
<entry file="file://$PROJECT_DIR$/src/components/input/input.module.css">
|
|
1445
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1446
|
+
<state relative-caret-position="-617">
|
|
1447
|
+
<caret line="17" column="8" lean-forward="false" selection-start-line="17" selection-start-column="8" selection-end-line="17" selection-end-column="8" />
|
|
1448
|
+
</state>
|
|
1449
|
+
</provider>
|
|
1450
|
+
</entry>
|
|
1451
|
+
<entry file="file://$PROJECT_DIR$/src/components/button/button.module.scss" />
|
|
1452
|
+
<entry file="file://$PROJECT_DIR$/src/components/input/input.stories.js" />
|
|
1453
|
+
<entry file="file://$PROJECT_DIR$/package-lock.json">
|
|
1454
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1455
|
+
<state relative-caret-position="159">
|
|
1456
|
+
<caret line="8108" column="22" lean-forward="false" selection-start-line="8108" selection-start-column="21" selection-end-line="8108" selection-end-column="22" />
|
|
1457
|
+
</state>
|
|
1458
|
+
</provider>
|
|
1459
|
+
</entry>
|
|
1460
|
+
<entry file="file://$PROJECT_DIR$/src/components/input/input.module.css" />
|
|
1461
|
+
<entry file="file://$PROJECT_DIR$/node_modules/classnames/index.d.ts">
|
|
1462
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1463
|
+
<state relative-caret-position="238">
|
|
1464
|
+
<caret line="22" column="0" lean-forward="false" selection-start-line="22" selection-start-column="0" selection-end-line="22" selection-end-column="0" />
|
|
1465
|
+
</state>
|
|
1466
|
+
</provider>
|
|
1467
|
+
</entry>
|
|
1468
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
1469
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1470
|
+
<state relative-caret-position="199">
|
|
1471
|
+
<caret line="30" column="15" lean-forward="false" selection-start-line="30" selection-start-column="9" selection-end-line="30" selection-end-column="15" />
|
|
1472
|
+
<folding />
|
|
1473
|
+
</state>
|
|
1474
|
+
</provider>
|
|
1475
|
+
</entry>
|
|
1476
|
+
<entry file="file://$PROJECT_DIR$/src/components/button/button.stories.js">
|
|
1477
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1478
|
+
<state relative-caret-position="102">
|
|
1479
|
+
<caret line="6" column="2" lean-forward="false" selection-start-line="6" selection-start-column="2" selection-end-line="6" selection-end-column="2" />
|
|
1480
|
+
</state>
|
|
1481
|
+
</provider>
|
|
1482
|
+
</entry>
|
|
1483
|
+
<entry file="file://$PROJECT_DIR$/src/components/button/button.module.css">
|
|
1484
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1485
|
+
<state relative-caret-position="405">
|
|
1486
|
+
<caret line="64" column="1" lean-forward="false" selection-start-line="64" selection-start-column="1" selection-end-line="64" selection-end-column="1" />
|
|
1487
|
+
</state>
|
|
1488
|
+
</provider>
|
|
1489
|
+
</entry>
|
|
1490
|
+
<entry file="file://$PROJECT_DIR$/src/components/button/index.js">
|
|
1491
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1492
|
+
<state relative-caret-position="-555">
|
|
1493
|
+
<caret line="34" column="31" lean-forward="false" selection-start-line="34" selection-start-column="31" selection-end-line="34" selection-end-column="31" />
|
|
1494
|
+
</state>
|
|
1495
|
+
</provider>
|
|
1496
|
+
</entry>
|
|
1497
|
+
<entry file="file://$PROJECT_DIR$/src/components/checkbox/checkbox.stories.js">
|
|
1498
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1499
|
+
<state relative-caret-position="0">
|
|
1500
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
1501
|
+
</state>
|
|
1502
|
+
</provider>
|
|
1503
|
+
</entry>
|
|
1504
|
+
<entry file="file://$PROJECT_DIR$/src/components/input/index.js">
|
|
1505
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1506
|
+
<state relative-caret-position="-510">
|
|
1507
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
1508
|
+
</state>
|
|
1509
|
+
</provider>
|
|
1510
|
+
</entry>
|
|
1511
|
+
<entry file="file://$PROJECT_DIR$/src/components/checkbox/checkbox.module.css">
|
|
1512
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1513
|
+
<state relative-caret-position="0">
|
|
1514
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="56" selection-end-column="1" />
|
|
1515
|
+
</state>
|
|
1516
|
+
</provider>
|
|
1517
|
+
</entry>
|
|
1518
|
+
<entry file="file://$PROJECT_DIR$/src/components/radio/radio.module.css">
|
|
1519
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1520
|
+
<state relative-caret-position="680">
|
|
1521
|
+
<caret line="40" column="13" lean-forward="false" selection-start-line="40" selection-start-column="13" selection-end-line="40" selection-end-column="13" />
|
|
1522
|
+
</state>
|
|
1523
|
+
</provider>
|
|
1524
|
+
</entry>
|
|
1525
|
+
<entry file="file://$PROJECT_DIR$/rollup.config.js">
|
|
1526
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1527
|
+
<state relative-caret-position="374">
|
|
1528
|
+
<caret line="25" column="15" lean-forward="true" selection-start-line="25" selection-start-column="15" selection-end-line="25" selection-end-column="15" />
|
|
1529
|
+
<folding />
|
|
1530
|
+
</state>
|
|
1531
|
+
</provider>
|
|
1532
|
+
</entry>
|
|
1533
|
+
<entry file="file://$PROJECT_DIR$/.storybook/preview.js">
|
|
1534
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1535
|
+
<state relative-caret-position="0">
|
|
1536
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
1537
|
+
</state>
|
|
1538
|
+
</provider>
|
|
1539
|
+
</entry>
|
|
1540
|
+
<entry file="file://$PROJECT_DIR$/.storybook/main.js">
|
|
1541
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1542
|
+
<state relative-caret-position="306">
|
|
1543
|
+
<caret line="18" column="4" lean-forward="true" selection-start-line="18" selection-start-column="4" selection-end-line="18" selection-end-column="4" />
|
|
1544
|
+
</state>
|
|
1545
|
+
</provider>
|
|
1546
|
+
</entry>
|
|
1547
|
+
<entry file="file://$PROJECT_DIR$/dist/index.es.js">
|
|
1548
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1549
|
+
<state relative-caret-position="0">
|
|
1550
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
1551
|
+
<folding>
|
|
1552
|
+
<element signature="e#0#26#0" expanded="false" />
|
|
1553
|
+
</folding>
|
|
1554
|
+
</state>
|
|
1555
|
+
</provider>
|
|
1556
|
+
</entry>
|
|
1557
|
+
<entry file="file://$PROJECT_DIR$/dist/index.js">
|
|
1558
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1559
|
+
<state relative-caret-position="221">
|
|
1560
|
+
<caret line="13" column="0" lean-forward="true" selection-start-line="13" selection-start-column="0" selection-end-line="13" selection-end-column="0" />
|
|
1561
|
+
<folding />
|
|
1562
|
+
</state>
|
|
1563
|
+
</provider>
|
|
1564
|
+
</entry>
|
|
1565
|
+
<entry file="file://$PROJECT_DIR$/src/index.js">
|
|
1566
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1567
|
+
<state relative-caret-position="0">
|
|
1568
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="33" />
|
|
1569
|
+
</state>
|
|
1570
|
+
</provider>
|
|
1571
|
+
</entry>
|
|
1572
|
+
<entry file="file://$PROJECT_DIR$/.storybook/preview.js">
|
|
1573
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1574
|
+
<state relative-caret-position="0">
|
|
1575
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
1576
|
+
</state>
|
|
1577
|
+
</provider>
|
|
1578
|
+
</entry>
|
|
1579
|
+
<entry file="file://$PROJECT_DIR$/src/components/button/button.module.scss" />
|
|
1580
|
+
<entry file="file://$PROJECT_DIR$/src/components/input/input.stories.js">
|
|
1581
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1582
|
+
<state relative-caret-position="136">
|
|
1583
|
+
<caret line="8" column="31" lean-forward="true" selection-start-line="8" selection-start-column="31" selection-end-line="8" selection-end-column="31" />
|
|
1584
|
+
<folding>
|
|
1585
|
+
<element signature="e#0#26#0" expanded="false" />
|
|
1586
|
+
</folding>
|
|
1587
|
+
</state>
|
|
1588
|
+
</provider>
|
|
1589
|
+
</entry>
|
|
1590
|
+
<entry file="file://$PROJECT_DIR$/src/components/input/index.js">
|
|
1591
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1592
|
+
<state relative-caret-position="128">
|
|
1593
|
+
<caret line="49" column="30" lean-forward="false" selection-start-line="49" selection-start-column="30" selection-end-line="49" selection-end-column="30" />
|
|
1594
|
+
</state>
|
|
1595
|
+
</provider>
|
|
1596
|
+
</entry>
|
|
1597
|
+
<entry file="file://$PROJECT_DIR$/src/components/button/button.stories.js">
|
|
1598
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1599
|
+
<state relative-caret-position="136">
|
|
1600
|
+
<caret line="8" column="75" lean-forward="false" selection-start-line="8" selection-start-column="75" selection-end-line="8" selection-end-column="75" />
|
|
1601
|
+
<folding>
|
|
1602
|
+
<element signature="e#0#26#0" expanded="false" />
|
|
1603
|
+
</folding>
|
|
1604
|
+
</state>
|
|
1605
|
+
</provider>
|
|
1606
|
+
</entry>
|
|
1607
|
+
<entry file="file://$PROJECT_DIR$/src/components/input/input.module.css">
|
|
1608
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1609
|
+
<state relative-caret-position="289">
|
|
1610
|
+
<caret line="17" column="8" lean-forward="true" selection-start-line="17" selection-start-column="8" selection-end-line="17" selection-end-column="8" />
|
|
1611
|
+
</state>
|
|
1612
|
+
</provider>
|
|
1613
|
+
</entry>
|
|
1614
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
1615
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1616
|
+
<state relative-caret-position="136">
|
|
1617
|
+
<caret line="8" column="18" lean-forward="true" selection-start-line="8" selection-start-column="18" selection-end-line="8" selection-end-column="18" />
|
|
1618
|
+
<folding />
|
|
1619
|
+
</state>
|
|
1620
|
+
</provider>
|
|
1621
|
+
</entry>
|
|
1622
|
+
<entry file="file://$PROJECT_DIR$/src/components/button/button.module.css">
|
|
1623
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1624
|
+
<state relative-caret-position="289">
|
|
1625
|
+
<caret line="17" column="1" lean-forward="true" selection-start-line="17" selection-start-column="1" selection-end-line="17" selection-end-column="1" />
|
|
1626
|
+
</state>
|
|
1627
|
+
</provider>
|
|
1628
|
+
</entry>
|
|
1629
|
+
<entry file="file://$PROJECT_DIR$/src/components/button/index.js">
|
|
1630
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1631
|
+
<state relative-caret-position="289">
|
|
1632
|
+
<caret line="17" column="23" lean-forward="true" selection-start-line="17" selection-start-column="23" selection-end-line="17" selection-end-column="23" />
|
|
1633
|
+
<folding>
|
|
1634
|
+
<element signature="e#0#26#0" expanded="false" />
|
|
1635
|
+
</folding>
|
|
1636
|
+
</state>
|
|
1637
|
+
</provider>
|
|
1638
|
+
</entry>
|
|
1639
|
+
<entry file="file://$PROJECT_DIR$/src/components/typography/typography.module.css">
|
|
1640
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1641
|
+
<state relative-caret-position="404">
|
|
1642
|
+
<caret line="58" column="24" lean-forward="false" selection-start-line="58" selection-start-column="24" selection-end-line="58" selection-end-column="24" />
|
|
1643
|
+
</state>
|
|
1644
|
+
</provider>
|
|
1645
|
+
</entry>
|
|
1646
|
+
<entry file="file://$PROJECT_DIR$/src/components/radio/index.js">
|
|
1647
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1648
|
+
<state relative-caret-position="232">
|
|
1649
|
+
<caret line="35" column="18" lean-forward="false" selection-start-line="35" selection-start-column="18" selection-end-line="35" selection-end-column="55" />
|
|
1650
|
+
</state>
|
|
1651
|
+
</provider>
|
|
1652
|
+
</entry>
|
|
1653
|
+
<entry file="file://$PROJECT_DIR$/src/components/checkbox/index.js">
|
|
1654
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1655
|
+
<state relative-caret-position="119">
|
|
1656
|
+
<caret line="43" column="50" lean-forward="false" selection-start-line="43" selection-start-column="50" selection-end-line="43" selection-end-column="50" />
|
|
1657
|
+
</state>
|
|
1658
|
+
</provider>
|
|
1659
|
+
</entry>
|
|
1660
|
+
<entry file="file://$PROJECT_DIR$/src/components/pagination/pagination.module.css">
|
|
1661
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1662
|
+
<state relative-caret-position="46">
|
|
1663
|
+
<caret line="29" column="39" lean-forward="false" selection-start-line="29" selection-start-column="39" selection-end-line="29" selection-end-column="39" />
|
|
1664
|
+
</state>
|
|
1665
|
+
</provider>
|
|
1666
|
+
</entry>
|
|
1667
|
+
<entry file="file://$PROJECT_DIR$/src/components/typography/index.js">
|
|
1668
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1669
|
+
<state relative-caret-position="0">
|
|
1670
|
+
<caret line="0" column="7" lean-forward="true" selection-start-line="0" selection-start-column="7" selection-end-line="0" selection-end-column="7" />
|
|
1671
|
+
</state>
|
|
1672
|
+
</provider>
|
|
1673
|
+
</entry>
|
|
1674
|
+
<entry file="file://$PROJECT_DIR$/src/components/pagination/index.js">
|
|
1675
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1676
|
+
<state relative-caret-position="85">
|
|
1677
|
+
<caret line="5" column="0" lean-forward="true" selection-start-line="5" selection-start-column="0" selection-end-line="5" selection-end-column="31" />
|
|
1678
|
+
</state>
|
|
1679
|
+
</provider>
|
|
1680
|
+
</entry>
|
|
1681
|
+
<entry file="file://$PROJECT_DIR$/.storybook/main.js">
|
|
1682
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1683
|
+
<state relative-caret-position="361">
|
|
1684
|
+
<caret line="28" column="108" lean-forward="true" selection-start-line="28" selection-start-column="108" selection-end-line="28" selection-end-column="108" />
|
|
1685
|
+
</state>
|
|
1686
|
+
</provider>
|
|
1687
|
+
</entry>
|
|
1688
|
+
<entry file="file://$PROJECT_DIR$/src/components/select/select.module.css">
|
|
1689
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1690
|
+
<state relative-caret-position="119">
|
|
1691
|
+
<caret line="7" column="23" lean-forward="true" selection-start-line="0" selection-start-column="0" selection-end-line="99" selection-end-column="1" />
|
|
1692
|
+
<folding />
|
|
1693
|
+
</state>
|
|
1694
|
+
</provider>
|
|
1695
|
+
</entry>
|
|
1696
|
+
<entry file="file://$PROJECT_DIR$/src/components/select/index.js">
|
|
1697
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1698
|
+
<state relative-caret-position="68">
|
|
1699
|
+
<caret line="4" column="0" lean-forward="false" selection-start-line="4" selection-start-column="0" selection-end-line="4" selection-end-column="31" />
|
|
1700
|
+
<folding />
|
|
1701
|
+
</state>
|
|
1702
|
+
</provider>
|
|
1703
|
+
</entry>
|
|
1704
|
+
<entry file="file://$PROJECT_DIR$/src/assets_old/icons/style.css">
|
|
1705
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1706
|
+
<state relative-caret-position="157">
|
|
1707
|
+
<caret line="30" column="14" lean-forward="false" selection-start-line="30" selection-start-column="14" selection-end-line="30" selection-end-column="14" />
|
|
1708
|
+
<folding />
|
|
1709
|
+
</state>
|
|
1710
|
+
</provider>
|
|
1711
|
+
</entry>
|
|
1712
|
+
<entry file="file://$PROJECT_DIR$/src/components/autocomplate/index.js">
|
|
1713
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1714
|
+
<state relative-caret-position="230">
|
|
1715
|
+
<caret line="74" column="22" lean-forward="true" selection-start-line="74" selection-start-column="22" selection-end-line="74" selection-end-column="75" />
|
|
1716
|
+
<folding />
|
|
1717
|
+
</state>
|
|
1718
|
+
</provider>
|
|
1719
|
+
</entry>
|
|
1720
|
+
<entry file="file://$PROJECT_DIR$/src/components/autocomplate/autocomplate.stories.js">
|
|
1721
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1722
|
+
<state relative-caret-position="0">
|
|
1723
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
1724
|
+
<folding />
|
|
1725
|
+
</state>
|
|
1726
|
+
</provider>
|
|
1727
|
+
</entry>
|
|
1728
|
+
<entry file="file://$PROJECT_DIR$/src/components/autocomplate/autocomplate.module.css">
|
|
1729
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1730
|
+
<state relative-caret-position="195">
|
|
1731
|
+
<caret line="64" column="0" lean-forward="false" selection-start-line="64" selection-start-column="0" selection-end-line="66" selection-end-column="1" />
|
|
1732
|
+
<folding />
|
|
1733
|
+
</state>
|
|
1734
|
+
</provider>
|
|
1735
|
+
</entry>
|
|
1736
|
+
<entry file="file://$PROJECT_DIR$/src/components/multiselect/index.js">
|
|
1737
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1738
|
+
<state relative-caret-position="119">
|
|
1739
|
+
<caret line="19" column="85" lean-forward="false" selection-start-line="19" selection-start-column="85" selection-end-line="19" selection-end-column="85" />
|
|
1740
|
+
<folding>
|
|
1741
|
+
<element signature="e#0#40#0" expanded="true" />
|
|
1742
|
+
</folding>
|
|
1743
|
+
</state>
|
|
1744
|
+
</provider>
|
|
1745
|
+
</entry>
|
|
1746
|
+
<entry file="file://$PROJECT_DIR$/src/components/multiselect/multiselect.module.css">
|
|
1747
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1748
|
+
<state relative-caret-position="527">
|
|
1749
|
+
<caret line="52" column="17" lean-forward="false" selection-start-line="52" selection-start-column="17" selection-end-line="52" selection-end-column="17" />
|
|
1750
|
+
<folding />
|
|
1751
|
+
</state>
|
|
1752
|
+
</provider>
|
|
1753
|
+
</entry>
|
|
1754
|
+
</component>
|
|
1755
|
+
</project>
|