@xaypay/tui 0.0.43 → 0.0.46
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/tui.iml +1 -1
- package/.idea/workspace.xml +26 -960
- package/dist/index.es.js +25 -21
- package/dist/index.js +25 -21
- package/package.json +1 -1
- package/src/components/autocomplate/index.js +1 -2
- package/src/components/file/file.module.css +0 -19
- package/src/components/file/index.js +12 -11
- package/src/components/typography/index.js +7 -4
- package/src/components/typography/typography.stories.js +2 -0
package/.idea/workspace.xml
CHANGED
|
@@ -1,1000 +1,66 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<project version="4">
|
|
3
3
|
<component name="ChangeListManager">
|
|
4
|
-
<list default="true" id="
|
|
5
|
-
<change
|
|
6
|
-
<change
|
|
7
|
-
<change
|
|
8
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/components/modal/modal.module.css" afterPath="$PROJECT_DIR$/src/components/modal/modal.module.css" />
|
|
4
|
+
<list default="true" id="30dbb06f-44af-47c8-ab66-a66514b5b93b" name="Default Changelist" comment="">
|
|
5
|
+
<change beforePath="$PROJECT_DIR$/.idea/tui.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/tui.iml" afterDir="false" />
|
|
6
|
+
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
7
|
+
<change beforePath="$PROJECT_DIR$/src/components/file/file.module.css" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/file/file.module.css" afterDir="false" />
|
|
9
8
|
</list>
|
|
10
|
-
<ignored path="$PROJECT_DIR$/.tmp/" />
|
|
11
|
-
<ignored path="$PROJECT_DIR$/temp/" />
|
|
12
|
-
<ignored path="$PROJECT_DIR$/tmp/" />
|
|
13
|
-
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
14
|
-
<option name="TRACKING_ENABLED" value="true" />
|
|
15
9
|
<option name="SHOW_DIALOG" value="false" />
|
|
16
10
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
17
11
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
18
12
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
19
13
|
</component>
|
|
20
|
-
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
|
21
|
-
<component name="FavoritesManager">
|
|
22
|
-
<favorites_list name="tui" />
|
|
23
|
-
</component>
|
|
24
|
-
<component name="FileEditorManager">
|
|
25
|
-
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
26
|
-
<file leaf-file-name="file.module.css" pinned="false" current-in-tab="false">
|
|
27
|
-
<entry file="file://$PROJECT_DIR$/src/components/file/file.module.css">
|
|
28
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
29
|
-
<state relative-caret-position="284">
|
|
30
|
-
<caret line="120" column="6" lean-forward="false" selection-start-line="120" selection-start-column="6" selection-end-line="120" selection-end-column="6" />
|
|
31
|
-
<folding />
|
|
32
|
-
</state>
|
|
33
|
-
</provider>
|
|
34
|
-
</entry>
|
|
35
|
-
</file>
|
|
36
|
-
<file leaf-file-name="modal.module.css" pinned="false" current-in-tab="true">
|
|
37
|
-
<entry file="file://$PROJECT_DIR$/src/components/modal/modal.module.css">
|
|
38
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
39
|
-
<state relative-caret-position="204">
|
|
40
|
-
<caret line="12" column="27" lean-forward="false" selection-start-line="12" selection-start-column="27" selection-end-line="12" selection-end-column="27" />
|
|
41
|
-
<folding />
|
|
42
|
-
</state>
|
|
43
|
-
</provider>
|
|
44
|
-
</entry>
|
|
45
|
-
</file>
|
|
46
|
-
<file leaf-file-name="autocomplate.module.css" pinned="false" current-in-tab="false">
|
|
47
|
-
<entry file="file://$PROJECT_DIR$/src/components/autocomplate/autocomplate.module.css">
|
|
48
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
49
|
-
<state relative-caret-position="454">
|
|
50
|
-
<caret line="78" column="19" lean-forward="false" selection-start-line="78" selection-start-column="19" selection-end-line="78" selection-end-column="19" />
|
|
51
|
-
<folding />
|
|
52
|
-
</state>
|
|
53
|
-
</provider>
|
|
54
|
-
</entry>
|
|
55
|
-
</file>
|
|
56
|
-
</leaf>
|
|
57
|
-
</component>
|
|
58
|
-
<component name="FindInProjectRecents">
|
|
59
|
-
<findStrings>
|
|
60
|
-
<find>verification-numbers</find>
|
|
61
|
-
<find>react-datepicker-wrapper</find>
|
|
62
|
-
<find>.react-datepicker-wrapp</find>
|
|
63
|
-
<find>.react-datepicker-wrap</find>
|
|
64
|
-
<find>.react-dat</find>
|
|
65
|
-
<find>.react-da</find>
|
|
66
|
-
<find>.react-d</find>
|
|
67
|
-
<find>.react-</find>
|
|
68
|
-
<find>.react</find>
|
|
69
|
-
<find>.reac</find>
|
|
70
|
-
<find>.rea</find>
|
|
71
|
-
<find>.re</find>
|
|
72
|
-
<find>.re.react-datepicker-wrapper</find>
|
|
73
|
-
<find>.react-datepicker-wrapper</find>
|
|
74
|
-
<find>.react-datepicker-wrappe</find>
|
|
75
|
-
<find>.react-datepicke</find>
|
|
76
|
-
<find>.react-datepick</find>
|
|
77
|
-
<find>.react-datepic</find>
|
|
78
|
-
<find>.react-datepi</find>
|
|
79
|
-
<find>.modal-module_modal-title</find>
|
|
80
|
-
<find>.modal-module_modal-tit</find>
|
|
81
|
-
<find>modal-content-bottom</find>
|
|
82
|
-
<find>.modal-module_modal-titl</find>
|
|
83
|
-
<find>.modal-module_</find>
|
|
84
|
-
<find>.modal-module</find>
|
|
85
|
-
<find>.modal-modul</find>
|
|
86
|
-
<find>.modal-modu</find>
|
|
87
|
-
<find>icon-close</find>
|
|
88
|
-
<find>icon-delete</find>
|
|
89
|
-
</findStrings>
|
|
90
|
-
<replaceStrings>
|
|
91
|
-
<replace />
|
|
92
|
-
<replace>multi-select</replace>
|
|
93
|
-
</replaceStrings>
|
|
94
|
-
</component>
|
|
95
14
|
<component name="Git.Settings">
|
|
96
|
-
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
97
15
|
<option name="RECENT_BRANCH_BY_REPOSITORY">
|
|
98
16
|
<map>
|
|
99
17
|
<entry key="$PROJECT_DIR$" value="master" />
|
|
100
18
|
</map>
|
|
101
19
|
</option>
|
|
102
|
-
<
|
|
103
|
-
<branch-storage>
|
|
104
|
-
<map>
|
|
105
|
-
<entry type="LOCAL">
|
|
106
|
-
<value>
|
|
107
|
-
<list>
|
|
108
|
-
<branch-info repo="$PROJECT_DIR$" source="master" />
|
|
109
|
-
</list>
|
|
110
|
-
</value>
|
|
111
|
-
</entry>
|
|
112
|
-
</map>
|
|
113
|
-
</branch-storage>
|
|
114
|
-
</favorite-branches>
|
|
115
|
-
</component>
|
|
116
|
-
<component name="IdeDocumentHistory">
|
|
117
|
-
<option name="CHANGED_PATHS">
|
|
118
|
-
<list>
|
|
119
|
-
<option value="$PROJECT_DIR$/src/components/button/button.module.scss" />
|
|
120
|
-
<option value="$PROJECT_DIR$/src/components/input/input.stories.js" />
|
|
121
|
-
<option value="$PROJECT_DIR$/src/components/button/button.stories.js" />
|
|
122
|
-
<option value="$PROJECT_DIR$/.storybook/main.js" />
|
|
123
|
-
<option value="$PROJECT_DIR$/src/components/typography/index.js" />
|
|
124
|
-
<option value="$PROJECT_DIR$/src/components/radio/index.js" />
|
|
125
|
-
<option value="$PROJECT_DIR$/src/components/checkbox/index.js" />
|
|
126
|
-
<option value="$PROJECT_DIR$/src/assets_old/icons/style.css" />
|
|
127
|
-
<option value="$PROJECT_DIR$/src/components/multiselect/index.js" />
|
|
128
|
-
<option value="$PROJECT_DIR$/src/components/multiselect/multiselect.module.css" />
|
|
129
|
-
<option value="$PROJECT_DIR$/src/components/modal/index.js" />
|
|
130
|
-
<option value="$PROJECT_DIR$/src/components/captcha/captcha.module.css" />
|
|
131
|
-
<option value="$PROJECT_DIR$/src/components/captcha/index.js" />
|
|
132
|
-
<option value="$PROJECT_DIR$/src/components/button/index.js" />
|
|
133
|
-
<option value="$PROJECT_DIR$/src/components/stepper/stepper.module.css" />
|
|
134
|
-
<option value="$PROJECT_DIR$/src/components/stepper/index.js" />
|
|
135
|
-
<option value="$PROJECT_DIR$/src/components/button/button.module.css" />
|
|
136
|
-
<option value="$PROJECT_DIR$/src/components/pagination/index.js" />
|
|
137
|
-
<option value="$PROJECT_DIR$/src/components/autocomplate/autocomplate.module.css" />
|
|
138
|
-
<option value="$PROJECT_DIR$/src/components/input/index.js" />
|
|
139
|
-
<option value="$PROJECT_DIR$/src/components/autocomplate/index.js" />
|
|
140
|
-
<option value="$PROJECT_DIR$/src/components/checkbox/checkbox.module.css" />
|
|
141
|
-
<option value="$PROJECT_DIR$/src/components/pagination/pagination.module.css" />
|
|
142
|
-
<option value="$PROJECT_DIR$/src/components/file/index.js" />
|
|
143
|
-
<option value="$PROJECT_DIR$/src/components/typography/typography.module.css" />
|
|
144
|
-
<option value="$PROJECT_DIR$/src/components/select/index.js" />
|
|
145
|
-
<option value="$PROJECT_DIR$/src/components/select/select.module.css" />
|
|
146
|
-
<option value="$PROJECT_DIR$/src/components/input/input.module.css" />
|
|
147
|
-
<option value="$PROJECT_DIR$/package.json" />
|
|
148
|
-
<option value="$PROJECT_DIR$/src/components/file/file.module.css" />
|
|
149
|
-
<option value="$PROJECT_DIR$/src/components/modal/modal.module.css" />
|
|
150
|
-
</list>
|
|
151
|
-
</option>
|
|
152
|
-
</component>
|
|
153
|
-
<component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
|
|
154
|
-
<component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
|
|
155
|
-
<component name="JsGulpfileManager">
|
|
156
|
-
<detection-done>true</detection-done>
|
|
157
|
-
<sorting>DEFINITION_ORDER</sorting>
|
|
158
|
-
</component>
|
|
159
|
-
<component name="ProjectFrameBounds">
|
|
160
|
-
<option name="x" value="-8" />
|
|
161
|
-
<option name="y" value="-8" />
|
|
162
|
-
<option name="width" value="1616" />
|
|
163
|
-
<option name="height" value="876" />
|
|
20
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
164
21
|
</component>
|
|
165
|
-
<component name="
|
|
166
|
-
<component name="
|
|
167
|
-
<
|
|
168
|
-
|
|
169
|
-
<showMembers />
|
|
170
|
-
<showModules />
|
|
171
|
-
<showLibraryContents />
|
|
172
|
-
<hideEmptyPackages />
|
|
173
|
-
<abbreviatePackageNames />
|
|
174
|
-
<autoscrollToSource />
|
|
175
|
-
<autoscrollFromSource />
|
|
176
|
-
<sortByType />
|
|
177
|
-
<manualOrder />
|
|
178
|
-
<foldersAlwaysOnTop value="true" />
|
|
179
|
-
</navigator>
|
|
180
|
-
<panes>
|
|
181
|
-
<pane id="Scratches" />
|
|
182
|
-
<pane id="Scope" />
|
|
183
|
-
<pane id="ProjectPane">
|
|
184
|
-
<subPane>
|
|
185
|
-
<PATH>
|
|
186
|
-
<PATH_ELEMENT>
|
|
187
|
-
<option name="myItemId" value="tui" />
|
|
188
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
189
|
-
</PATH_ELEMENT>
|
|
190
|
-
<PATH_ELEMENT>
|
|
191
|
-
<option name="myItemId" value="tui" />
|
|
192
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
193
|
-
</PATH_ELEMENT>
|
|
194
|
-
</PATH>
|
|
195
|
-
<PATH>
|
|
196
|
-
<PATH_ELEMENT>
|
|
197
|
-
<option name="myItemId" value="tui" />
|
|
198
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
199
|
-
</PATH_ELEMENT>
|
|
200
|
-
<PATH_ELEMENT>
|
|
201
|
-
<option name="myItemId" value="tui" />
|
|
202
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
203
|
-
</PATH_ELEMENT>
|
|
204
|
-
<PATH_ELEMENT>
|
|
205
|
-
<option name="myItemId" value="src" />
|
|
206
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
207
|
-
</PATH_ELEMENT>
|
|
208
|
-
</PATH>
|
|
209
|
-
<PATH>
|
|
210
|
-
<PATH_ELEMENT>
|
|
211
|
-
<option name="myItemId" value="tui" />
|
|
212
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
213
|
-
</PATH_ELEMENT>
|
|
214
|
-
<PATH_ELEMENT>
|
|
215
|
-
<option name="myItemId" value="tui" />
|
|
216
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
217
|
-
</PATH_ELEMENT>
|
|
218
|
-
<PATH_ELEMENT>
|
|
219
|
-
<option name="myItemId" value="src" />
|
|
220
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
221
|
-
</PATH_ELEMENT>
|
|
222
|
-
<PATH_ELEMENT>
|
|
223
|
-
<option name="myItemId" value="components" />
|
|
224
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
225
|
-
</PATH_ELEMENT>
|
|
226
|
-
</PATH>
|
|
227
|
-
<PATH>
|
|
228
|
-
<PATH_ELEMENT>
|
|
229
|
-
<option name="myItemId" value="tui" />
|
|
230
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
231
|
-
</PATH_ELEMENT>
|
|
232
|
-
<PATH_ELEMENT>
|
|
233
|
-
<option name="myItemId" value="tui" />
|
|
234
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
235
|
-
</PATH_ELEMENT>
|
|
236
|
-
<PATH_ELEMENT>
|
|
237
|
-
<option name="myItemId" value="src" />
|
|
238
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
239
|
-
</PATH_ELEMENT>
|
|
240
|
-
<PATH_ELEMENT>
|
|
241
|
-
<option name="myItemId" value="components" />
|
|
242
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
243
|
-
</PATH_ELEMENT>
|
|
244
|
-
<PATH_ELEMENT>
|
|
245
|
-
<option name="myItemId" value="modal" />
|
|
246
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
247
|
-
</PATH_ELEMENT>
|
|
248
|
-
</PATH>
|
|
249
|
-
</subPane>
|
|
250
|
-
</pane>
|
|
251
|
-
</panes>
|
|
22
|
+
<component name="ProjectId" id="2K67SIWiFpjLifxjyrHQQvdETp8" />
|
|
23
|
+
<component name="ProjectViewState">
|
|
24
|
+
<option name="hideEmptyMiddlePackages" value="true" />
|
|
25
|
+
<option name="showLibraryContents" value="true" />
|
|
252
26
|
</component>
|
|
253
27
|
<component name="PropertiesComponent">
|
|
28
|
+
<property name="Git.Branch.Popup.ShowAllRemotes" value="true" />
|
|
29
|
+
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
|
|
30
|
+
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
|
|
254
31
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
255
32
|
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
|
256
|
-
<property name="
|
|
257
|
-
<property name="
|
|
258
|
-
<property name="
|
|
259
|
-
<property name="
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
</key>
|
|
265
|
-
</component>
|
|
266
|
-
<component name="RunDashboard">
|
|
267
|
-
<option name="ruleStates">
|
|
268
|
-
<list>
|
|
269
|
-
<RuleState>
|
|
270
|
-
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
|
271
|
-
</RuleState>
|
|
272
|
-
<RuleState>
|
|
273
|
-
<option name="name" value="StatusDashboardGroupingRule" />
|
|
274
|
-
</RuleState>
|
|
275
|
-
</list>
|
|
276
|
-
</option>
|
|
277
|
-
</component>
|
|
278
|
-
<component name="RunManager">
|
|
279
|
-
<configuration default="true" type="DartCommandLineRunConfigurationType" factoryName="Dart Command Line Application">
|
|
280
|
-
<method />
|
|
281
|
-
</configuration>
|
|
282
|
-
<configuration default="true" type="DartTestRunConfigurationType" factoryName="Dart Test">
|
|
283
|
-
<method />
|
|
284
|
-
</configuration>
|
|
285
|
-
<configuration default="true" type="JavaScriptTestRunnerJest" factoryName="Jest">
|
|
286
|
-
<node-interpreter value="project" />
|
|
287
|
-
<working-dir value="" />
|
|
288
|
-
<envs />
|
|
289
|
-
<scope-kind value="ALL" />
|
|
290
|
-
<method />
|
|
291
|
-
</configuration>
|
|
292
|
-
<configuration default="true" type="JavaScriptTestRunnerKarma" factoryName="Karma">
|
|
293
|
-
<config-file value="" />
|
|
294
|
-
<node-interpreter value="project" />
|
|
295
|
-
<envs />
|
|
296
|
-
<method />
|
|
297
|
-
</configuration>
|
|
298
|
-
<configuration default="true" type="JavaScriptTestRunnerProtractor" factoryName="Protractor">
|
|
299
|
-
<config-file value="" />
|
|
300
|
-
<node-interpreter value="project" />
|
|
301
|
-
<envs />
|
|
302
|
-
<method />
|
|
303
|
-
</configuration>
|
|
304
|
-
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
|
305
|
-
<method />
|
|
306
|
-
</configuration>
|
|
307
|
-
<configuration default="true" type="NodeJSConfigurationType" factoryName="Node.js" path-to-node="project" working-dir="">
|
|
308
|
-
<method />
|
|
309
|
-
</configuration>
|
|
310
|
-
<configuration default="true" type="cucumber.js" factoryName="Cucumber.js">
|
|
311
|
-
<option name="cucumberJsArguments" value="" />
|
|
312
|
-
<option name="executablePath" />
|
|
313
|
-
<option name="filePath" />
|
|
314
|
-
<method />
|
|
315
|
-
</configuration>
|
|
316
|
-
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
|
|
317
|
-
<node-interpreter>project</node-interpreter>
|
|
318
|
-
<node-options />
|
|
319
|
-
<gulpfile />
|
|
320
|
-
<tasks />
|
|
321
|
-
<arguments />
|
|
322
|
-
<envs />
|
|
323
|
-
<method />
|
|
324
|
-
</configuration>
|
|
325
|
-
<configuration default="true" type="js.build_tools.npm" factoryName="npm">
|
|
326
|
-
<command value="run" />
|
|
327
|
-
<scripts />
|
|
328
|
-
<node-interpreter value="project" />
|
|
329
|
-
<envs />
|
|
330
|
-
<method />
|
|
331
|
-
</configuration>
|
|
332
|
-
<configuration default="true" type="mocha-javascript-test-runner" factoryName="Mocha">
|
|
333
|
-
<node-interpreter>project</node-interpreter>
|
|
334
|
-
<node-options />
|
|
335
|
-
<working-directory />
|
|
336
|
-
<pass-parent-env>true</pass-parent-env>
|
|
337
|
-
<envs />
|
|
338
|
-
<ui />
|
|
339
|
-
<extra-mocha-options />
|
|
340
|
-
<test-kind>DIRECTORY</test-kind>
|
|
341
|
-
<test-directory />
|
|
342
|
-
<recursive>false</recursive>
|
|
343
|
-
<method />
|
|
344
|
-
</configuration>
|
|
345
|
-
</component>
|
|
346
|
-
<component name="ShelveChangesManager" show_recycled="false">
|
|
347
|
-
<option name="remove_strategy" value="false" />
|
|
348
|
-
</component>
|
|
33
|
+
<property name="node.js.detected.package.eslint" value="true" />
|
|
34
|
+
<property name="node.js.detected.package.tslint" value="true" />
|
|
35
|
+
<property name="node.js.selected.package.eslint" value="(autodetect)" />
|
|
36
|
+
<property name="node.js.selected.package.tslint" value="(autodetect)" />
|
|
37
|
+
<property name="nodejs_package_manager_path" value="npm" />
|
|
38
|
+
<property name="vue.rearranger.settings.migration" value="true" />
|
|
39
|
+
</component>
|
|
40
|
+
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
|
349
41
|
<component name="TaskManager">
|
|
350
42
|
<task active="true" id="Default" summary="Default task">
|
|
351
|
-
<changelist id="
|
|
352
|
-
<created>
|
|
43
|
+
<changelist id="30dbb06f-44af-47c8-ab66-a66514b5b93b" name="Default Changelist" comment="" />
|
|
44
|
+
<created>1673283176577</created>
|
|
353
45
|
<option name="number" value="Default" />
|
|
354
46
|
<option name="presentableId" value="Default" />
|
|
355
|
-
<updated>
|
|
356
|
-
<workItem from="
|
|
357
|
-
<workItem from="1668453273955" duration="679000" />
|
|
358
|
-
<workItem from="1668701432253" duration="208000" />
|
|
359
|
-
<workItem from="1670150231607" duration="220000" />
|
|
360
|
-
<workItem from="1670153404012" duration="1685000" />
|
|
361
|
-
</task>
|
|
362
|
-
<task id="LOCAL-00001" summary="Create button states, styles">
|
|
363
|
-
<created>1663234683663</created>
|
|
364
|
-
<option name="number" value="00001" />
|
|
365
|
-
<option name="presentableId" value="LOCAL-00001" />
|
|
366
|
-
<option name="project" value="LOCAL" />
|
|
367
|
-
<updated>1663234683663</updated>
|
|
368
|
-
</task>
|
|
369
|
-
<task id="LOCAL-00002" summary="Create button states, styles">
|
|
370
|
-
<created>1663234893514</created>
|
|
371
|
-
<option name="number" value="00002" />
|
|
372
|
-
<option name="presentableId" value="LOCAL-00002" />
|
|
373
|
-
<option name="project" value="LOCAL" />
|
|
374
|
-
<updated>1663234893514</updated>
|
|
375
|
-
</task>
|
|
376
|
-
<task id="LOCAL-00003" summary="Create input states, styles">
|
|
377
|
-
<created>1663518333868</created>
|
|
378
|
-
<option name="number" value="00003" />
|
|
379
|
-
<option name="presentableId" value="LOCAL-00003" />
|
|
380
|
-
<option name="project" value="LOCAL" />
|
|
381
|
-
<updated>1663518333868</updated>
|
|
382
|
-
</task>
|
|
383
|
-
<task id="LOCAL-00004" summary="Create input states, styles">
|
|
384
|
-
<created>1663560758277</created>
|
|
385
|
-
<option name="number" value="00004" />
|
|
386
|
-
<option name="presentableId" value="LOCAL-00004" />
|
|
387
|
-
<option name="project" value="LOCAL" />
|
|
388
|
-
<updated>1663560758277</updated>
|
|
389
|
-
</task>
|
|
390
|
-
<task id="LOCAL-00005" summary="Create input states, styles">
|
|
391
|
-
<created>1663563449843</created>
|
|
392
|
-
<option name="number" value="00005" />
|
|
393
|
-
<option name="presentableId" value="LOCAL-00005" />
|
|
394
|
-
<option name="project" value="LOCAL" />
|
|
395
|
-
<updated>1663563449843</updated>
|
|
47
|
+
<updated>1673283176577</updated>
|
|
48
|
+
<workItem from="1673283177941" duration="620000" />
|
|
396
49
|
</task>
|
|
397
|
-
<task id="LOCAL-00006" summary="Change autocompleted">
|
|
398
|
-
<created>1664958051127</created>
|
|
399
|
-
<option name="number" value="00006" />
|
|
400
|
-
<option name="presentableId" value="LOCAL-00006" />
|
|
401
|
-
<option name="project" value="LOCAL" />
|
|
402
|
-
<updated>1664958051127</updated>
|
|
403
|
-
</task>
|
|
404
|
-
<task id="LOCAL-00007" summary="Pagination done css">
|
|
405
|
-
<created>1665670316264</created>
|
|
406
|
-
<option name="number" value="00007" />
|
|
407
|
-
<option name="presentableId" value="LOCAL-00007" />
|
|
408
|
-
<option name="project" value="LOCAL" />
|
|
409
|
-
<updated>1665670316264</updated>
|
|
410
|
-
</task>
|
|
411
|
-
<task id="LOCAL-00008" summary="checkbox and radio-button done css">
|
|
412
|
-
<created>1665670524309</created>
|
|
413
|
-
<option name="number" value="00008" />
|
|
414
|
-
<option name="presentableId" value="LOCAL-00008" />
|
|
415
|
-
<option name="project" value="LOCAL" />
|
|
416
|
-
<updated>1665670524309</updated>
|
|
417
|
-
</task>
|
|
418
|
-
<task id="LOCAL-00009" summary="start select component style css">
|
|
419
|
-
<created>1665671802790</created>
|
|
420
|
-
<option name="number" value="00009" />
|
|
421
|
-
<option name="presentableId" value="LOCAL-00009" />
|
|
422
|
-
<option name="project" value="LOCAL" />
|
|
423
|
-
<updated>1665671802790</updated>
|
|
424
|
-
</task>
|
|
425
|
-
<task id="LOCAL-00010" summary="Create select component style css">
|
|
426
|
-
<created>1665735805992</created>
|
|
427
|
-
<option name="number" value="00010" />
|
|
428
|
-
<option name="presentableId" value="LOCAL-00010" />
|
|
429
|
-
<option name="project" value="LOCAL" />
|
|
430
|
-
<updated>1665735805995</updated>
|
|
431
|
-
</task>
|
|
432
|
-
<task id="LOCAL-00011" summary="Create autocomplete component style css">
|
|
433
|
-
<created>1665764263504</created>
|
|
434
|
-
<option name="number" value="00011" />
|
|
435
|
-
<option name="presentableId" value="LOCAL-00011" />
|
|
436
|
-
<option name="project" value="LOCAL" />
|
|
437
|
-
<updated>1665764263504</updated>
|
|
438
|
-
</task>
|
|
439
|
-
<task id="LOCAL-00012" summary="Create autocomplete component style css">
|
|
440
|
-
<created>1665764310732</created>
|
|
441
|
-
<option name="number" value="00012" />
|
|
442
|
-
<option name="presentableId" value="LOCAL-00012" />
|
|
443
|
-
<option name="project" value="LOCAL" />
|
|
444
|
-
<updated>1665764310732</updated>
|
|
445
|
-
</task>
|
|
446
|
-
<task id="LOCAL-00013" summary="Create Modal component style css">
|
|
447
|
-
<created>1666023483846</created>
|
|
448
|
-
<option name="number" value="00013" />
|
|
449
|
-
<option name="presentableId" value="LOCAL-00013" />
|
|
450
|
-
<option name="project" value="LOCAL" />
|
|
451
|
-
<updated>1666023483846</updated>
|
|
452
|
-
</task>
|
|
453
|
-
<task id="LOCAL-00014" summary="Create Captcha component style css">
|
|
454
|
-
<created>1666193266747</created>
|
|
455
|
-
<option name="number" value="00014" />
|
|
456
|
-
<option name="presentableId" value="LOCAL-00014" />
|
|
457
|
-
<option name="project" value="LOCAL" />
|
|
458
|
-
<updated>1666193266747</updated>
|
|
459
|
-
</task>
|
|
460
|
-
<task id="LOCAL-00015" summary="Create File component, change global styles">
|
|
461
|
-
<created>1670150022745</created>
|
|
462
|
-
<option name="number" value="00015" />
|
|
463
|
-
<option name="presentableId" value="LOCAL-00015" />
|
|
464
|
-
<option name="project" value="LOCAL" />
|
|
465
|
-
<updated>1670150022745</updated>
|
|
466
|
-
</task>
|
|
467
|
-
<task id="LOCAL-00016" summary="Create File component, change global styles">
|
|
468
|
-
<created>1670150138045</created>
|
|
469
|
-
<option name="number" value="00016" />
|
|
470
|
-
<option name="presentableId" value="LOCAL-00016" />
|
|
471
|
-
<option name="project" value="LOCAL" />
|
|
472
|
-
<updated>1670150138045</updated>
|
|
473
|
-
</task>
|
|
474
|
-
<task id="LOCAL-00017" summary="Create File component, change global styles">
|
|
475
|
-
<created>1670150433772</created>
|
|
476
|
-
<option name="number" value="00017" />
|
|
477
|
-
<option name="presentableId" value="LOCAL-00017" />
|
|
478
|
-
<option name="project" value="LOCAL" />
|
|
479
|
-
<updated>1670150433772</updated>
|
|
480
|
-
</task>
|
|
481
|
-
<task id="LOCAL-00018" summary="change label styles">
|
|
482
|
-
<created>1670155071968</created>
|
|
483
|
-
<option name="number" value="00018" />
|
|
484
|
-
<option name="presentableId" value="LOCAL-00018" />
|
|
485
|
-
<option name="project" value="LOCAL" />
|
|
486
|
-
<updated>1670155071968</updated>
|
|
487
|
-
</task>
|
|
488
|
-
<task id="LOCAL-00019" summary="change styles">
|
|
489
|
-
<created>1670431146648</created>
|
|
490
|
-
<option name="number" value="00019" />
|
|
491
|
-
<option name="presentableId" value="LOCAL-00019" />
|
|
492
|
-
<option name="project" value="LOCAL" />
|
|
493
|
-
<updated>1670431146648</updated>
|
|
494
|
-
</task>
|
|
495
|
-
<task id="LOCAL-00020" summary="change styles">
|
|
496
|
-
<created>1670431192852</created>
|
|
497
|
-
<option name="number" value="00020" />
|
|
498
|
-
<option name="presentableId" value="LOCAL-00020" />
|
|
499
|
-
<option name="project" value="LOCAL" />
|
|
500
|
-
<updated>1670431192852</updated>
|
|
501
|
-
</task>
|
|
502
|
-
<task id="LOCAL-00021" summary="change styles">
|
|
503
|
-
<created>1672134053019</created>
|
|
504
|
-
<option name="number" value="00021" />
|
|
505
|
-
<option name="presentableId" value="LOCAL-00021" />
|
|
506
|
-
<option name="project" value="LOCAL" />
|
|
507
|
-
<updated>1672134053019</updated>
|
|
508
|
-
</task>
|
|
509
|
-
<task id="LOCAL-00022" summary="change styles">
|
|
510
|
-
<created>1672135466544</created>
|
|
511
|
-
<option name="number" value="00022" />
|
|
512
|
-
<option name="presentableId" value="LOCAL-00022" />
|
|
513
|
-
<option name="project" value="LOCAL" />
|
|
514
|
-
<updated>1672135466544</updated>
|
|
515
|
-
</task>
|
|
516
|
-
<option name="localTasksCounter" value="23" />
|
|
517
50
|
<servers />
|
|
518
51
|
</component>
|
|
519
|
-
<component name="TimeTrackingManager">
|
|
520
|
-
<option name="totallyTimeSpent" value="89409000" />
|
|
521
|
-
</component>
|
|
522
|
-
<component name="TodoView">
|
|
523
|
-
<todo-panel id="selected-file">
|
|
524
|
-
<is-autoscroll-to-source value="true" />
|
|
525
|
-
</todo-panel>
|
|
526
|
-
<todo-panel id="all">
|
|
527
|
-
<are-packages-shown value="true" />
|
|
528
|
-
<is-autoscroll-to-source value="true" />
|
|
529
|
-
</todo-panel>
|
|
530
|
-
</component>
|
|
531
|
-
<component name="ToolWindowManager">
|
|
532
|
-
<frame x="-8" y="-8" width="1616" height="876" extended-state="0" />
|
|
533
|
-
<editor active="true" />
|
|
534
|
-
<layout>
|
|
535
|
-
<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" />
|
|
536
|
-
<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" />
|
|
537
|
-
<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" />
|
|
538
|
-
<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" />
|
|
539
|
-
<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" />
|
|
540
|
-
<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" />
|
|
541
|
-
<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" />
|
|
542
|
-
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.410498" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
|
|
543
|
-
<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" />
|
|
544
|
-
<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" />
|
|
545
|
-
<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" />
|
|
546
|
-
<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" />
|
|
547
|
-
<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" />
|
|
548
|
-
<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" />
|
|
549
|
-
<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" />
|
|
550
|
-
<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" />
|
|
551
|
-
<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" />
|
|
552
|
-
<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" />
|
|
553
|
-
<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" />
|
|
554
|
-
<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" />
|
|
555
|
-
<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" />
|
|
556
|
-
<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" />
|
|
557
|
-
<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" />
|
|
558
|
-
<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" />
|
|
559
|
-
<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" />
|
|
560
|
-
<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" />
|
|
561
|
-
<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" />
|
|
562
|
-
<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" />
|
|
563
|
-
<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" />
|
|
564
|
-
</layout>
|
|
565
|
-
<layout-to-restore>
|
|
566
|
-
<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" />
|
|
567
|
-
<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" />
|
|
568
|
-
<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" />
|
|
569
|
-
<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" />
|
|
570
|
-
<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" />
|
|
571
|
-
<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" />
|
|
572
|
-
<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" />
|
|
573
|
-
<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" />
|
|
574
|
-
<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" />
|
|
575
|
-
<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" />
|
|
576
|
-
<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" />
|
|
577
|
-
<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" />
|
|
578
|
-
<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" />
|
|
579
|
-
<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" />
|
|
580
|
-
<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" />
|
|
581
|
-
<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" />
|
|
582
|
-
<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" />
|
|
583
|
-
<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" />
|
|
584
|
-
<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" />
|
|
585
|
-
</layout-to-restore>
|
|
586
|
-
</component>
|
|
587
52
|
<component name="TypeScriptGeneratedFilesManager">
|
|
588
|
-
<option name="
|
|
53
|
+
<option name="version" value="3" />
|
|
589
54
|
</component>
|
|
590
55
|
<component name="Vcs.Log.Tabs.Properties">
|
|
591
56
|
<option name="TAB_STATES">
|
|
592
57
|
<map>
|
|
593
58
|
<entry key="MAIN">
|
|
594
59
|
<value>
|
|
595
|
-
<State
|
|
596
|
-
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
|
597
|
-
<collection />
|
|
598
|
-
</option>
|
|
599
|
-
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
|
600
|
-
<collection />
|
|
601
|
-
</option>
|
|
602
|
-
<option name="COLUMN_ORDER">
|
|
603
|
-
<list>
|
|
604
|
-
<option value="0" />
|
|
605
|
-
<option value="1" />
|
|
606
|
-
<option value="2" />
|
|
607
|
-
<option value="3" />
|
|
608
|
-
</list>
|
|
609
|
-
</option>
|
|
610
|
-
</State>
|
|
60
|
+
<State />
|
|
611
61
|
</value>
|
|
612
62
|
</entry>
|
|
613
63
|
</map>
|
|
614
64
|
</option>
|
|
615
65
|
</component>
|
|
616
|
-
<component name="VcsContentAnnotationSettings">
|
|
617
|
-
<option name="myLimit" value="2678400000" />
|
|
618
|
-
</component>
|
|
619
|
-
<component name="VcsManagerConfiguration">
|
|
620
|
-
<MESSAGE value="Create button states, styles" />
|
|
621
|
-
<MESSAGE value="Create input states, styles" />
|
|
622
|
-
<MESSAGE value="Change autocompleted" />
|
|
623
|
-
<MESSAGE value="Pagination done css" />
|
|
624
|
-
<MESSAGE value="checkbox and radio-button done css" />
|
|
625
|
-
<MESSAGE value="start select component style css" />
|
|
626
|
-
<MESSAGE value="Create select component style css" />
|
|
627
|
-
<MESSAGE value="Create autocomplete component style css" />
|
|
628
|
-
<MESSAGE value="Create Modal component style css" />
|
|
629
|
-
<MESSAGE value="Create Captcha component style css" />
|
|
630
|
-
<MESSAGE value="Create File component, change global styles" />
|
|
631
|
-
<MESSAGE value="change label styles" />
|
|
632
|
-
<MESSAGE value="change styles" />
|
|
633
|
-
<option name="LAST_COMMIT_MESSAGE" value="change styles" />
|
|
634
|
-
</component>
|
|
635
|
-
<component name="WindowStateProjectService">
|
|
636
|
-
<state width="226" height="397" key="Git.Branch.Popup" />
|
|
637
|
-
<state width="226" height="397" key="Git.Branch.Popup/0.0.1600.900" />
|
|
638
|
-
</component>
|
|
639
|
-
<component name="XDebuggerManager">
|
|
640
|
-
<breakpoint-manager />
|
|
641
|
-
<watches-manager />
|
|
642
|
-
</component>
|
|
643
|
-
<component name="editorHistoryManager">
|
|
644
|
-
<entry file="file://$PROJECT_DIR$/src/components/button/button.stories.js">
|
|
645
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
646
|
-
<state relative-caret-position="102">
|
|
647
|
-
<caret line="6" column="2" lean-forward="false" selection-start-line="6" selection-start-column="2" selection-end-line="6" selection-end-column="2" />
|
|
648
|
-
</state>
|
|
649
|
-
</provider>
|
|
650
|
-
</entry>
|
|
651
|
-
<entry file="file://$PROJECT_DIR$/src/components/button/button.module.css">
|
|
652
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
653
|
-
<state relative-caret-position="405">
|
|
654
|
-
<caret line="64" column="1" lean-forward="false" selection-start-line="64" selection-start-column="1" selection-end-line="64" selection-end-column="1" />
|
|
655
|
-
</state>
|
|
656
|
-
</provider>
|
|
657
|
-
</entry>
|
|
658
|
-
<entry file="file://$PROJECT_DIR$/src/components/button/index.js">
|
|
659
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
660
|
-
<state relative-caret-position="-555">
|
|
661
|
-
<caret line="34" column="31" lean-forward="false" selection-start-line="34" selection-start-column="31" selection-end-line="34" selection-end-column="31" />
|
|
662
|
-
</state>
|
|
663
|
-
</provider>
|
|
664
|
-
</entry>
|
|
665
|
-
<entry file="file://$PROJECT_DIR$/src/components/checkbox/checkbox.stories.js">
|
|
666
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
667
|
-
<state relative-caret-position="0">
|
|
668
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
669
|
-
</state>
|
|
670
|
-
</provider>
|
|
671
|
-
</entry>
|
|
672
|
-
<entry file="file://$PROJECT_DIR$/src/components/input/index.js">
|
|
673
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
674
|
-
<state relative-caret-position="-510">
|
|
675
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
676
|
-
</state>
|
|
677
|
-
</provider>
|
|
678
|
-
</entry>
|
|
679
|
-
<entry file="file://$PROJECT_DIR$/rollup.config.js">
|
|
680
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
681
|
-
<state relative-caret-position="374">
|
|
682
|
-
<caret line="25" column="15" lean-forward="true" selection-start-line="25" selection-start-column="15" selection-end-line="25" selection-end-column="15" />
|
|
683
|
-
</state>
|
|
684
|
-
</provider>
|
|
685
|
-
</entry>
|
|
686
|
-
<entry file="file://$PROJECT_DIR$/.storybook/preview.js">
|
|
687
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
688
|
-
<state relative-caret-position="0">
|
|
689
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
690
|
-
</state>
|
|
691
|
-
</provider>
|
|
692
|
-
</entry>
|
|
693
|
-
<entry file="file://$PROJECT_DIR$/.storybook/main.js">
|
|
694
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
695
|
-
<state relative-caret-position="306">
|
|
696
|
-
<caret line="18" column="4" lean-forward="true" selection-start-line="18" selection-start-column="4" selection-end-line="18" selection-end-column="4" />
|
|
697
|
-
</state>
|
|
698
|
-
</provider>
|
|
699
|
-
</entry>
|
|
700
|
-
<entry file="file://$PROJECT_DIR$/dist/index.es.js">
|
|
701
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
702
|
-
<state relative-caret-position="0">
|
|
703
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
704
|
-
</state>
|
|
705
|
-
</provider>
|
|
706
|
-
</entry>
|
|
707
|
-
<entry file="file://$PROJECT_DIR$/.storybook/preview.js">
|
|
708
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
709
|
-
<state relative-caret-position="0">
|
|
710
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
711
|
-
</state>
|
|
712
|
-
</provider>
|
|
713
|
-
</entry>
|
|
714
|
-
<entry file="file://$PROJECT_DIR$/src/components/button/button.module.scss" />
|
|
715
|
-
<entry file="file://$PROJECT_DIR$/src/components/input/input.stories.js">
|
|
716
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
717
|
-
<state relative-caret-position="136">
|
|
718
|
-
<caret line="8" column="31" lean-forward="true" selection-start-line="8" selection-start-column="31" selection-end-line="8" selection-end-column="31" />
|
|
719
|
-
</state>
|
|
720
|
-
</provider>
|
|
721
|
-
</entry>
|
|
722
|
-
<entry file="file://$PROJECT_DIR$/src/components/button/button.stories.js">
|
|
723
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
724
|
-
<state relative-caret-position="136">
|
|
725
|
-
<caret line="8" column="75" lean-forward="false" selection-start-line="8" selection-start-column="75" selection-end-line="8" selection-end-column="75" />
|
|
726
|
-
</state>
|
|
727
|
-
</provider>
|
|
728
|
-
</entry>
|
|
729
|
-
<entry file="file://$PROJECT_DIR$/package.json">
|
|
730
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
731
|
-
<state relative-caret-position="136">
|
|
732
|
-
<caret line="8" column="18" lean-forward="false" selection-start-line="8" selection-start-column="18" selection-end-line="8" selection-end-column="18" />
|
|
733
|
-
<folding />
|
|
734
|
-
</state>
|
|
735
|
-
</provider>
|
|
736
|
-
</entry>
|
|
737
|
-
<entry file="file://$PROJECT_DIR$/src/components/checkbox/index.js">
|
|
738
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
739
|
-
<state relative-caret-position="119">
|
|
740
|
-
<caret line="43" column="50" lean-forward="false" selection-start-line="43" selection-start-column="50" selection-end-line="43" selection-end-column="50" />
|
|
741
|
-
</state>
|
|
742
|
-
</provider>
|
|
743
|
-
</entry>
|
|
744
|
-
<entry file="file://$PROJECT_DIR$/src/components/typography/index.js">
|
|
745
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
746
|
-
<state relative-caret-position="0">
|
|
747
|
-
<caret line="0" column="7" lean-forward="true" selection-start-line="0" selection-start-column="7" selection-end-line="0" selection-end-column="7" />
|
|
748
|
-
</state>
|
|
749
|
-
</provider>
|
|
750
|
-
</entry>
|
|
751
|
-
<entry file="file://$PROJECT_DIR$/src/components/captcha/captcha.stories.js">
|
|
752
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
753
|
-
<state relative-caret-position="0">
|
|
754
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
755
|
-
</state>
|
|
756
|
-
</provider>
|
|
757
|
-
</entry>
|
|
758
|
-
<entry file="file://$PROJECT_DIR$/src/components/modal/index.js">
|
|
759
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
760
|
-
<state relative-caret-position="244">
|
|
761
|
-
<caret line="17" column="53" lean-forward="false" selection-start-line="17" selection-start-column="53" selection-end-line="17" selection-end-column="53" />
|
|
762
|
-
</state>
|
|
763
|
-
</provider>
|
|
764
|
-
</entry>
|
|
765
|
-
<entry file="file://$PROJECT_DIR$/src/components/button/index.js">
|
|
766
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
767
|
-
<state relative-caret-position="507">
|
|
768
|
-
<caret line="88" column="2" lean-forward="false" selection-start-line="88" selection-start-column="2" selection-end-line="88" selection-end-column="2" />
|
|
769
|
-
</state>
|
|
770
|
-
</provider>
|
|
771
|
-
</entry>
|
|
772
|
-
<entry file="file://$PROJECT_DIR$/src/assets_old/icons/demo-files/demo.css">
|
|
773
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
774
|
-
<state relative-caret-position="1224">
|
|
775
|
-
<caret line="72" column="2" lean-forward="false" selection-start-line="72" selection-start-column="2" selection-end-line="72" selection-end-column="2" />
|
|
776
|
-
</state>
|
|
777
|
-
</provider>
|
|
778
|
-
</entry>
|
|
779
|
-
<entry file="file://$PROJECT_DIR$/src/components/captcha/index.js">
|
|
780
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
781
|
-
<state relative-caret-position="-408">
|
|
782
|
-
<caret line="12" column="45" lean-forward="false" selection-start-line="12" selection-start-column="45" selection-end-line="12" selection-end-column="45" />
|
|
783
|
-
</state>
|
|
784
|
-
</provider>
|
|
785
|
-
</entry>
|
|
786
|
-
<entry file="file://$PROJECT_DIR$/src/components/captcha/captcha.module.css">
|
|
787
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
788
|
-
<state relative-caret-position="190">
|
|
789
|
-
<caret line="45" column="12" lean-forward="false" selection-start-line="45" selection-start-column="12" selection-end-line="45" selection-end-column="12" />
|
|
790
|
-
</state>
|
|
791
|
-
</provider>
|
|
792
|
-
</entry>
|
|
793
|
-
<entry file="file://$PROJECT_DIR$/src/components/radio/index.js">
|
|
794
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
795
|
-
<state relative-caret-position="232">
|
|
796
|
-
<caret line="35" column="18" lean-forward="false" selection-start-line="35" selection-start-column="18" selection-end-line="35" selection-end-column="55" />
|
|
797
|
-
</state>
|
|
798
|
-
</provider>
|
|
799
|
-
</entry>
|
|
800
|
-
<entry file="file://$PROJECT_DIR$/src/components/pagination/paginationRange.js">
|
|
801
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
802
|
-
<state relative-caret-position="-759">
|
|
803
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
804
|
-
</state>
|
|
805
|
-
</provider>
|
|
806
|
-
</entry>
|
|
807
|
-
<entry file="file://$PROJECT_DIR$/dist/index.js">
|
|
808
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
809
|
-
<state relative-caret-position="230">
|
|
810
|
-
<caret line="758" column="150" lean-forward="false" selection-start-line="758" selection-start-column="150" selection-end-line="758" selection-end-column="150" />
|
|
811
|
-
</state>
|
|
812
|
-
</provider>
|
|
813
|
-
</entry>
|
|
814
|
-
<entry file="file://$PROJECT_DIR$/src/components/radio/radio.module.css">
|
|
815
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
816
|
-
<state relative-caret-position="499">
|
|
817
|
-
<caret line="40" column="13" lean-forward="false" selection-start-line="40" selection-start-column="13" selection-end-line="40" selection-end-column="13" />
|
|
818
|
-
</state>
|
|
819
|
-
</provider>
|
|
820
|
-
</entry>
|
|
821
|
-
<entry file="file://$PROJECT_DIR$/src/index.js">
|
|
822
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
823
|
-
<state relative-caret-position="0">
|
|
824
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="33" />
|
|
825
|
-
</state>
|
|
826
|
-
</provider>
|
|
827
|
-
</entry>
|
|
828
|
-
<entry file="file://$PROJECT_DIR$/.storybook/main.js">
|
|
829
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
830
|
-
<state relative-caret-position="0">
|
|
831
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="14" />
|
|
832
|
-
</state>
|
|
833
|
-
</provider>
|
|
834
|
-
</entry>
|
|
835
|
-
<entry file="file://$PROJECT_DIR$/src/components/stepper/index.js">
|
|
836
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
837
|
-
<state relative-caret-position="102">
|
|
838
|
-
<caret line="6" column="43" lean-forward="true" selection-start-line="6" selection-start-column="43" selection-end-line="26" selection-end-column="0" />
|
|
839
|
-
</state>
|
|
840
|
-
</provider>
|
|
841
|
-
</entry>
|
|
842
|
-
<entry file="file://$PROJECT_DIR$/src/components/button/button.module.css">
|
|
843
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
844
|
-
<state relative-caret-position="473">
|
|
845
|
-
<caret line="47" column="5" lean-forward="false" selection-start-line="47" selection-start-column="5" selection-end-line="47" selection-end-column="17" />
|
|
846
|
-
</state>
|
|
847
|
-
</provider>
|
|
848
|
-
</entry>
|
|
849
|
-
<entry file="file://$PROJECT_DIR$/src/assets_old/icons/style.css">
|
|
850
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
851
|
-
<state relative-caret-position="463">
|
|
852
|
-
<caret line="30" column="14" lean-forward="false" selection-start-line="30" selection-start-column="14" selection-end-line="30" selection-end-column="19" />
|
|
853
|
-
</state>
|
|
854
|
-
</provider>
|
|
855
|
-
</entry>
|
|
856
|
-
<entry file="file://$PROJECT_DIR$/src/components/select/select.stories.js">
|
|
857
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
858
|
-
<state relative-caret-position="0">
|
|
859
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
860
|
-
</state>
|
|
861
|
-
</provider>
|
|
862
|
-
</entry>
|
|
863
|
-
<entry file="file://$PROJECT_DIR$/src/components/multiselect/multiselect.stories.js">
|
|
864
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
865
|
-
<state relative-caret-position="0">
|
|
866
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
867
|
-
</state>
|
|
868
|
-
</provider>
|
|
869
|
-
</entry>
|
|
870
|
-
<entry file="file://$PROJECT_DIR$/src/components/multiselect/multiselect.module.css">
|
|
871
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
872
|
-
<state relative-caret-position="142">
|
|
873
|
-
<caret line="68" column="48" lean-forward="true" selection-start-line="68" selection-start-column="48" selection-end-line="68" selection-end-column="48" />
|
|
874
|
-
</state>
|
|
875
|
-
</provider>
|
|
876
|
-
</entry>
|
|
877
|
-
<entry file="file://$PROJECT_DIR$/src/components/multiselect/index.js">
|
|
878
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
879
|
-
<state relative-caret-position="289">
|
|
880
|
-
<caret line="20" column="22" lean-forward="false" selection-start-line="20" selection-start-column="22" selection-end-line="20" selection-end-column="62" />
|
|
881
|
-
</state>
|
|
882
|
-
</provider>
|
|
883
|
-
</entry>
|
|
884
|
-
<entry file="file://$PROJECT_DIR$/src/components/autocomplate/autocomplate.module.css">
|
|
885
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
886
|
-
<state relative-caret-position="454">
|
|
887
|
-
<caret line="78" column="19" lean-forward="false" selection-start-line="78" selection-start-column="19" selection-end-line="78" selection-end-column="19" />
|
|
888
|
-
<folding />
|
|
889
|
-
</state>
|
|
890
|
-
</provider>
|
|
891
|
-
</entry>
|
|
892
|
-
<entry file="file://$PROJECT_DIR$/src/components/autocomplate/autocomplate.stories.js">
|
|
893
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
894
|
-
<state relative-caret-position="0">
|
|
895
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
896
|
-
</state>
|
|
897
|
-
</provider>
|
|
898
|
-
</entry>
|
|
899
|
-
<entry file="file://$PROJECT_DIR$/src/components/autocomplate/index.js">
|
|
900
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
901
|
-
<state relative-caret-position="213">
|
|
902
|
-
<caret line="91" column="10" lean-forward="false" selection-start-line="91" selection-start-column="10" selection-end-line="91" selection-end-column="10" />
|
|
903
|
-
</state>
|
|
904
|
-
</provider>
|
|
905
|
-
</entry>
|
|
906
|
-
<entry file="file://$PROJECT_DIR$/src/components/input/index.js">
|
|
907
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
908
|
-
<state relative-caret-position="499">
|
|
909
|
-
<caret line="64" column="8" lean-forward="false" selection-start-line="64" selection-start-column="8" selection-end-line="64" selection-end-column="8" />
|
|
910
|
-
</state>
|
|
911
|
-
</provider>
|
|
912
|
-
</entry>
|
|
913
|
-
<entry file="file://$PROJECT_DIR$/src/components/pagination/index.js">
|
|
914
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
915
|
-
<state relative-caret-position="499">
|
|
916
|
-
<caret line="104" column="18" lean-forward="false" selection-start-line="104" selection-start-column="18" selection-end-line="104" selection-end-column="18" />
|
|
917
|
-
</state>
|
|
918
|
-
</provider>
|
|
919
|
-
</entry>
|
|
920
|
-
<entry file="file://$PROJECT_DIR$/src/components/checkbox/checkbox.module.css">
|
|
921
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
922
|
-
<state relative-caret-position="119">
|
|
923
|
-
<caret line="22" column="16" lean-forward="false" selection-start-line="22" selection-start-column="16" selection-end-line="22" selection-end-column="16" />
|
|
924
|
-
</state>
|
|
925
|
-
</provider>
|
|
926
|
-
</entry>
|
|
927
|
-
<entry file="file://$PROJECT_DIR$/src/components/pagination/pagination.module.css">
|
|
928
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
929
|
-
<state relative-caret-position="374">
|
|
930
|
-
<caret line="34" column="28" lean-forward="false" selection-start-line="34" selection-start-column="28" selection-end-line="34" selection-end-column="28" />
|
|
931
|
-
</state>
|
|
932
|
-
</provider>
|
|
933
|
-
</entry>
|
|
934
|
-
<entry file="file://$PROJECT_DIR$/src/components/file/file.stories.js">
|
|
935
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
936
|
-
<state relative-caret-position="0">
|
|
937
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
938
|
-
</state>
|
|
939
|
-
</provider>
|
|
940
|
-
</entry>
|
|
941
|
-
<entry file="file://$PROJECT_DIR$/src/components/typography/typography.module.css">
|
|
942
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
943
|
-
<state relative-caret-position="765">
|
|
944
|
-
<caret line="45" column="19" lean-forward="false" selection-start-line="45" selection-start-column="19" selection-end-line="45" selection-end-column="19" />
|
|
945
|
-
</state>
|
|
946
|
-
</provider>
|
|
947
|
-
</entry>
|
|
948
|
-
<entry file="file://$PROJECT_DIR$/src/components/stepper/stepper.module.css">
|
|
949
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
950
|
-
<state relative-caret-position="233">
|
|
951
|
-
<caret line="36" column="18" lean-forward="false" selection-start-line="36" selection-start-column="18" selection-end-line="36" selection-end-column="18" />
|
|
952
|
-
</state>
|
|
953
|
-
</provider>
|
|
954
|
-
</entry>
|
|
955
|
-
<entry file="file://$PROJECT_DIR$/src/components/input/input.module.css">
|
|
956
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
957
|
-
<state relative-caret-position="136">
|
|
958
|
-
<caret line="29" column="16" lean-forward="false" selection-start-line="29" selection-start-column="16" selection-end-line="29" selection-end-column="16" />
|
|
959
|
-
</state>
|
|
960
|
-
</provider>
|
|
961
|
-
</entry>
|
|
962
|
-
<entry file="file://$PROJECT_DIR$/src/components/select/select.module.css">
|
|
963
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
964
|
-
<state relative-caret-position="119">
|
|
965
|
-
<caret line="79" column="19" lean-forward="false" selection-start-line="79" selection-start-column="19" selection-end-line="79" selection-end-column="19" />
|
|
966
|
-
</state>
|
|
967
|
-
</provider>
|
|
968
|
-
</entry>
|
|
969
|
-
<entry file="file://$PROJECT_DIR$/src/components/select/index.js">
|
|
970
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
971
|
-
<state relative-caret-position="313">
|
|
972
|
-
<caret line="90" column="44" lean-forward="false" selection-start-line="90" selection-start-column="44" selection-end-line="90" selection-end-column="44" />
|
|
973
|
-
</state>
|
|
974
|
-
</provider>
|
|
975
|
-
</entry>
|
|
976
|
-
<entry file="file://$PROJECT_DIR$/src/components/file/index.js">
|
|
977
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
978
|
-
<state relative-caret-position="266">
|
|
979
|
-
<caret line="71" column="44" lean-forward="false" selection-start-line="71" selection-start-column="44" selection-end-line="71" selection-end-column="63" />
|
|
980
|
-
</state>
|
|
981
|
-
</provider>
|
|
982
|
-
</entry>
|
|
983
|
-
<entry file="file://$PROJECT_DIR$/src/components/file/file.module.css">
|
|
984
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
985
|
-
<state relative-caret-position="284">
|
|
986
|
-
<caret line="120" column="6" lean-forward="false" selection-start-line="120" selection-start-column="6" selection-end-line="120" selection-end-column="6" />
|
|
987
|
-
<folding />
|
|
988
|
-
</state>
|
|
989
|
-
</provider>
|
|
990
|
-
</entry>
|
|
991
|
-
<entry file="file://$PROJECT_DIR$/src/components/modal/modal.module.css">
|
|
992
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
993
|
-
<state relative-caret-position="204">
|
|
994
|
-
<caret line="12" column="27" lean-forward="false" selection-start-line="12" selection-start-column="27" selection-end-line="12" selection-end-column="27" />
|
|
995
|
-
<folding />
|
|
996
|
-
</state>
|
|
997
|
-
</provider>
|
|
998
|
-
</entry>
|
|
999
|
-
</component>
|
|
1000
66
|
</project>
|