@udi-organization/udi-package 1.0.45 → 1.0.46
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/index.cjs.js +2 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -4
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -2164,9 +2164,7 @@ var UdiTable = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2164
2164
|
_ref$syncTableControl = _ref.syncTableControl,
|
|
2165
2165
|
syncTableControl = _ref$syncTableControl === void 0 ? false : _ref$syncTableControl,
|
|
2166
2166
|
_ref$currentTableRef = _ref.currentTableRef,
|
|
2167
|
-
currentTableRef = _ref$currentTableRef === void 0 ?
|
|
2168
|
-
currentTableRef: currentTableRef
|
|
2169
|
-
} : _ref$currentTableRef,
|
|
2167
|
+
currentTableRef = _ref$currentTableRef === void 0 ? null : _ref$currentTableRef,
|
|
2170
2168
|
_ref$name = _ref.name,
|
|
2171
2169
|
name = _ref$name === void 0 ? null : _ref$name,
|
|
2172
2170
|
setTablePage = _ref.setTablePage,
|
|
@@ -3152,7 +3150,7 @@ var useUdiTableSync = function useUdiTableSync() {
|
|
|
3152
3150
|
};
|
|
3153
3151
|
|
|
3154
3152
|
function greet(name) {
|
|
3155
|
-
return "Hello, ".concat(name, "!
|
|
3153
|
+
return "Hello, ".concat(name, "! 1077");
|
|
3156
3154
|
}
|
|
3157
3155
|
function add(a, b) {
|
|
3158
3156
|
return a + b;
|