gina 0.1.3-alpha.1 → 0.1.4-alpha.2

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.
Files changed (301) hide show
  1. package/framework/v0.1.4-alpha.2/VERSION +1 -0
  2. package/framework/v0.1.4-alpha.2/core/asset/plugin/dist/vendor/gina/css/gina.min.css.map +1 -0
  3. package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/asset/plugin/dist/vendor/gina/js/gina.js +35 -1
  4. package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/asset/plugin/dist/vendor/gina/js/gina.min.js +5 -5
  5. package/framework/v0.1.4-alpha.2/core/asset/plugin/dist/vendor/gina/js/gina.min.js.map +8 -0
  6. package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.map +2 -2
  7. package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/config.js +8 -4
  8. package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/gna.js +35 -53
  9. package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/boilerplate/bundle/index.js +8 -5
  10. package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/merge/README.md +1 -1
  11. package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/merge/src/main.js +6 -1
  12. package/package.json +2 -2
  13. package/utils/helper.js +5 -2
  14. package/framework/v0.1.3-alpha.1/VERSION +0 -1
  15. package/framework/v0.1.3-alpha.1/core/asset/plugin/dist/vendor/gina/css/gina.min.css.map +0 -1
  16. package/framework/v0.1.3-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.min.js.map +0 -8
  17. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/AUTHORS +0 -0
  18. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/LICENSE +0 -0
  19. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/asset/html/nolayout.html +0 -0
  20. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/asset/html/static.html +0 -0
  21. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/asset/img/android-chrome-192x192.png +0 -0
  22. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/asset/img/android-chrome-512x512.png +0 -0
  23. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/asset/img/apple-touch-icon.png +0 -0
  24. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/asset/img/favicon-16x16.png +0 -0
  25. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/asset/img/favicon-32x32.png +0 -0
  26. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/asset/img/favicon.ico +0 -0
  27. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/asset/plugin/README.md +0 -0
  28. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/asset/plugin/dist/vendor/gina/css/gina.min.css +0 -0
  29. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/asset/plugin/dist/vendor/gina/html/toolbar.html +0 -0
  30. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +0 -0
  31. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/asset/plugin/uuid.json +0 -0
  32. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/connectors/couchbase/index.js +0 -0
  33. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/connectors/couchbase/lib/connector.js +0 -0
  34. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/connectors/couchbase/lib/connector.v2.js +0 -0
  35. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/connectors/couchbase/lib/connector.v3.js +0 -0
  36. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/connectors/couchbase/lib/connector.v4.js +0 -0
  37. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/connectors/couchbase/lib/n1ql.js +0 -0
  38. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/connectors/couchbase/lib/session-store.js +0 -0
  39. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/connectors/couchbase/lib/session-store.v2.js +0 -0
  40. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/connectors/couchbase/lib/session-store.v3.js +0 -0
  41. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/connectors/couchbase/lib/session-store.v4.js +0 -0
  42. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/controller/controller.framework.js +0 -0
  43. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/controller/controller.js +0 -0
  44. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/controller/index.js +0 -0
  45. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/deps/busboy/.travis.yml +0 -0
  46. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/deps/busboy/LICENSE +0 -0
  47. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/deps/busboy/README.md +0 -0
  48. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/deps/busboy/deps/encoding/encoding-indexes.js +0 -0
  49. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/deps/busboy/deps/encoding/encoding.js +0 -0
  50. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/deps/busboy/lib/main.js +0 -0
  51. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/deps/busboy/lib/types/multipart.js +0 -0
  52. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/deps/busboy/lib/types/urlencoded.js +0 -0
  53. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/deps/busboy/lib/utils.js +0 -0
  54. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/deps/busboy/package.json +0 -0
  55. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/deps/swig-client/swig-2.0.0.min.js +0 -0
  56. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/dev/index.js +0 -0
  57. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/dev/lib/class.js +0 -0
  58. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/dev/lib/factory.js +0 -0
  59. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/dev/lib/tools.js +0 -0
  60. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/locales/README.md +0 -0
  61. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/locales/currency.json +0 -0
  62. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/locales/dist/language/en.json +0 -0
  63. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/locales/dist/language/fr.json +0 -0
  64. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/locales/dist/region/en.json +0 -0
  65. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/locales/dist/region/fr.json +0 -0
  66. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/locales/index.js +0 -0
  67. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/locales/src/make.js +0 -0
  68. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/locales/src/resources/currency.csv +0 -0
  69. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/locales/src/resources/region.csv +0 -0
  70. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/locales/src/resources/region.mapping.json +0 -0
  71. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/mime.types +0 -0
  72. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/model/entity.js +0 -0
  73. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/model/index.js +0 -0
  74. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/model/template/entityFactory.js +0 -0
  75. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/model/template/index.js +0 -0
  76. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/plugins/README.md +0 -0
  77. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/plugins/index.js +0 -0
  78. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/plugins/lib/file/README.md +0 -0
  79. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/plugins/lib/file/build.json +0 -0
  80. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/plugins/lib/file/package.json +0 -0
  81. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/plugins/lib/intl/README.md +0 -0
  82. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/plugins/lib/intl/build.json +0 -0
  83. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/plugins/lib/intl/package.json +0 -0
  84. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/plugins/lib/intl/src/main.js +0 -0
  85. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/plugins/lib/storage/README.md +0 -0
  86. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/plugins/lib/storage/build.json +0 -0
  87. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/plugins/lib/storage/package.json +0 -0
  88. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/plugins/lib/storage/src/main.js +0 -0
  89. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/plugins/lib/validator/README.md +0 -0
  90. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/plugins/lib/validator/build.json +0 -0
  91. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/plugins/lib/validator/package.json +0 -0
  92. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/plugins/lib/validator/src/form-validator.js +0 -0
  93. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/plugins/lib/validator/src/main.js +0 -0
  94. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/router.js +0 -0
  95. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/server.express.js +0 -0
  96. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/server.isaac.js +0 -0
  97. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/server.js +0 -0
  98. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/status.codes +0 -0
  99. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/boilerplate/bundle/config/app.json +0 -0
  100. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/boilerplate/bundle/config/routing.json +0 -0
  101. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/boilerplate/bundle/config/settings.json +0 -0
  102. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/boilerplate/bundle/config/settings.server.json +0 -0
  103. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/boilerplate/bundle/config/templates.json +0 -0
  104. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/boilerplate/bundle/controllers/controller.content.js +0 -0
  105. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/boilerplate/bundle/controllers/controller.js +0 -0
  106. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/boilerplate/bundle/controllers/setup.js +0 -0
  107. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/boilerplate/bundle_namespace/controllers/controller.js +0 -0
  108. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/boilerplate/bundle_public/css/default.css +0 -0
  109. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/boilerplate/bundle_public/css/vendor/readme.md +0 -0
  110. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/boilerplate/bundle_public/favicon.ico +0 -0
  111. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/boilerplate/bundle_public/js/vendor/readme.md +0 -0
  112. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/boilerplate/bundle_public/readme.md +0 -0
  113. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/boilerplate/bundle_templates/handlers/main.js +0 -0
  114. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/boilerplate/bundle_templates/html/content/homepage.html +0 -0
  115. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/boilerplate/bundle_templates/html/includes/error-msg-noscript.html +0 -0
  116. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/boilerplate/bundle_templates/html/includes/error-msg-outdated-browser.html +0 -0
  117. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/boilerplate/bundle_templates/html/layouts/main.html +0 -0
  118. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/command/gina.bat.tpl +0 -0
  119. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/command/gina.tpl +0 -0
  120. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/conf/env.json +0 -0
  121. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/conf/manifest.json +0 -0
  122. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/conf/package.json +0 -0
  123. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/conf/settings.json +0 -0
  124. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/conf/statics.json +0 -0
  125. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/conf/templates.json +0 -0
  126. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/error/client/json/401.json +0 -0
  127. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/error/client/json/403.json +0 -0
  128. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/error/client/json/404.json +0 -0
  129. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/error/server/html/50x.html +0 -0
  130. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/error/server/json/500.json +0 -0
  131. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/error/server/json/503.json +0 -0
  132. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/core/template/extensions/logger/config.json +0 -0
  133. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/helpers/console.js +0 -0
  134. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/helpers/context.js +0 -0
  135. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/helpers/data/LICENSE +0 -0
  136. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/helpers/data/README.md +0 -0
  137. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/helpers/data/package.json +0 -0
  138. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/helpers/data/src/main.js +0 -0
  139. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/helpers/dateFormat.js +0 -0
  140. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/helpers/index.js +0 -0
  141. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/helpers/json/LICENSE +0 -0
  142. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/helpers/json/README.md +0 -0
  143. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/helpers/json/package.json +0 -0
  144. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/helpers/json/src/main.js +0 -0
  145. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/helpers/path.js +0 -0
  146. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/helpers/plugins/README.md +0 -0
  147. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/helpers/plugins/package.json +0 -0
  148. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/helpers/plugins/src/api-error.js +0 -0
  149. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/helpers/plugins/src/main.js +0 -0
  150. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/helpers/prototypes.js +0 -0
  151. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/helpers/task.js +0 -0
  152. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/helpers/text.js +0 -0
  153. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/archiver/README.md +0 -0
  154. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/archiver/build.json +0 -0
  155. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/archiver/package.json +0 -0
  156. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/archiver/src/dep/jszip.min.js +0 -0
  157. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/archiver/src/main.js +0 -0
  158. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/aliases.json +0 -0
  159. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/bundle/add.js +0 -0
  160. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/bundle/arguments.json +0 -0
  161. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/bundle/copy.js +0 -0
  162. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/bundle/cp.js +0 -0
  163. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/bundle/help.js +0 -0
  164. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/bundle/help.txt +0 -0
  165. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/bundle/list.js +0 -0
  166. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/bundle/remove.js +0 -0
  167. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/bundle/rename.js +0 -0
  168. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/bundle/restart.js +0 -0
  169. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/bundle/rm.js +0 -0
  170. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/bundle/start.js +0 -0
  171. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/bundle/status.js +0 -0
  172. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/bundle/stop.js +0 -0
  173. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/env/add.js +0 -0
  174. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/env/get.js +0 -0
  175. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/env/help.js +0 -0
  176. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/env/help.txt +0 -0
  177. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/env/link-dev.js +0 -0
  178. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/env/list.js +0 -0
  179. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/env/remove.js +0 -0
  180. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/env/rm.js +0 -0
  181. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/env/set.js +0 -0
  182. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/env/unset.js +0 -0
  183. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/env/use.js +0 -0
  184. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/framework/build.js +0 -0
  185. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/framework/dot.js +0 -0
  186. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/framework/get.js +0 -0
  187. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/framework/help.js +0 -0
  188. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/framework/help.txt +0 -0
  189. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/framework/init.js +0 -0
  190. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/framework/link-node-modules.js +0 -0
  191. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/framework/link.js +0 -0
  192. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/framework/msg.json +0 -0
  193. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/framework/open.js +0 -0
  194. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/framework/restart.js +0 -0
  195. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/framework/set.js +0 -0
  196. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/framework/start.js +0 -0
  197. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/framework/status.js +0 -0
  198. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/framework/stop.js +0 -0
  199. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/framework/tail.js +0 -0
  200. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/framework/update.js +0 -0
  201. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/framework/version.js +0 -0
  202. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/gina-dev.1.md +0 -0
  203. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/gina-framework.1.md +0 -0
  204. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/gina.1.md +0 -0
  205. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/helper.js +0 -0
  206. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/index.js +0 -0
  207. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/msg.json +0 -0
  208. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/port/help.js +0 -0
  209. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/port/help.txt +0 -0
  210. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/port/inc/scan.js +0 -0
  211. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/port/list.js +0 -0
  212. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/port/reset.js +0 -0
  213. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/port/set.js +0 -0
  214. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/project/add.js +0 -0
  215. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/project/arguments.json +0 -0
  216. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/project/build.js +0 -0
  217. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/project/help.js +0 -0
  218. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/project/help.txt +0 -0
  219. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/project/import.js +0 -0
  220. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/project/list.js +0 -0
  221. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/project/move.js +0 -0
  222. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/project/remove.js +0 -0
  223. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/project/rename.js +0 -0
  224. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/project/restart.js +0 -0
  225. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/project/rm.js +0 -0
  226. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/project/start.js +0 -0
  227. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/project/status.js +0 -0
  228. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/project/stop.js +0 -0
  229. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/protocol/help.js +0 -0
  230. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/protocol/help.txt +0 -0
  231. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/protocol/list.js +0 -0
  232. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/protocol/set.js +0 -0
  233. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/scope/add.js +0 -0
  234. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/scope/help.js +0 -0
  235. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/scope/help.txt +0 -0
  236. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/scope/link-local.js +0 -0
  237. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/scope/link-production.js +0 -0
  238. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/scope/list.js +0 -0
  239. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/scope/remove.js +0 -0
  240. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/scope/rm.js +0 -0
  241. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/scope/use.js +0 -0
  242. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cmd/view/add.js +0 -0
  243. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/collection/README.md +0 -0
  244. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/collection/build.json +0 -0
  245. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/collection/package.json +0 -0
  246. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/collection/src/main.js +0 -0
  247. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/config.js +0 -0
  248. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cron/README.md +0 -0
  249. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cron/package.json +0 -0
  250. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/cron/src/main.js +0 -0
  251. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/domain/LICENSE +0 -0
  252. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/domain/README.md +0 -0
  253. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/domain/dist/public_suffix_list.dat +0 -0
  254. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/domain/exemples/backend.js +0 -0
  255. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/domain/exemples/frontend.html +0 -0
  256. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/domain/package.json +0 -0
  257. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/domain/src/main.js +0 -0
  258. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/generator/index.js +0 -0
  259. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/index.js +0 -0
  260. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/inherits/LICENSE +0 -0
  261. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/inherits/README.md +0 -0
  262. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/inherits/example/inheriting_eventemitter.js +0 -0
  263. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/inherits/example/protected_inheritance.js +0 -0
  264. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/inherits/example/simple_inheritance.js +0 -0
  265. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/inherits/example/super_attribute_overridden_by_child_on_init.js +0 -0
  266. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/inherits/package.json +0 -0
  267. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/inherits/src/main.js +0 -0
  268. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/logger/README.md +0 -0
  269. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/logger/package.json +0 -0
  270. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/logger/src/containers/default/index.js +0 -0
  271. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/logger/src/containers/file/index.js +0 -0
  272. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/logger/src/containers/file/lib/logrotator/README.md +0 -0
  273. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/logger/src/containers/file/lib/logrotator/index.js +0 -0
  274. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/logger/src/containers/mq/index.js +0 -0
  275. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/logger/src/containers/mq/listener.js +0 -0
  276. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/logger/src/containers/mq/speaker.js +0 -0
  277. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/logger/src/helper.js +0 -0
  278. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/logger/src/main.js +0 -0
  279. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/math/index.js +0 -0
  280. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/merge/example/merge.js +0 -0
  281. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/merge/example/merge_2_literal objects.js +0 -0
  282. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/merge/example/merge_and_preserve_first.js +0 -0
  283. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/merge/package.json +0 -0
  284. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/model.js +0 -0
  285. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/proc.js +0 -0
  286. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/routing/README.md +0 -0
  287. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/routing/build.json +0 -0
  288. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/routing/package.json +0 -0
  289. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/routing/src/main.js +0 -0
  290. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/session-store.js +0 -0
  291. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/shell.js +0 -0
  292. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/swig-filters/README.md +0 -0
  293. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/swig-filters/package.json +0 -0
  294. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/swig-filters/src/main.js +0 -0
  295. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/url/README.md +0 -0
  296. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/url/index.js +0 -0
  297. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/url/mocks.json +0 -0
  298. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/url/routing.json +0 -0
  299. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/url/test.js +0 -0
  300. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/lib/validator.js +0 -0
  301. /package/framework/{v0.1.3-alpha.1 → v0.1.4-alpha.2}/package.json +0 -0
