@statezero/core 0.2.55 → 0.2.56
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/adaptors/vue/components/StateZeroDebugPanel.js +2 -2
- package/dist/models/backend1/django_app/author.schema.json +16 -16
- package/dist/models/backend1/django_app/book.schema.json +11 -11
- package/dist/models/backend1/django_app/composeditem.schema.json +3 -3
- package/dist/models/backend1/django_app/comprehensivemodel.schema.json +3 -3
- package/dist/models/backend1/django_app/dailyrate.schema.json +7 -7
- package/dist/models/backend1/django_app/errortestcompoundunique.schema.json +4 -4
- package/dist/models/backend1/django_app/errortestonetoonemodel.schema.json +2 -2
- package/dist/models/backend1/django_app/errortestprotectedchild.schema.json +2 -2
- package/dist/models/backend1/django_app/errortestuniquemodel.schema.json +1 -1
- package/dist/models/backend1/django_app/excludeditem.schema.json +2 -2
- package/dist/models/backend1/django_app/hfchild.schema.json +2 -2
- package/dist/models/backend1/django_app/hfparent.schema.json +2 -2
- package/dist/models/backend1/django_app/index.js +2 -0
- package/dist/models/backend1/django_app/m2mdepthtestlevel1.schema.json +2 -2
- package/dist/models/backend1/django_app/m2mdepthtestlevel2.schema.json +2 -2
- package/dist/models/backend1/django_app/m2mdepthtestlevel3.schema.json +2 -2
- package/dist/models/backend1/django_app/modelwithrestrictedfields.schema.json +2 -2
- package/dist/models/backend1/django_app/nodeleteitem.schema.json +2 -2
- package/dist/models/backend1/django_app/objectlevelitem.schema.json +2 -2
- package/dist/models/backend1/django_app/order.schema.json +6 -6
- package/dist/models/backend1/django_app/orderitem.schema.json +4 -4
- package/dist/models/backend1/django_app/product.schema.json +11 -11
- package/dist/models/backend1/django_app/readonlyitem.schema.json +2 -2
- package/dist/models/backend1/django_app/restrictedcreateitem.schema.json +2 -2
- package/dist/models/backend1/django_app/restrictededititem.schema.json +2 -2
- package/dist/models/backend1/django_app/restrictedfieldrelatedmodel.schema.json +2 -2
- package/dist/models/backend1/django_app/rowfiltereditem.schema.json +2 -2
- package/dist/models/backend1/django_app/tag.schema.json +10 -10
- package/dist/models/backend1/django_app/uuidmessage.d.ts +156 -0
- package/dist/models/backend1/django_app/uuidmessage.js +72 -0
- package/dist/models/backend1/django_app/uuidmessage.schema.json +136 -0
- package/dist/models/backend1/django_app/uuiduser.d.ts +92 -0
- package/dist/models/backend1/django_app/uuiduser.js +69 -0
- package/dist/models/backend1/django_app/uuiduser.schema.json +70 -0
- package/dist/models/default/django_app/author.schema.json +16 -16
- package/dist/models/default/django_app/book.schema.json +11 -11
- package/dist/models/default/django_app/composeditem.schema.json +3 -3
- package/dist/models/default/django_app/comprehensivemodel.schema.json +3 -3
- package/dist/models/default/django_app/dailyrate.schema.json +7 -7
- package/dist/models/default/django_app/errortestcompoundunique.schema.json +4 -4
- package/dist/models/default/django_app/errortestonetoonemodel.schema.json +2 -2
- package/dist/models/default/django_app/errortestprotectedchild.schema.json +2 -2
- package/dist/models/default/django_app/errortestuniquemodel.schema.json +1 -1
- package/dist/models/default/django_app/excludeditem.schema.json +2 -2
- package/dist/models/default/django_app/hfchild.schema.json +2 -2
- package/dist/models/default/django_app/hfparent.schema.json +2 -2
- package/dist/models/default/django_app/index.js +2 -0
- package/dist/models/default/django_app/m2mdepthtestlevel1.schema.json +2 -2
- package/dist/models/default/django_app/m2mdepthtestlevel2.schema.json +2 -2
- package/dist/models/default/django_app/m2mdepthtestlevel3.schema.json +2 -2
- package/dist/models/default/django_app/modelwithrestrictedfields.schema.json +2 -2
- package/dist/models/default/django_app/nodeleteitem.schema.json +2 -2
- package/dist/models/default/django_app/objectlevelitem.schema.json +2 -2
- package/dist/models/default/django_app/order.schema.json +6 -6
- package/dist/models/default/django_app/orderitem.schema.json +4 -4
- package/dist/models/default/django_app/product.schema.json +11 -11
- package/dist/models/default/django_app/readonlyitem.schema.json +2 -2
- package/dist/models/default/django_app/restrictedcreateitem.schema.json +2 -2
- package/dist/models/default/django_app/restrictededititem.schema.json +2 -2
- package/dist/models/default/django_app/restrictedfieldrelatedmodel.schema.json +2 -2
- package/dist/models/default/django_app/rowfiltereditem.schema.json +2 -2
- package/dist/models/default/django_app/tag.schema.json +10 -10
- package/dist/models/default/django_app/uuidmessage.d.ts +156 -0
- package/dist/models/default/django_app/uuidmessage.js +72 -0
- package/dist/models/default/django_app/uuidmessage.schema.json +136 -0
- package/dist/models/default/django_app/uuiduser.d.ts +92 -0
- package/dist/models/default/django_app/uuiduser.js +69 -0
- package/dist/models/default/django_app/uuiduser.schema.json +70 -0
- package/dist/syncEngine/stores/querysetStore.js +2 -1
- package/package.json +1 -1
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
{
|
|
2
|
+
"model_name": "django_app.uuidmessage",
|
|
3
|
+
"title": "Uuid Message",
|
|
4
|
+
"class_name": "UUIDMessage",
|
|
5
|
+
"plural_title": "Uuid Messages",
|
|
6
|
+
"primary_key_field": "id",
|
|
7
|
+
"filterable_fields": [
|
|
8
|
+
"recipient",
|
|
9
|
+
"body",
|
|
10
|
+
"created_at",
|
|
11
|
+
"id",
|
|
12
|
+
"sender"
|
|
13
|
+
],
|
|
14
|
+
"searchable_fields": [
|
|
15
|
+
"body"
|
|
16
|
+
],
|
|
17
|
+
"ordering_fields": [
|
|
18
|
+
"created_at"
|
|
19
|
+
],
|
|
20
|
+
"properties": {
|
|
21
|
+
"id": {
|
|
22
|
+
"type": "string",
|
|
23
|
+
"title": "Id",
|
|
24
|
+
"required": true,
|
|
25
|
+
"description": null,
|
|
26
|
+
"nullable": false,
|
|
27
|
+
"format": "uuid",
|
|
28
|
+
"max_length": null,
|
|
29
|
+
"choices": null,
|
|
30
|
+
"default": null,
|
|
31
|
+
"validators": [],
|
|
32
|
+
"max_digits": null,
|
|
33
|
+
"decimal_places": null,
|
|
34
|
+
"read_only": true,
|
|
35
|
+
"ref": null
|
|
36
|
+
},
|
|
37
|
+
"sender": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"title": "Sender",
|
|
40
|
+
"required": false,
|
|
41
|
+
"description": null,
|
|
42
|
+
"nullable": true,
|
|
43
|
+
"format": "foreign-key",
|
|
44
|
+
"max_length": null,
|
|
45
|
+
"choices": null,
|
|
46
|
+
"default": null,
|
|
47
|
+
"validators": [],
|
|
48
|
+
"max_digits": null,
|
|
49
|
+
"decimal_places": null,
|
|
50
|
+
"read_only": false,
|
|
51
|
+
"ref": null
|
|
52
|
+
},
|
|
53
|
+
"recipient": {
|
|
54
|
+
"type": "string",
|
|
55
|
+
"title": "Recipient",
|
|
56
|
+
"required": false,
|
|
57
|
+
"description": null,
|
|
58
|
+
"nullable": true,
|
|
59
|
+
"format": "foreign-key",
|
|
60
|
+
"max_length": null,
|
|
61
|
+
"choices": null,
|
|
62
|
+
"default": null,
|
|
63
|
+
"validators": [],
|
|
64
|
+
"max_digits": null,
|
|
65
|
+
"decimal_places": null,
|
|
66
|
+
"read_only": false,
|
|
67
|
+
"ref": null
|
|
68
|
+
},
|
|
69
|
+
"body": {
|
|
70
|
+
"type": "string",
|
|
71
|
+
"title": "Body",
|
|
72
|
+
"required": false,
|
|
73
|
+
"description": null,
|
|
74
|
+
"nullable": false,
|
|
75
|
+
"format": "text",
|
|
76
|
+
"max_length": null,
|
|
77
|
+
"choices": null,
|
|
78
|
+
"default": "",
|
|
79
|
+
"validators": [],
|
|
80
|
+
"max_digits": null,
|
|
81
|
+
"decimal_places": null,
|
|
82
|
+
"read_only": false,
|
|
83
|
+
"ref": null
|
|
84
|
+
},
|
|
85
|
+
"created_at": {
|
|
86
|
+
"type": "string",
|
|
87
|
+
"title": "Created at",
|
|
88
|
+
"required": false,
|
|
89
|
+
"description": null,
|
|
90
|
+
"nullable": false,
|
|
91
|
+
"format": "date-time",
|
|
92
|
+
"max_length": null,
|
|
93
|
+
"choices": null,
|
|
94
|
+
"default": "2026-02-28T23:13:32.575797+00:00",
|
|
95
|
+
"validators": [],
|
|
96
|
+
"max_digits": null,
|
|
97
|
+
"decimal_places": null,
|
|
98
|
+
"read_only": false,
|
|
99
|
+
"ref": null
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"relationships": {
|
|
103
|
+
"sender": {
|
|
104
|
+
"type": "foreign-key",
|
|
105
|
+
"model": "django_app.uuiduser",
|
|
106
|
+
"class_name": "UUIDUser",
|
|
107
|
+
"primary_key_field": "id"
|
|
108
|
+
},
|
|
109
|
+
"recipient": {
|
|
110
|
+
"type": "foreign-key",
|
|
111
|
+
"model": "django_app.uuiduser",
|
|
112
|
+
"class_name": "UUIDUser",
|
|
113
|
+
"primary_key_field": "id"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"default_ordering": [
|
|
117
|
+
"-created_at"
|
|
118
|
+
],
|
|
119
|
+
"definitions": {
|
|
120
|
+
"MoneyField": {
|
|
121
|
+
"type": "object",
|
|
122
|
+
"properties": {
|
|
123
|
+
"amount": {
|
|
124
|
+
"type": "number"
|
|
125
|
+
},
|
|
126
|
+
"currency": {
|
|
127
|
+
"type": "string"
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"datetime_format": "iso-8601",
|
|
133
|
+
"date_format": "iso-8601",
|
|
134
|
+
"time_format": "iso-8601",
|
|
135
|
+
"display": null
|
|
136
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Model-specific QuerySet implementation
|
|
3
|
+
*/
|
|
4
|
+
export class UUIDUserQuerySet {
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* Model-specific Manager implementation
|
|
8
|
+
*/
|
|
9
|
+
export class UUIDUserManager {
|
|
10
|
+
constructor(ModelClass: any);
|
|
11
|
+
newQuerySet(): UUIDUserQuerySet;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Implementation of the UUIDUser model
|
|
15
|
+
*/
|
|
16
|
+
export class UUIDUser {
|
|
17
|
+
static configKey: string;
|
|
18
|
+
static modelName: string;
|
|
19
|
+
static primaryKeyField: string;
|
|
20
|
+
static objects: UUIDUserManager;
|
|
21
|
+
static fields: string[];
|
|
22
|
+
static schema: {
|
|
23
|
+
model_name: string;
|
|
24
|
+
title: string;
|
|
25
|
+
class_name: string;
|
|
26
|
+
plural_title: string;
|
|
27
|
+
primary_key_field: string;
|
|
28
|
+
filterable_fields: string[];
|
|
29
|
+
searchable_fields: string[];
|
|
30
|
+
ordering_fields: string[];
|
|
31
|
+
properties: {
|
|
32
|
+
id: {
|
|
33
|
+
type: string;
|
|
34
|
+
title: string;
|
|
35
|
+
required: boolean;
|
|
36
|
+
description: null;
|
|
37
|
+
nullable: boolean;
|
|
38
|
+
format: string;
|
|
39
|
+
max_length: null;
|
|
40
|
+
choices: null;
|
|
41
|
+
default: null;
|
|
42
|
+
validators: never[];
|
|
43
|
+
max_digits: null;
|
|
44
|
+
decimal_places: null;
|
|
45
|
+
read_only: boolean;
|
|
46
|
+
ref: null;
|
|
47
|
+
};
|
|
48
|
+
name: {
|
|
49
|
+
type: string;
|
|
50
|
+
title: string;
|
|
51
|
+
required: boolean;
|
|
52
|
+
description: null;
|
|
53
|
+
nullable: boolean;
|
|
54
|
+
format: null;
|
|
55
|
+
max_length: number;
|
|
56
|
+
choices: null;
|
|
57
|
+
default: null;
|
|
58
|
+
validators: never[];
|
|
59
|
+
max_digits: null;
|
|
60
|
+
decimal_places: null;
|
|
61
|
+
read_only: boolean;
|
|
62
|
+
ref: null;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
relationships: {};
|
|
66
|
+
default_ordering: null;
|
|
67
|
+
definitions: {
|
|
68
|
+
MoneyField: {
|
|
69
|
+
type: string;
|
|
70
|
+
properties: {
|
|
71
|
+
amount: {
|
|
72
|
+
type: string;
|
|
73
|
+
};
|
|
74
|
+
currency: {
|
|
75
|
+
type: string;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
datetime_format: string;
|
|
81
|
+
date_format: string;
|
|
82
|
+
time_format: string;
|
|
83
|
+
display: null;
|
|
84
|
+
};
|
|
85
|
+
static relationshipFields: Map<any, any>;
|
|
86
|
+
constructor(data: any);
|
|
87
|
+
/**
|
|
88
|
+
* Define property getters and setters for all model fields
|
|
89
|
+
* @private
|
|
90
|
+
*/
|
|
91
|
+
private _defineProperties;
|
|
92
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated. Do not make direct changes to the file.
|
|
3
|
+
*/
|
|
4
|
+
import { Model, Manager, QuerySet, getModelClass } from '../../../../src';
|
|
5
|
+
import { wrapReactiveModel } from '../../../../src';
|
|
6
|
+
import schemaData from './uuiduser.schema.json';
|
|
7
|
+
/**
|
|
8
|
+
* Model-specific QuerySet implementation
|
|
9
|
+
*/
|
|
10
|
+
export class UUIDUserQuerySet extends QuerySet {
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Model-specific Manager implementation
|
|
14
|
+
*/
|
|
15
|
+
export class UUIDUserManager extends Manager {
|
|
16
|
+
constructor(ModelClass) {
|
|
17
|
+
super(ModelClass, UUIDUserQuerySet);
|
|
18
|
+
}
|
|
19
|
+
newQuerySet() {
|
|
20
|
+
return new UUIDUserQuerySet(this.ModelClass);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Implementation of the UUIDUser model
|
|
25
|
+
*/
|
|
26
|
+
export class UUIDUser extends Model {
|
|
27
|
+
constructor(data) {
|
|
28
|
+
UUIDUser.validateFields(data);
|
|
29
|
+
super(data);
|
|
30
|
+
// Define getters and setters for all fields
|
|
31
|
+
this._defineProperties();
|
|
32
|
+
return wrapReactiveModel(this);
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Define property getters and setters for all model fields
|
|
36
|
+
* @private
|
|
37
|
+
*/
|
|
38
|
+
_defineProperties() {
|
|
39
|
+
// For each field, define a property that gets/sets from internal storage
|
|
40
|
+
UUIDUser.fields.forEach(field => {
|
|
41
|
+
Object.defineProperty(this, field, {
|
|
42
|
+
get: function () {
|
|
43
|
+
return this.getField(field);
|
|
44
|
+
},
|
|
45
|
+
set: function (value) {
|
|
46
|
+
this.setField(field, value);
|
|
47
|
+
},
|
|
48
|
+
enumerable: true, // Make sure fields are enumerable for serialization
|
|
49
|
+
configurable: true
|
|
50
|
+
});
|
|
51
|
+
});
|
|
52
|
+
// Add a special read-only getter for the repr field
|
|
53
|
+
Object.defineProperty(this, 'repr', {
|
|
54
|
+
get: function () {
|
|
55
|
+
return this.getField('repr');
|
|
56
|
+
},
|
|
57
|
+
enumerable: true, // Make sure repr is enumerable
|
|
58
|
+
configurable: true
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
// Bind this model to its backend
|
|
63
|
+
UUIDUser.configKey = 'default';
|
|
64
|
+
UUIDUser.modelName = 'django_app.uuiduser';
|
|
65
|
+
UUIDUser.primaryKeyField = 'id';
|
|
66
|
+
UUIDUser.objects = new UUIDUserManager(UUIDUser);
|
|
67
|
+
UUIDUser.fields = ['id', 'name'];
|
|
68
|
+
UUIDUser.schema = schemaData;
|
|
69
|
+
UUIDUser.relationshipFields = new Map([]);
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
{
|
|
2
|
+
"model_name": "django_app.uuiduser",
|
|
3
|
+
"title": "Uuid User",
|
|
4
|
+
"class_name": "UUIDUser",
|
|
5
|
+
"plural_title": "Uuid Users",
|
|
6
|
+
"primary_key_field": "id",
|
|
7
|
+
"filterable_fields": [
|
|
8
|
+
"id",
|
|
9
|
+
"name"
|
|
10
|
+
],
|
|
11
|
+
"searchable_fields": [
|
|
12
|
+
"name"
|
|
13
|
+
],
|
|
14
|
+
"ordering_fields": [
|
|
15
|
+
"name"
|
|
16
|
+
],
|
|
17
|
+
"properties": {
|
|
18
|
+
"id": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"title": "Id",
|
|
21
|
+
"required": true,
|
|
22
|
+
"description": null,
|
|
23
|
+
"nullable": false,
|
|
24
|
+
"format": "uuid",
|
|
25
|
+
"max_length": null,
|
|
26
|
+
"choices": null,
|
|
27
|
+
"default": null,
|
|
28
|
+
"validators": [],
|
|
29
|
+
"max_digits": null,
|
|
30
|
+
"decimal_places": null,
|
|
31
|
+
"read_only": true,
|
|
32
|
+
"ref": null
|
|
33
|
+
},
|
|
34
|
+
"name": {
|
|
35
|
+
"type": "string",
|
|
36
|
+
"title": "Name",
|
|
37
|
+
"required": true,
|
|
38
|
+
"description": null,
|
|
39
|
+
"nullable": false,
|
|
40
|
+
"format": null,
|
|
41
|
+
"max_length": 100,
|
|
42
|
+
"choices": null,
|
|
43
|
+
"default": null,
|
|
44
|
+
"validators": [],
|
|
45
|
+
"max_digits": null,
|
|
46
|
+
"decimal_places": null,
|
|
47
|
+
"read_only": false,
|
|
48
|
+
"ref": null
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"relationships": {},
|
|
52
|
+
"default_ordering": null,
|
|
53
|
+
"definitions": {
|
|
54
|
+
"MoneyField": {
|
|
55
|
+
"type": "object",
|
|
56
|
+
"properties": {
|
|
57
|
+
"amount": {
|
|
58
|
+
"type": "number"
|
|
59
|
+
},
|
|
60
|
+
"currency": {
|
|
61
|
+
"type": "string"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"datetime_format": "iso-8601",
|
|
67
|
+
"date_format": "iso-8601",
|
|
68
|
+
"time_format": "iso-8601",
|
|
69
|
+
"display": null
|
|
70
|
+
}
|
|
@@ -348,7 +348,8 @@ export class QuerysetStore {
|
|
|
348
348
|
if (ops[i].status !== Status.CONFIRMED)
|
|
349
349
|
return true;
|
|
350
350
|
// Confirmed ops: only relevant if newer than last sync
|
|
351
|
-
|
|
351
|
+
if (ops[i].timestamp >= cutoff)
|
|
352
|
+
return true;
|
|
352
353
|
}
|
|
353
354
|
return false;
|
|
354
355
|
}
|
package/package.json
CHANGED