qcobjects-sdk 2.4.54 → 2.4.55

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/VERSION CHANGED
@@ -1 +1 @@
1
- 2.4.54
1
+ 2.4.55
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qcobjects-sdk",
3
- "version": "2.4.54",
3
+ "version": "2.4.55",
4
4
  "description": "QCObjects SDK is a set of Controllers, Views and Components that are elementary and useful to assist developers to build applications under MVC patterns using QCObjects, Cross Browser Javascript Framework for MVC Patterns",
5
5
  "main": "src/index.cjs",
6
6
  "module": "src/index.mjs",
@@ -100,15 +100,27 @@
100
100
 
101
101
  var _relative_path_ = "qcobjects-sdk/src/js/";
102
102
  _imports_ = [
103
- Import(_relative_path_ + "org.qcobjects.models", function () {}, external),
104
- Import(_relative_path_ + "org.qcobjects.components", function () {}, external),
105
- Import(_relative_path_ + "org.qcobjects.controllers", function () {}, external),
106
- Import(_relative_path_ + "org.qcobjects.views", function () {}, external),
107
- Import(_relative_path_ + "org.qcobjects.effects", function () {}, external),
108
- Import(_relative_path_ + "org.qcobjects.tools.canvas", function () {}, external),
109
- Import(_relative_path_ + "org.qcobjects.tools.layouts", function () {}, external),
110
- Import(_relative_path_ + "org.qcobjects.cloud.auth.session.usertoken", function () {}, external),
111
- Import(_relative_path_ + "org.qcobjects.cloud.auth.session.data", function () {}, external)
103
+ Import(_relative_path_ +"org.qcobjects.i18n_messages", function () {}, external),
104
+ Import(_relative_path_ +"org.qcobjects.models", function () {}, external),
105
+ Import(_relative_path_ +"org.qcobjects.components", function () {}, external),
106
+ Import(_relative_path_ +"org.qcobjects.components.grid", function () {}, external),
107
+ Import(_relative_path_ +"org.qcobjects.components.list", function () {}, external),
108
+ Import(_relative_path_ +"org.qcobjects.components.slider", function () {}, external),
109
+ Import(_relative_path_ +"org.qcobjects.components.notifications", function () {}, external),
110
+ Import(_relative_path_ +"org.qcobjects.components.splashscreen", function () {}, external),
111
+ Import(_relative_path_ +"org.qcobjects.controllers", function () {}, external),
112
+ Import(_relative_path_ +"org.qcobjects.controllers.grid", function () {}, external),
113
+ Import(_relative_path_ +"org.qcobjects.controllers.list", function () {}, external),
114
+ Import(_relative_path_ +"org.qcobjects.controllers.slider", function () {}, external),
115
+ Import(_relative_path_ +"org.qcobjects.controllers.form", function () {}, external),
116
+ Import(_relative_path_ +"org.qcobjects.controllers.swagger", function () {}, external),
117
+ Import(_relative_path_ +"org.qcobjects.effects", function () {}, external),
118
+ Import(_relative_path_ +"org.qcobjects.modal.controllers", function () {}, external),
119
+ Import(_relative_path_ +"org.qcobjects.views", function () {}, external),
120
+ Import(_relative_path_ +"org.qcobjects.tools.canvas", function () {}, external),
121
+ Import(_relative_path_ +"org.qcobjects.tools.layouts", function () {}, external),
122
+ Import(_relative_path_ +"org.qcobjects.cloud.auth.session.usertoken", function () {}, external),
123
+ Import(_relative_path_ +"org.qcobjects.cloud.auth.session.data", function () {}, external)
112
124
  ];
113
125
 
114
126