@@ -0,0 +1 @@
1
+ 0.1.4-alpha.2
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"/usr/local/lib/node_modules/gina/framework/v0.1.4-alpha.2/core/asset/plugin/dist/vendor/gina/css/gina.min.css","sourcesContent":[]}
@@ -2448,6 +2448,9 @@ function Merge() {
2448
2448
  // means that we are trying to replace with an empty array/collection
2449
2449
  // this does not make any sense, so we just return the target as if the merge had no effect
2450
2450
  // DO NOT CHANGE THIS, it affects gina merging config
2451
+ if ( /^true$/i.test(override) ) {
2452
+ return options
2453
+ }
2451
2454
  return target;
2452
2455
  }
2453
2456
  return options;
@@ -2537,7 +2540,9 @@ function Merge() {
2537
2540
  return newTarget;
2538
2541
 
2539
2542
 
2540
- } else { // normal case `arrays`
2543
+ }
2544
+ // normal case `arrays`
2545
+ else {
2541
2546
  a = 0;
2542
2547
  // in case there is no keyComparison in options[*].props
2543
2548
  var localKeyComparison = null, ownPropertyNames = null;
@@ -21998,7 +22003,36 @@ for (var t = 0, len = tags.length; t < len; ++t) {
21998
22003
  'webroot' : '{{ page.environment.webroot }}',
21999
22004
  };
22000
22005
 
22006
+ if ( typeof(getTimeout) == 'undefined' ) {
22007
+ /**
22008
+ * getTimeout
22009
+ * Get session timeout
22010
+ *
22011
+ * @param {object} _this - `gina.session`
22012
+ *
22013
+ * @returns {date} extpiresAt
22014
+ */
22015
+ var getTimeout = function(_this) {
22016
+ if (!_this['lastModified']) {
22017
+ return null;
22018
+ }
22019
+ if ( _this['lastModified'] && typeof(_this['lastModified']) == 'string' ) {
22020
+ _this['lastModified'] = new Date(_this['lastModified']);
22021
+ }
22022
+ if ( _this['createdAt'] && typeof(_this['createdAt']) == 'string' ) {
22023
+ _this['createdAt'] = new Date(_this['createdAt']);
22024
+ }
22025
+ if ( _this['originalTimeout'] && typeof(_this['originalTimeout']) == 'string' ) {
22026
+ _this['originalTimeout'] = parseInt(_this['originalTimeout']);
22027
+ }
22028
+ _this['expiresAt'] = new Date(new Date(_this['lastModified']).getTime() + _this['originalTimeout'])
22029
+
22030
+ return _this['expiresAt'] - new Date();
22031
+ }
22032
+ }
22033
+
22001
22034
  if ( !gina['session'] ) {
22035
+
22002
22036
  gina['session'] = {
22003
22037
  /**@js_externs id*/
22004
22038
  'id' : '{{ page.data.session.id }}' || null,
@@ -59,11 +59,11 @@ function Merge(){var A=[],P=!1,V=function(M,ba){var Q=M;P||('object'==typeof M&&
59
59
  typeof arguments[u]&&null!=(r=arguments[u])){if('object'!=typeof r){Q=r;break}if(Array.isArray(r)&&Array.isArray(Q))Q=na(r,Q,T);else for(var Ea in r){Q||={name:null};var N=Q[Ea];var O=r[Ea];if(Q!==O)if(O&&(U(O)||(ca=Array.isArray(O)))){var D=!1;if(ca){ca=!1;if(N&&Array.isArray(N))var C=N||[];else if(U(N)){C=N||{};Q[Ea]=C;continue}else C=[];A=C;C=na(O,C,T);Q[Ea]=C}else{C=N&&U(N)?N:null;if(!C){D=!0;C={};for(var m in O)C[m]=O[m]}if(T){for(m in O)'undefined'!=typeof O[m]?Array.isArray(O[m])&&Array.isArray(C[m])?
60
60
  C[m]=na(O[m],C[m],T):C[m]=O[m]:Array.isArray(O[m])&&Array.isArray(C[m])&&(C[m]=na(O[m],C[m],T));Q[Ea]=C}else{for(m in O)'undefined'==typeof C[m]?Array.isArray(O[m])&&Array.isArray(C[m])?C[m]=na(O[m],C[m],T):C[m]=O[m]:Array.isArray(O[m])&&Array.isArray(C[m])&&(C[m]=na(O[m],C[m],T));'boolean'==typeof N||D?D&&(Q[Ea]=C):Q[Ea]=V(C,O,T)}}}else void 0!==O&&(Q[Ea]='undefined'==typeof N||null==N||N===O||T?O:N)}}A=[];P=!1;return Q},na=function(M,ba,Q){A=[];var T=[],u=V.getKeyComparison();if(/^true$/i.test(Q)){if('object'==
61
61
  typeof M[0]&&null!=M[0]&&'undefined'!=typeof M[0][u]&&'object'==typeof ba[0]&&'undefined'!=typeof ba[0][u]){A=Array.isArray(ba)?Array.from(ba):JSON.clone(ba);var G=0;for(Q=A.length;G<Q;++G)T.push(A[G][u]);Q=JSON.clone(M);var r=0;G=0;M=Q.length;for(var ca=N||0,Ea=ba.length;ca<Ea;++ca)a:for(G=G||0;G<M;++G)if(Q[G][u]===ba[ca][u]){-1<T.indexOf(Q[G][u])?(A[r]=Q[G],++r):-1==T.indexOf(Q[G][u])&&(T.push(Q[G][u]),A[r]=Q[G],++r);break a}else-1==T.indexOf(Q[G][u])&&(T.push(Q[G][u]),A.push(Q[G]));return A}return Array.isArray(M)&&
62
- 0==M.length||'undefined'==typeof M?ba:M}if(0==M.length&&0<ba.length)return A=ba;if(0==ba.length&&0<M.length)for(G=0;G<M.length;++G)ba.push(M[G]);if(0==A.length&&0<ba.length)for(G=0;G<ba.length;++G)'object'!=typeof ba[G]&&-1==A.indexOf(ba[G])&&A.push(ba[G]);if(0<ba.length){if('undefined'!=typeof M[0]&&'object'==typeof M[0]&&null!=M[0]&&'undefined'!=typeof M[0][u]&&'object'==typeof ba[0]&&'undefined'!=typeof ba[0][u]){A=Array.isArray(ba)?Array.from(ba):JSON.clone(ba);Q=JSON.clone(M);var N=null;G=0;
63
- for(M=A.length;G<M;++G)T.push(A[G][u]);for(G=0;G<M;++G)a:for(ca=N||0,Ea=Q.length;ca<Ea;++ca)if(null!=Q[ca]&&'undefined'!=typeof Q[ca][u]&&Q[ca][u]!==A[G][u]){if(-1==T.indexOf(Q[ca][u])){A.push(Q[ca]);T.push(Q[ca][u]);N=ca+1;M<Ea&&++M;break a}}else if(null!=Q[ca]&&'undefined'!=typeof Q[ca][u]&&Q[ca][u]===A[G][u])N=ca+1;else break a;return A}for(G=0;G<M.length;++G)if(T=null,'undefined'==typeof M||'object'!=typeof M[G]||Array.isArray(M[G])||null==M[G]||(T=Object.getOwnPropertyNames(M[G])),'undefined'!=
64
- typeof T&&null!=T&&(T=T[0]||null),-1<ba.indexOf(M[G])&&Q)ba.splice(ba.indexOf(M[G]),1,M[G]);else if('undefined'==typeof A[G]&&'object'==typeof M[G])for(r in A=ba,'undefined'==typeof A[G]&&(A[G]={}),M[G])A[G].hasOwnProperty(r)||(A[G][r]=M[G][r]);else!Q&&-1<A.indexOf(M[G])&&/number/i.test(typeof M[G])&&M[G]!==A[G]?A.push(M[G]):'undefined'==typeof ba[G]||/null/i.test(ba[G])||'undefined'==typeof ba[G][u]||'undefined'==typeof M[G]||'undefined'==typeof M[G][u]||ba[G][u]!=M[G][u]?-1==A.indexOf(M[G])&&'object'!=
65
- typeof M[G]?A.push(M[G]):'undefined'==typeof ba[G]||/null/i.test(ba[G])||'undefined'==typeof ba[G][T]||'undefined'==typeof M[G]||'undefined'==typeof M[G][T]||ba[G][T]!=M[G][T]||(A[G]=Q?M[G]:ba[G]):A[G]=Q?M[G]:ba[G]}if(0<A.length&&0<ba.length||0==A.length&&0==ba.length)return A};na.prototype.setKeyComparison=function(M){this.keyComparison=M};var U=function(M){if(!M||'[object Object]'!=={}.toString.call(M)||M.nodeType||M.setInterval)return!1;var ba={}.hasOwnProperty,Q=ba.call(M,'constructor');ba='undefined'!=
66
- typeof M.constructor?ba.call(M.constructor.prototype,'isPrototypeOf'):!1;return!M.constructor||Q||ba?!0:!1};V.setKeyComparison=function(M){na.keyComparison=M;return V};V.getKeyComparison=function(){var M=na.keyComparison||'id';na.keyComparison='id';return M};return V}'undefined'!==typeof module&&module.exports?('undefined'==typeof JSON.clone&&require('../../../helpers'),module.exports=Merge()):'function'===typeof define&&define.amd&&define('lib/merge',[],function(){return Merge()});
62
+ 0==M.length||'undefined'==typeof M?/^true$/i.test(Q)?M:ba:M}if(0==M.length&&0<ba.length)return A=ba;if(0==ba.length&&0<M.length)for(G=0;G<M.length;++G)ba.push(M[G]);if(0==A.length&&0<ba.length)for(G=0;G<ba.length;++G)'object'!=typeof ba[G]&&-1==A.indexOf(ba[G])&&A.push(ba[G]);if(0<ba.length){if('undefined'!=typeof M[0]&&'object'==typeof M[0]&&null!=M[0]&&'undefined'!=typeof M[0][u]&&'object'==typeof ba[0]&&'undefined'!=typeof ba[0][u]){A=Array.isArray(ba)?Array.from(ba):JSON.clone(ba);Q=JSON.clone(M);
63
+ var N=null;G=0;for(M=A.length;G<M;++G)T.push(A[G][u]);for(G=0;G<M;++G)a:for(ca=N||0,Ea=Q.length;ca<Ea;++ca)if(null!=Q[ca]&&'undefined'!=typeof Q[ca][u]&&Q[ca][u]!==A[G][u]){if(-1==T.indexOf(Q[ca][u])){A.push(Q[ca]);T.push(Q[ca][u]);N=ca+1;M<Ea&&++M;break a}}else if(null!=Q[ca]&&'undefined'!=typeof Q[ca][u]&&Q[ca][u]===A[G][u])N=ca+1;else break a;return A}for(G=0;G<M.length;++G)if(T=null,'undefined'==typeof M||'object'!=typeof M[G]||Array.isArray(M[G])||null==M[G]||(T=Object.getOwnPropertyNames(M[G])),
64
+ 'undefined'!=typeof T&&null!=T&&(T=T[0]||null),-1<ba.indexOf(M[G])&&Q)ba.splice(ba.indexOf(M[G]),1,M[G]);else if('undefined'==typeof A[G]&&'object'==typeof M[G])for(r in A=ba,'undefined'==typeof A[G]&&(A[G]={}),M[G])A[G].hasOwnProperty(r)||(A[G][r]=M[G][r]);else!Q&&-1<A.indexOf(M[G])&&/number/i.test(typeof M[G])&&M[G]!==A[G]?A.push(M[G]):'undefined'==typeof ba[G]||/null/i.test(ba[G])||'undefined'==typeof ba[G][u]||'undefined'==typeof M[G]||'undefined'==typeof M[G][u]||ba[G][u]!=M[G][u]?-1==A.indexOf(M[G])&&
65
+ 'object'!=typeof M[G]?A.push(M[G]):'undefined'==typeof ba[G]||/null/i.test(ba[G])||'undefined'==typeof ba[G][T]||'undefined'==typeof M[G]||'undefined'==typeof M[G][T]||ba[G][T]!=M[G][T]||(A[G]=Q?M[G]:ba[G]):A[G]=Q?M[G]:ba[G]}if(0<A.length&&0<ba.length||0==A.length&&0==ba.length)return A};na.prototype.setKeyComparison=function(M){this.keyComparison=M};var U=function(M){if(!M||'[object Object]'!=={}.toString.call(M)||M.nodeType||M.setInterval)return!1;var ba={}.hasOwnProperty,Q=ba.call(M,'constructor');
66
+ ba='undefined'!=typeof M.constructor?ba.call(M.constructor.prototype,'isPrototypeOf'):!1;return!M.constructor||Q||ba?!0:!1};V.setKeyComparison=function(M){na.keyComparison=M;return V};V.getKeyComparison=function(){var M=na.keyComparison||'id';na.keyComparison='id';return M};return V}'undefined'!==typeof module&&module.exports?('undefined'==typeof JSON.clone&&require('../../../helpers'),module.exports=Merge()):'function'===typeof define&&define.amd&&define('lib/merge',[],function(){return Merge()});
67
67
  function registerEvents(A,P){'undefined'==typeof gina&&'undefined'!=typeof window.gina&&(gina=window.gina);gina.registeredEvents[A]=P}function mergeEventProps(A,P){for(let V in P)'undefined'==typeof A[V]&&(A[V]=P[V]);return A}
68
68
  function addListener(A,P,V,na){var U=function(Q,T,u,G){'undefined'!=typeof Q.event&&Q.event.isTouchSupported&&/^(click|mouseout|mouseover)/.test(u)&&-1==Q.event[u].indexOf(T)&&(Q.event[u][Q.event[u].length]=T);'undefined'!=typeof T&&null!=T?T.addEventListener?T.addEventListener(u,G,!1):T.attachEvent&&T.attachEvent('on'+u,G):Q.customEvent.addListener(u,G);gina.events[u]='undefined'!=typeof T.id&&'object'!=typeof T.id?T.id:T.getAttribute('id')},M=0,ba=null;if(Array.isArray(V))for(ba=V.length;M<ba;M++)U(A,
69
69
  P,V[M],na);else if(Array.isArray(P))for(M=0,ba=P.length;M<ba;M++){let Q=/\.$/.test(V)?V+P[M].id:V;U(A,P[M],Q,na)}else V=/\.$/.test(V)?V+P.id:V,U(A,P,V,na)}