@keycloakify/angular 0.2.2 → 0.2.3
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/bin/187.index.js +508 -0
- package/bin/476.index.js +1085 -0
- package/bin/671.index.js +719 -0
- package/bin/811.index.js +4972 -0
- package/bin/942.index.js +306 -0
- package/bin/986.index.js +1294 -0
- package/bin/index.js +479 -0
- package/package.json +2 -2
- package/src/bin/core.ts +8 -4
- package/src/bin/tsconfig.json +4 -1
- package/bin/197.index.js +0 -13
- package/bin/381.index.js +0 -13
- package/bin/504.index.js +0 -13
- package/bin/87.index.js +0 -13
- package/bin/main.js +0 -230
package/bin/main.js
DELETED
|
@@ -1,230 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
/******/ var __webpack_modules__ = ({
|
|
3
|
-
|
|
4
|
-
/***/ 653:
|
|
5
|
-
/***/ ((module) => {
|
|
6
|
-
|
|
7
|
-
module.exports = eval("require")("./core");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
/***/ })
|
|
11
|
-
|
|
12
|
-
/******/ });
|
|
13
|
-
/************************************************************************/
|
|
14
|
-
/******/ // The module cache
|
|
15
|
-
/******/ var __webpack_module_cache__ = {};
|
|
16
|
-
/******/
|
|
17
|
-
/******/ // The require function
|
|
18
|
-
/******/ function __nccwpck_require__(moduleId) {
|
|
19
|
-
/******/ // Check if module is in cache
|
|
20
|
-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
21
|
-
/******/ if (cachedModule !== undefined) {
|
|
22
|
-
/******/ return cachedModule.exports;
|
|
23
|
-
/******/ }
|
|
24
|
-
/******/ // Create a new module (and put it into the cache)
|
|
25
|
-
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
26
|
-
/******/ // no module.id needed
|
|
27
|
-
/******/ // no module.loaded needed
|
|
28
|
-
/******/ exports: {}
|
|
29
|
-
/******/ };
|
|
30
|
-
/******/
|
|
31
|
-
/******/ // Execute the module function
|
|
32
|
-
/******/ var threw = true;
|
|
33
|
-
/******/ try {
|
|
34
|
-
/******/ __webpack_modules__[moduleId](module, module.exports, __nccwpck_require__);
|
|
35
|
-
/******/ threw = false;
|
|
36
|
-
/******/ } finally {
|
|
37
|
-
/******/ if(threw) delete __webpack_module_cache__[moduleId];
|
|
38
|
-
/******/ }
|
|
39
|
-
/******/
|
|
40
|
-
/******/ // Return the exports of the module
|
|
41
|
-
/******/ return module.exports;
|
|
42
|
-
/******/ }
|
|
43
|
-
/******/
|
|
44
|
-
/******/ // expose the modules object (__webpack_modules__)
|
|
45
|
-
/******/ __nccwpck_require__.m = __webpack_modules__;
|
|
46
|
-
/******/
|
|
47
|
-
/************************************************************************/
|
|
48
|
-
/******/ /* webpack/runtime/create fake namespace object */
|
|
49
|
-
/******/ (() => {
|
|
50
|
-
/******/ var getProto = Object.getPrototypeOf ? (obj) => (Object.getPrototypeOf(obj)) : (obj) => (obj.__proto__);
|
|
51
|
-
/******/ var leafPrototypes;
|
|
52
|
-
/******/ // create a fake namespace object
|
|
53
|
-
/******/ // mode & 1: value is a module id, require it
|
|
54
|
-
/******/ // mode & 2: merge all properties of value into the ns
|
|
55
|
-
/******/ // mode & 4: return value when already ns object
|
|
56
|
-
/******/ // mode & 16: return value when it's Promise-like
|
|
57
|
-
/******/ // mode & 8|1: behave like require
|
|
58
|
-
/******/ __nccwpck_require__.t = function(value, mode) {
|
|
59
|
-
/******/ if(mode & 1) value = this(value);
|
|
60
|
-
/******/ if(mode & 8) return value;
|
|
61
|
-
/******/ if(typeof value === 'object' && value) {
|
|
62
|
-
/******/ if((mode & 4) && value.__esModule) return value;
|
|
63
|
-
/******/ if((mode & 16) && typeof value.then === 'function') return value;
|
|
64
|
-
/******/ }
|
|
65
|
-
/******/ var ns = Object.create(null);
|
|
66
|
-
/******/ __nccwpck_require__.r(ns);
|
|
67
|
-
/******/ var def = {};
|
|
68
|
-
/******/ leafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)];
|
|
69
|
-
/******/ for(var current = mode & 2 && value; typeof current == 'object' && !~leafPrototypes.indexOf(current); current = getProto(current)) {
|
|
70
|
-
/******/ Object.getOwnPropertyNames(current).forEach((key) => (def[key] = () => (value[key])));
|
|
71
|
-
/******/ }
|
|
72
|
-
/******/ def['default'] = () => (value);
|
|
73
|
-
/******/ __nccwpck_require__.d(ns, def);
|
|
74
|
-
/******/ return ns;
|
|
75
|
-
/******/ };
|
|
76
|
-
/******/ })();
|
|
77
|
-
/******/
|
|
78
|
-
/******/ /* webpack/runtime/define property getters */
|
|
79
|
-
/******/ (() => {
|
|
80
|
-
/******/ // define getter functions for harmony exports
|
|
81
|
-
/******/ __nccwpck_require__.d = (exports, definition) => {
|
|
82
|
-
/******/ for(var key in definition) {
|
|
83
|
-
/******/ if(__nccwpck_require__.o(definition, key) && !__nccwpck_require__.o(exports, key)) {
|
|
84
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
85
|
-
/******/ }
|
|
86
|
-
/******/ }
|
|
87
|
-
/******/ };
|
|
88
|
-
/******/ })();
|
|
89
|
-
/******/
|
|
90
|
-
/******/ /* webpack/runtime/ensure chunk */
|
|
91
|
-
/******/ (() => {
|
|
92
|
-
/******/ __nccwpck_require__.f = {};
|
|
93
|
-
/******/ // This file contains only the entry chunk.
|
|
94
|
-
/******/ // The chunk loading function for additional chunks
|
|
95
|
-
/******/ __nccwpck_require__.e = (chunkId) => {
|
|
96
|
-
/******/ return Promise.all(Object.keys(__nccwpck_require__.f).reduce((promises, key) => {
|
|
97
|
-
/******/ __nccwpck_require__.f[key](chunkId, promises);
|
|
98
|
-
/******/ return promises;
|
|
99
|
-
/******/ }, []));
|
|
100
|
-
/******/ };
|
|
101
|
-
/******/ })();
|
|
102
|
-
/******/
|
|
103
|
-
/******/ /* webpack/runtime/get javascript chunk filename */
|
|
104
|
-
/******/ (() => {
|
|
105
|
-
/******/ // This function allow to reference async chunks
|
|
106
|
-
/******/ __nccwpck_require__.u = (chunkId) => {
|
|
107
|
-
/******/ // return url for filenames based on template
|
|
108
|
-
/******/ return "" + chunkId + ".index.js";
|
|
109
|
-
/******/ };
|
|
110
|
-
/******/ })();
|
|
111
|
-
/******/
|
|
112
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
113
|
-
/******/ (() => {
|
|
114
|
-
/******/ __nccwpck_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
115
|
-
/******/ })();
|
|
116
|
-
/******/
|
|
117
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
118
|
-
/******/ (() => {
|
|
119
|
-
/******/ // define __esModule on exports
|
|
120
|
-
/******/ __nccwpck_require__.r = (exports) => {
|
|
121
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
122
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
123
|
-
/******/ }
|
|
124
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
125
|
-
/******/ };
|
|
126
|
-
/******/ })();
|
|
127
|
-
/******/
|
|
128
|
-
/******/ /* webpack/runtime/compat */
|
|
129
|
-
/******/
|
|
130
|
-
/******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = new URL('.', import.meta.url).pathname.slice(import.meta.url.match(/^file:\/\/\/\w:/) ? 1 : 0, -1) + "/";
|
|
131
|
-
/******/
|
|
132
|
-
/******/ /* webpack/runtime/import chunk loading */
|
|
133
|
-
/******/ (() => {
|
|
134
|
-
/******/ // no baseURI
|
|
135
|
-
/******/
|
|
136
|
-
/******/ // object to store loaded and loading chunks
|
|
137
|
-
/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
|
|
138
|
-
/******/ // [resolve, Promise] = chunk loading, 0 = chunk loaded
|
|
139
|
-
/******/ var installedChunks = {
|
|
140
|
-
/******/ 792: 0
|
|
141
|
-
/******/ };
|
|
142
|
-
/******/
|
|
143
|
-
/******/ var installChunk = (data) => {
|
|
144
|
-
/******/ var {ids, modules, runtime} = data;
|
|
145
|
-
/******/ // add "modules" to the modules object,
|
|
146
|
-
/******/ // then flag all "ids" as loaded and fire callback
|
|
147
|
-
/******/ var moduleId, chunkId, i = 0;
|
|
148
|
-
/******/ for(moduleId in modules) {
|
|
149
|
-
/******/ if(__nccwpck_require__.o(modules, moduleId)) {
|
|
150
|
-
/******/ __nccwpck_require__.m[moduleId] = modules[moduleId];
|
|
151
|
-
/******/ }
|
|
152
|
-
/******/ }
|
|
153
|
-
/******/ if(runtime) runtime(__nccwpck_require__);
|
|
154
|
-
/******/ for(;i < ids.length; i++) {
|
|
155
|
-
/******/ chunkId = ids[i];
|
|
156
|
-
/******/ if(__nccwpck_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
|
|
157
|
-
/******/ installedChunks[chunkId][0]();
|
|
158
|
-
/******/ }
|
|
159
|
-
/******/ installedChunks[ids[i]] = 0;
|
|
160
|
-
/******/ }
|
|
161
|
-
/******/
|
|
162
|
-
/******/ }
|
|
163
|
-
/******/
|
|
164
|
-
/******/ __nccwpck_require__.f.j = (chunkId, promises) => {
|
|
165
|
-
/******/ // import() chunk loading for javascript
|
|
166
|
-
/******/ var installedChunkData = __nccwpck_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;
|
|
167
|
-
/******/ if(installedChunkData !== 0) { // 0 means "already installed".
|
|
168
|
-
/******/
|
|
169
|
-
/******/ // a Promise means "currently loading".
|
|
170
|
-
/******/ if(installedChunkData) {
|
|
171
|
-
/******/ promises.push(installedChunkData[1]);
|
|
172
|
-
/******/ } else {
|
|
173
|
-
/******/ if(true) { // all chunks have JS
|
|
174
|
-
/******/ // setup Promise in chunk cache
|
|
175
|
-
/******/ var promise = import("./" + __nccwpck_require__.u(chunkId)).then(installChunk, (e) => {
|
|
176
|
-
/******/ if(installedChunks[chunkId] !== 0) installedChunks[chunkId] = undefined;
|
|
177
|
-
/******/ throw e;
|
|
178
|
-
/******/ });
|
|
179
|
-
/******/ var promise = Promise.race([promise, new Promise((resolve) => (installedChunkData = installedChunks[chunkId] = [resolve]))])
|
|
180
|
-
/******/ promises.push(installedChunkData[1] = promise);
|
|
181
|
-
/******/ }
|
|
182
|
-
/******/ }
|
|
183
|
-
/******/ }
|
|
184
|
-
/******/ };
|
|
185
|
-
/******/
|
|
186
|
-
/******/ // no prefetching
|
|
187
|
-
/******/
|
|
188
|
-
/******/ // no preloaded
|
|
189
|
-
/******/
|
|
190
|
-
/******/ // no external install chunk
|
|
191
|
-
/******/
|
|
192
|
-
/******/ // no on chunks loaded
|
|
193
|
-
/******/ })();
|
|
194
|
-
/******/
|
|
195
|
-
/************************************************************************/
|
|
196
|
-
var __webpack_exports__ = {};
|
|
197
|
-
/* harmony import */ var _core__WEBPACK_IMPORTED_MODULE_0__ = __nccwpck_require__(653);
|
|
198
|
-
|
|
199
|
-
const { buildContext, commandName } = (0,_core__WEBPACK_IMPORTED_MODULE_0__.readParams)({ apiVersion: 'v1' });
|
|
200
|
-
(async () => {
|
|
201
|
-
switch (commandName) {
|
|
202
|
-
case 'add-story':
|
|
203
|
-
{
|
|
204
|
-
const { command } = await __nccwpck_require__.e(/* import() */ 197).then(__nccwpck_require__.t.bind(__nccwpck_require__, 197, 19));
|
|
205
|
-
command({ buildContext });
|
|
206
|
-
}
|
|
207
|
-
return;
|
|
208
|
-
case 'eject-page':
|
|
209
|
-
{
|
|
210
|
-
const { command } = await __nccwpck_require__.e(/* import() */ 381).then(__nccwpck_require__.t.bind(__nccwpck_require__, 381, 19));
|
|
211
|
-
command({ buildContext });
|
|
212
|
-
}
|
|
213
|
-
return;
|
|
214
|
-
case 'update-kc-gen':
|
|
215
|
-
{
|
|
216
|
-
const { command } = await __nccwpck_require__.e(/* import() */ 87).then(__nccwpck_require__.t.bind(__nccwpck_require__, 87, 19));
|
|
217
|
-
command({ buildContext });
|
|
218
|
-
}
|
|
219
|
-
return;
|
|
220
|
-
case 'initialize-account-theme':
|
|
221
|
-
{
|
|
222
|
-
const { command } = await __nccwpck_require__.e(/* import() */ 504).then(__nccwpck_require__.t.bind(__nccwpck_require__, 504, 19));
|
|
223
|
-
command({ buildContext });
|
|
224
|
-
}
|
|
225
|
-
return;
|
|
226
|
-
default:
|
|
227
|
-
process.exit(_core__WEBPACK_IMPORTED_MODULE_0__.NOT_IMPLEMENTED_EXIT_CODE);
|
|
228
|
-
}
|
|
229
|
-
})();
|
|
230
|
-
|