eservices-core 1.0.361 → 1.0.362

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -67,7 +67,7 @@ export interface InterfaceUserPopupRecordRow {
67
67
  export interface LabelForm {
68
68
  title: string;
69
69
  icon?: string;
70
- type?: 'error' | 'warning' | 'correct';
70
+ type?: 'error' | 'warning' | 'correct' | 'inactive';
71
71
  }
72
72
  export interface CodeEntity {
73
73
  code: string;
@@ -105,7 +105,7 @@ export { ApplicationManager, NotificationSystem,
105
105
  /**
106
106
  * Some classes, test: 22.03.2022
107
107
  * */
108
- Table, Form, CoreError, List, ProcessWrap, ListCell };
108
+ Table, CoreError, List, ProcessWrap, ListCell };
109
109
  export { fileService, processWizardService, viewService, authService, dataService, communicationService, metadataService };
110
110
  export { WidgetNotificationSystem, WidgetForm, ModalValidation, WidgetTable, WidgetTableController, WidgetSpinner, WidgetBreadcrumbs, WidgetCommunication, WidgetList, WidgetSection, WidgetImage, WidgetButton };
111
111
  declare const utils: {
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * eservices-core v1.0.361
2
+ * eservices-core v1.0.362
3
3
  * (c) 2022 ESERVICES
4
4
  */
5
5
  'use strict';
@@ -1345,7 +1345,7 @@ var script$M = /*#__PURE__*/ vue.defineComponent({
1345
1345
  }
1346
1346
  });
1347
1347
 
1348
- var css_248z$I = "\n.form-titles[data-v-2673c95f]{\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: center;\n}\n.form-label[data-v-2673c95f]{\r\n display: flex;\r\n gap: 10px;\r\n padding: 4px 7px;\r\n\r\n align-items: center;\n}\n.form-container-label[data-v-2673c95f]{\r\n margin: 0 0 0 6px;\n}\n.form-info[data-v-2673c95f]{\r\n color: #828282;\n}\n.form-label[data-v-2673c95f]{\r\n background-color: #FF6262;\r\n color: white;\r\n border-radius: 4px;\n}\n.form-title[data-v-2673c95f] {\r\n font-weight: bold;\r\n font-size: 18px;\r\n line-height: 25px;\n}\n.form-label__title[data-v-2673c95f]{\r\n margin: 0;\r\n line-height: 16px;\n}\n.form-label__icon[data-v-2673c95f]{\r\n height: 16px;\r\n font-size: 16px;\n}\r\n";
1348
+ var css_248z$I = "\n.form-titles[data-v-2673c95f]{\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: center;\n}\n.form-label[data-v-2673c95f]{\r\n display: flex;\r\n gap: 10px;\r\n padding: 4px 7px;\r\n\r\n align-items: center;\n}\n.form-container-label[data-v-2673c95f]{\r\n margin: 0 0 0 6px;\n}\n.form-info[data-v-2673c95f]{\r\n color: #828282;\n}\n.form-label[data-v-2673c95f]{\r\n background-color: #FF6262;\r\n color: white;\r\n border-radius: 4px;\n}\n.form-title[data-v-2673c95f] {\r\n font-weight: bold;\r\n font-size: 18px;\r\n line-height: 25px;\n}\n.form-label__title[data-v-2673c95f]{\r\n margin: 0;\r\n line-height: 16px;\n}\n.form-label__icon[data-v-2673c95f]{\r\n height: 16px;\r\n font-size: 16px;\n}\n.form-label_inactive[data-v-2673c95f]{\r\n\t\tbackground-color: gray;\n}\n.form-label_correct[data-v-2673c95f] {\r\n\t\tbackground-color: green;\n}\n.form-label_warning[data-v-2673c95f] {\r\n\t\tbackground-color: yellow;\n}\n.form-label_error[data-v-2673c95f] {\r\n\t\tbackground-color: #FF6262;\n}\r\n";
1349
1349
  styleInject(css_248z$I);
1350
1350
 
1351
1351
  script$M.__scopeId = "data-v-2673c95f";
@@ -3167,7 +3167,7 @@ var script$z = /*#__PURE__*/ vue.defineComponent({
3167
3167
  }
3168
3168
  });
3169
3169
 
3170
- var css_248z$v = "\n.widget-list[data-v-929a676c]{\r\n border-collapse: collapse;\r\n table-layout: fixed;\n}\n.widget-list-cell[data-v-929a676c]:nth-child(2n){\r\n background-color: #F3F4FC;\n}\r\n\r\n";
3170
+ var css_248z$v = "\n.widget-list[data-v-929a676c]{\r\n\t\tmin-width: 100%;\r\n border-collapse: collapse;\r\n table-layout: fixed;\n}\n.widget-list-cell[data-v-929a676c]:nth-child(2n){\r\n background-color: #F3F4FC;\n}\r\n\r\n";
3171
3171
  styleInject(css_248z$v);
3172
3172
 
3173
3173
  script$z.__scopeId = "data-v-929a676c";
@@ -6113,7 +6113,6 @@ var index = {
6113
6113
 
6114
6114
  exports.ApplicationManager = ApplicationManager;
6115
6115
  exports.CoreError = CoreError;
6116
- exports.Form = Form;
6117
6116
  exports.InterfaceContainer = script;
6118
6117
  exports.List = List;
6119
6118
  exports.ModalValidation = script$b;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eservices-core",
3
- "version": "1.0.361",
3
+ "version": "1.0.362",
4
4
  "description": "----",
5
5
  "author": "",
6
6
  "scripts": {