scrivito_sdk 1.11.0 → 1.12.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cms/scrivito/attribute_content.rb +2 -2
- data/app/cms/scrivito/basic_obj.rb +12 -8
- data/app/cms/scrivito/cms_rest_api/widget_extractor.rb +1 -1
- data/app/cms/scrivito/configuration.rb +17 -14
- data/app/cms/scrivito/controller_helper.rb +1 -1
- data/app/cms/scrivito/obj_collection.rb +19 -15
- data/app/cms/scrivito/obj_facet_value.rb +3 -9
- data/app/cms/scrivito/sdk_engine.rb +1 -0
- data/app/cms/scrivito/type_computer.rb +9 -7
- data/app/cms/scrivito/ui_config.rb +2 -1
- data/app/cms/scrivito/user.rb +9 -3
- data/app/cms/scrivito/user_definition.rb +35 -13
- data/app/cms/scrivito/workspace.rb +1 -3
- data/config/ca-bundle.crt +2 -311
- data/lib/assets/javascripts/scrivito.js +1 -161
- data/lib/assets/javascripts/scrivito_editing.js +26 -0
- data/lib/assets/javascripts/scrivito_ui_redirect.js +1 -89
- data/lib/assets/javascripts/scrivito_with_js_sdk.js +49 -31405
- data/lib/assets/stylesheets/scrivito.css +1 -1
- data/lib/assets/stylesheets/scrivito_editing.css +1 -0
- metadata +21 -5
@@ -1,89 +1 @@
|
|
1
|
-
|
2
|
-
/******/ // The module cache
|
3
|
-
/******/ var installedModules = {};
|
4
|
-
|
5
|
-
/******/ // The require function
|
6
|
-
/******/ function __webpack_require__(moduleId) {
|
7
|
-
|
8
|
-
/******/ // Check if module is in cache
|
9
|
-
/******/ if(installedModules[moduleId])
|
10
|
-
/******/ return installedModules[moduleId].exports;
|
11
|
-
|
12
|
-
/******/ // Create a new module (and put it into the cache)
|
13
|
-
/******/ var module = installedModules[moduleId] = {
|
14
|
-
/******/ i: moduleId,
|
15
|
-
/******/ l: false,
|
16
|
-
/******/ exports: {}
|
17
|
-
/******/ };
|
18
|
-
|
19
|
-
/******/ // Execute the module function
|
20
|
-
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
21
|
-
|
22
|
-
/******/ // Flag the module as loaded
|
23
|
-
/******/ module.l = true;
|
24
|
-
|
25
|
-
/******/ // Return the exports of the module
|
26
|
-
/******/ return module.exports;
|
27
|
-
/******/ }
|
28
|
-
|
29
|
-
|
30
|
-
/******/ // expose the modules object (__webpack_modules__)
|
31
|
-
/******/ __webpack_require__.m = modules;
|
32
|
-
|
33
|
-
/******/ // expose the module cache
|
34
|
-
/******/ __webpack_require__.c = installedModules;
|
35
|
-
|
36
|
-
/******/ // identity function for calling harmony imports with the correct context
|
37
|
-
/******/ __webpack_require__.i = function(value) { return value; };
|
38
|
-
|
39
|
-
/******/ // define getter function for harmony exports
|
40
|
-
/******/ __webpack_require__.d = function(exports, name, getter) {
|
41
|
-
/******/ if(!__webpack_require__.o(exports, name)) {
|
42
|
-
/******/ Object.defineProperty(exports, name, {
|
43
|
-
/******/ configurable: false,
|
44
|
-
/******/ enumerable: true,
|
45
|
-
/******/ get: getter
|
46
|
-
/******/ });
|
47
|
-
/******/ }
|
48
|
-
/******/ };
|
49
|
-
|
50
|
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
51
|
-
/******/ __webpack_require__.n = function(module) {
|
52
|
-
/******/ var getter = module && module.__esModule ?
|
53
|
-
/******/ function getDefault() { return module['default']; } :
|
54
|
-
/******/ function getModuleExports() { return module; };
|
55
|
-
/******/ __webpack_require__.d(getter, 'a', getter);
|
56
|
-
/******/ return getter;
|
57
|
-
/******/ };
|
58
|
-
|
59
|
-
/******/ // Object.prototype.hasOwnProperty.call
|
60
|
-
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
61
|
-
|
62
|
-
/******/ // __webpack_public_path__
|
63
|
-
/******/ __webpack_require__.p = "";
|
64
|
-
|
65
|
-
/******/ // Load entry module and return exports
|
66
|
-
/******/ return __webpack_require__(__webpack_require__.s = 1146);
|
67
|
-
/******/ })
|
68
|
-
/************************************************************************/
|
69
|
-
/******/ ({
|
70
|
-
|
71
|
-
/***/ 1146:
|
72
|
-
/***/ (function(module, exports, __webpack_require__) {
|
73
|
-
|
74
|
-
"use strict";
|
75
|
-
|
76
|
-
|
77
|
-
(function () {
|
78
|
-
if (window.parent === window) {
|
79
|
-
document.open();
|
80
|
-
document.close();
|
81
|
-
|
82
|
-
var location = window.location;
|
83
|
-
window.location = "/scrivito" + location.pathname + location.search + location.hash;
|
84
|
-
}
|
85
|
-
})();
|
86
|
-
|
87
|
-
/***/ })
|
88
|
-
|
89
|
-
/******/ });
|
1
|
+
!function(n){function t(e){if(o[e])return o[e].exports;var r=o[e]={i:e,l:!1,exports:{}};return n[e].call(r.exports,r,r.exports,t),r.l=!0,r.exports}var o={};t.m=n,t.c=o,t.d=function(n,o,e){t.o(n,o)||Object.defineProperty(n,o,{configurable:!1,enumerable:!0,get:e})},t.n=function(n){var o=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(o,"a",o),o},t.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},t.p="",t(t.s=631)}({631:function(n,t,o){"use strict";!function(){if(window.parent===window){document.open(),document.close();var n=window.location;window.location="/scrivito"+n.pathname+n.search+n.hash}}()}});
|