@teamix/pro 1.2.8 → 1.2.9
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/dist/212.js +1 -1
- package/dist/pro.js +237 -260
- package/dist/pro.min.js +1 -1
- package/es/actions/dialog-form.js +2 -2
- package/es/actions/dialog.js +11 -20
- package/es/actions/index.js +25 -22
- package/es/card/index.js +0 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/sidebar/components/tree/index.js +85 -18
- package/es/sidebar/index.js +9 -5
- package/es/sidebar/typing.d.ts +14 -1
- package/lib/actions/dialog-form.js +1 -1
- package/lib/actions/dialog.js +10 -19
- package/lib/actions/index.js +25 -22
- package/lib/card/index.js +0 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/sidebar/components/tree/index.js +83 -16
- package/lib/sidebar/index.js +9 -5
- package/lib/sidebar/typing.d.ts +14 -1
- package/package.json +1 -1
package/dist/212.js
CHANGED
@@ -39168,7 +39168,7 @@ var _isWeb = false;
|
|
39168
39168
|
var _isIOS = false;
|
39169
39169
|
var _locale = undefined;
|
39170
39170
|
var _language = (/* unused pure expression or super */ null && (LANGUAGE_DEFAULT));
|
39171
|
-
var _translationsConfigFile =
|
39171
|
+
var _translationsConfigFile = undefined;
|
39172
39172
|
var _userAgent = undefined;
|
39173
39173
|
var globals = (typeof self === "undefined" ? "undefined" : _typeof(self)) === 'object' ? self : (typeof __webpack_require__.g === "undefined" ? "undefined" : _typeof(__webpack_require__.g)) === 'object' ? __webpack_require__.g : {};
|
39174
39174
|
var nodeProcess = undefined;
|