deep-chat-dev 1.1.24 → 1.1.25
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/custom-elements.json +2272 -2272
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.js +0 -1
- package/package.json +1 -1
package/dist/deepChat.js
CHANGED
@@ -4139,7 +4139,6 @@ TypeConverters.attibutes = {
|
|
4139
4139
|
};
|
4140
4140
|
function Property(n) {
|
4141
4141
|
return function(e, t) {
|
4142
|
-
Object.defineProperty(e, t, {});
|
4143
4142
|
const r = e.constructor, s = t.toLocaleLowerCase();
|
4144
4143
|
r._attributes_[s] = TypeConverters.attibutes[n], r._attributeToProperty_[s] = t;
|
4145
4144
|
};
|