@manticore-labs/ng-api 0.0.71 → 0.0.72
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/workspace.xml
CHANGED
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
<file pinned="false" current-in-tab="false">
|
|
48
48
|
<entry file="file://$PROJECT_DIR$/src/lib/clases/formulario-modal.ts">
|
|
49
49
|
<provider selected="true" editor-type-id="text-editor">
|
|
50
|
-
<state relative-caret-position="
|
|
51
|
-
<caret line="
|
|
50
|
+
<state relative-caret-position="279">
|
|
51
|
+
<caret line="20" column="29" selection-start-line="20" selection-start-column="29" selection-end-line="20" selection-end-column="29" />
|
|
52
52
|
<folding>
|
|
53
53
|
<element signature="e#0#55#0" expanded="true" />
|
|
54
54
|
</folding>
|
|
@@ -236,18 +236,18 @@
|
|
|
236
236
|
<workItem from="1568167423882" duration="3020000" />
|
|
237
237
|
<workItem from="1568229017882" duration="20000" />
|
|
238
238
|
<workItem from="1568249108824" duration="100000" />
|
|
239
|
-
<workItem from="1568348409552" duration="
|
|
239
|
+
<workItem from="1568348409552" duration="2089000" />
|
|
240
240
|
</task>
|
|
241
241
|
<servers />
|
|
242
242
|
</component>
|
|
243
243
|
<component name="TimeTrackingManager">
|
|
244
|
-
<option name="totallyTimeSpent" value="
|
|
244
|
+
<option name="totallyTimeSpent" value="13379000" />
|
|
245
245
|
</component>
|
|
246
246
|
<component name="ToolWindowManager">
|
|
247
247
|
<frame x="0" y="0" width="1680" height="1050" extended-state="6" />
|
|
248
248
|
<editor active="true" />
|
|
249
249
|
<layout>
|
|
250
|
-
<window_info
|
|
250
|
+
<window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.35322484" />
|
|
251
251
|
<window_info id="Structure" order="1" weight="0.25" />
|
|
252
252
|
<window_info id="npm" order="2" side_tool="true" />
|
|
253
253
|
<window_info id="Favorites" order="3" side_tool="true" />
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
<window_info anchor="bottom" id="Event Log" order="8" side_tool="true" />
|
|
263
263
|
<window_info anchor="bottom" id="NativeScript" order="9" />
|
|
264
264
|
<window_info anchor="bottom" id="Version Control" order="10" />
|
|
265
|
-
<window_info anchor="bottom" id="Terminal" order="11" visible="true" weight="0.47821575" />
|
|
265
|
+
<window_info active="true" anchor="bottom" id="Terminal" order="11" visible="true" weight="0.47821575" />
|
|
266
266
|
<window_info anchor="bottom" id="Docker" order="12" show_stripe_button="false" />
|
|
267
267
|
<window_info anchor="bottom" id="TypeScript" order="13" />
|
|
268
268
|
<window_info anchor="right" id="Commander" order="0" weight="0.4" />
|
|
@@ -511,8 +511,8 @@
|
|
|
511
511
|
</entry>
|
|
512
512
|
<entry file="file://$PROJECT_DIR$/src/lib/clases/formulario-modal.ts">
|
|
513
513
|
<provider selected="true" editor-type-id="text-editor">
|
|
514
|
-
<state relative-caret-position="
|
|
515
|
-
<caret line="
|
|
514
|
+
<state relative-caret-position="279">
|
|
515
|
+
<caret line="20" column="29" selection-start-line="20" selection-start-column="29" selection-end-line="20" selection-end-column="29" />
|
|
516
516
|
<folding>
|
|
517
517
|
<element signature="e#0#55#0" expanded="true" />
|
|
518
518
|
</folding>
|
|
@@ -16,7 +16,7 @@ var FormularioModal = /** @class */ (function () {
|
|
|
16
16
|
this.toasterService = toasterService;
|
|
17
17
|
this.registro = registro;
|
|
18
18
|
this.formularioValido = false;
|
|
19
|
-
this.toasterTitulo = '
|
|
19
|
+
this.toasterTitulo = 'Éxito';
|
|
20
20
|
this.toasterDescripcion = 'Registro creado';
|
|
21
21
|
this.toasterTituloError = 'Error';
|
|
22
22
|
this.toasterDescripcionError = 'Revisa tu conexión o inténtalo más tarde.';
|
|
@@ -16,7 +16,7 @@ var FormularioModal = /** @class */ (function () {
|
|
|
16
16
|
this.toasterService = toasterService;
|
|
17
17
|
this.registro = registro;
|
|
18
18
|
this.formularioValido = false;
|
|
19
|
-
this.toasterTitulo = '
|
|
19
|
+
this.toasterTitulo = 'Éxito';
|
|
20
20
|
this.toasterDescripcion = 'Registro creado';
|
|
21
21
|
this.toasterTituloError = 'Error';
|
|
22
22
|
this.toasterDescripcionError = 'Revisa tu conexión o inténtalo más tarde.';
|