cloudcmd 19.8.1 → 19.8.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.
package/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ 2026.03.22, v19.8.2
2
+
3
+ feature:
4
+ - e5b221f7 docker: io: add
5
+
1
6
  2026.03.22, v19.8.1
2
7
 
3
8
  feature:
package/HELP.md CHANGED
@@ -1,4 +1,4 @@
1
- # Cloud Commander v19.8.1
1
+ # Cloud Commander v19.8.2
2
2
 
3
3
  ### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
4
4
 
@@ -1111,6 +1111,7 @@ There are a lot of ways to be involved in `Cloud Commander` development:
1111
1111
 
1112
1112
  ## Version history
1113
1113
 
1114
+ - *2026.03.22*, **[v19.8.2](//github.com/coderaiser/cloudcmd/releases/tag/v19.8.2)**
1114
1115
  - *2026.03.22*, **[v19.8.1](//github.com/coderaiser/cloudcmd/releases/tag/v19.8.1)**
1115
1116
  - *2026.03.20*, **[v19.8.0](//github.com/coderaiser/cloudcmd/releases/tag/v19.8.0)**
1116
1117
  - *2026.03.18*, **[v19.7.1](//github.com/coderaiser/cloudcmd/releases/tag/v19.7.1)**
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Cloud Commander v19.8.1 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
1
+ # Cloud Commander v19.8.2 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
2
2
 
3
3
  ### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
4
4
 
@@ -4,13 +4,10 @@ import {fullstore} from 'fullstore';
4
4
  import {encode} from '#common/entity';
5
5
 
6
6
  const id = (a) => a;
7
+ const NAME = 'Cloud Commander';
7
8
 
8
9
  export const dateFormatter = fullstore(id);
9
-
10
10
  export const getHeaderField = currify(_getHeaderField);
11
-
12
- const NAME = 'Cloud Commander';
13
-
14
11
  export const FS = '/fs';
15
12
 
16
13
  const Path = fullstore();
@@ -8167,10 +8167,10 @@ var try_to_catch = __webpack_require__(980);
8167
8167
  }
8168
8168
  // EXTERNAL MODULE: ./node_modules/currify/lib/currify.js
8169
8169
  var currify = __webpack_require__(4299);
8170
- // EXTERNAL MODULE: ./node_modules/fullstore/lib/fullstore.js
8171
- var fullstore = __webpack_require__(8328);
8172
8170
  // EXTERNAL MODULE: ./node_modules/@cloudcmd/create-element/lib/create-element.js
8173
8171
  var create_element = __webpack_require__(407);
8172
+ // EXTERNAL MODULE: ./node_modules/fullstore/lib/fullstore.js
8173
+ var fullstore = __webpack_require__(8328);
8174
8174
  ;// ./node_modules/smalltalk/lib/smalltalk.js
8175
8175
 
8176
8176
 
@@ -8190,7 +8190,7 @@ const BUTTON_OK_CANCEL = {
8190
8190
  cancel: 'Cancel',
8191
8191
  };
8192
8192
 
8193
- const zIndex = (0,fullstore/* default */.A)(100);
8193
+ const zIndex = (0,fullstore/* fullstore */.p)(100);
8194
8194
 
8195
8195
  const smalltalk_alert = (title, msg, options) => {
8196
8196
  const buttons = getButtons(options) || BUTTON_OK;
@@ -8300,8 +8300,8 @@ function parseButtons(buttons) {
8300
8300
  }
8301
8301
 
8302
8302
  function showDialog(title, msg, value, buttons, options) {
8303
- const ok = (0,fullstore/* default */.A)();
8304
- const cancel = (0,fullstore/* default */.A)();
8303
+ const ok = (0,fullstore/* fullstore */.p)();
8304
+ const cancel = (0,fullstore/* fullstore */.p)();
8305
8305
 
8306
8306
  const closeButtons = [
8307
8307
  'cancel',
@@ -13454,8 +13454,8 @@ var lib_query = __webpack_require__(4801);
13454
13454
 
13455
13455
 
13456
13456
 
13457
- const indexStore = (0,fullstore/* default */.A)();
13458
- const helpersStore = (0,fullstore/* default */.A)();
13457
+ const indexStore = (0,fullstore/* fullstore */.p)();
13458
+ const helpersStore = (0,fullstore/* fullstore */.p)();
13459
13459
 
13460
13460
  const next = wraptile((img, images) => setImage(indexStore() + 1, img, images));
13461
13461
  const prev = wraptile((img, images) => setImage(indexStore() - 1, img, images));
@@ -13566,6 +13566,7 @@ function createImage() {
13566
13566
  }
13567
13567
 
13568
13568
  const _rmListener = (/* unused pure expression or super */ null && (rmListener));
13569
+
13569
13570
  function rmListener(el, name, fn) {
13570
13571
  return function f(e) {
13571
13572
  fn(e);
@@ -13574,6 +13575,7 @@ function rmListener(el, name, fn) {
13574
13575
  }
13575
13576
 
13576
13577
  const _addListenerOnce = (/* unused pure expression or super */ null && (addListenerOnce));
13578
+
13577
13579
  function addListenerOnce(el, name, fn) {
13578
13580
  el.addEventListener(name, rmListener(el, name, fn));
13579
13581
  }
@@ -13597,7 +13599,7 @@ var get_class_name = __webpack_require__(8530);
13597
13599
 
13598
13600
  const noop = () => {};
13599
13601
 
13600
- const optionsStore = (0,fullstore/* default */.A)({});
13602
+ const optionsStore = (0,fullstore/* fullstore */.p)({});
13601
13603
 
13602
13604
  const innerHTML = `
13603
13605
  <div class="modal-child" data-name="modal-child">
@@ -14062,9 +14064,9 @@ if (858 == __webpack_require__.j) {
14062
14064
 
14063
14065
 
14064
14066
  const id = a => a;
14067
+ const NAME = 'Cloud Commander';
14065
14068
  const dateFormatter = (0,fullstore__WEBPACK_IMPORTED_MODULE_2__/* .fullstore */ .p)(id);
14066
14069
  const getHeaderField = currify__WEBPACK_IMPORTED_MODULE_1__(_getHeaderField);
14067
- const NAME = 'Cloud Commander';
14068
14070
  const FS = '/fs';
14069
14071
  const Path = (0,fullstore__WEBPACK_IMPORTED_MODULE_2__/* .fullstore */ .p)();
14070
14072
  Path('/');
@@ -14445,11 +14447,8 @@ var customArgumentsToken="__ES6-PROMISIFY--CUSTOM-ARGUMENTS__";function promisif
14445
14447
 
14446
14448
  "use strict";
14447
14449
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
14448
- /* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__),
14449
14450
  /* harmony export */ p: () => (/* binding */ fullstore)
14450
14451
  /* harmony export */ });
14451
- /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ((/* runtime-dependent pure expression or super */ !/^(6(11|36|5|8)|9(00|39|55)|104|415|433)$/.test(__webpack_require__.j) ? (fullstore) : null));
14452
-
14453
14452
  function fullstore(value) {
14454
14453
  const data = {
14455
14454
  value,
@@ -14465,7 +14464,7 @@ function fullstore(value) {
14465
14464
 
14466
14465
  return value;
14467
14466
  };
14468
- };
14467
+ }
14469
14468
 
14470
14469
 
14471
14470
  /***/ },