taon 21.0.12 → 21.0.16
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/browser/fesm2022/taon-browser.mjs +21 -2
- package/browser/fesm2022/taon-browser.mjs.map +1 -1
- package/browser/package.json +5 -5
- package/browser/types/taon-browser.d.ts +14 -2
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/index.d.ts +11 -0
- package/lib/index.js +19 -0
- package/lib/index.js.map +1 -1
- package/lib/orm/columns.d.ts +1 -1
- package/lib/orm/columns.js +3 -3
- package/lib/realtime/realtime-strategy/realtime-strategy-ipc.d.ts +1 -1
- package/lib/ui/index.js +2 -2
- package/lib/ui/taon-admin-mode-configuration/index.js +2 -2
- package/package.json +2 -2
- package/websql/fesm2022/taon-websql.mjs +21 -2
- package/websql/fesm2022/taon-websql.mjs.map +1 -1
- package/websql/package.json +5 -5
- package/websql/types/taon-websql.d.ts +14 -2
package/websql/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "taon/websql",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.16",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^
|
|
6
|
-
"@angular/core": "^
|
|
5
|
+
"@angular/common": "^21.0.0",
|
|
6
|
+
"@angular/core": "^21.0.0"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"tslib": "^2.3.0"
|
|
10
10
|
},
|
|
11
|
+
"sideEffects": false,
|
|
11
12
|
"module": "fesm2022/taon-websql.mjs",
|
|
12
13
|
"typings": "types/taon-websql.d.ts",
|
|
13
14
|
"exports": {
|
|
@@ -18,6 +19,5 @@
|
|
|
18
19
|
"types": "./types/taon-websql.d.ts",
|
|
19
20
|
"default": "./fesm2022/taon-websql.mjs"
|
|
20
21
|
}
|
|
21
|
-
}
|
|
22
|
-
"sideEffects": false
|
|
22
|
+
}
|
|
23
23
|
}
|
|
@@ -19,6 +19,7 @@ import * as _ngx_formly_core from '@ngx-formly/core';
|
|
|
19
19
|
import { FieldWrapper, FieldArrayType, FormlyFormBuilder, FormlyFieldConfig } from '@ngx-formly/core';
|
|
20
20
|
import { ServerOptions, Server as Server$1, DefaultEventsMap } from 'socket.io';
|
|
21
21
|
import { io, Socket } from 'socket.io-client';
|
|
22
|
+
import * as Electron from 'electron';
|
|
22
23
|
import { ipcRenderer } from 'electron';
|
|
23
24
|
|
|
24
25
|
declare abstract class TaonBaseCustomRepository extends TaonBaseInjector {
|
|
@@ -1642,7 +1643,7 @@ declare const NumberColumn: () => PropertyDecorator;
|
|
|
1642
1643
|
declare const DecimalNumberColumn: () => PropertyDecorator;
|
|
1643
1644
|
declare const SimpleJsonColumn: () => PropertyDecorator;
|
|
1644
1645
|
declare const BooleanColumn: (defaultValue: boolean | null) => PropertyDecorator;
|
|
1645
|
-
declare const
|
|
1646
|
+
declare const DateTimeColumn: (defaultValue?: boolean | null) => PropertyDecorator;
|
|
1646
1647
|
|
|
1647
1648
|
/**
|
|
1648
1649
|
* Server for realtime communication
|
|
@@ -2155,7 +2156,18 @@ declare const TAON_FLATTEN_MAPPING: {
|
|
|
2155
2156
|
'Taon.Orm.Relation.ManyToMany': string;
|
|
2156
2157
|
'Taon.Orm.Relation.ManyToOne': string;
|
|
2157
2158
|
};
|
|
2159
|
+
'taon-storage/src': {
|
|
2160
|
+
'Stor.Property.In.LocalStorage': string;
|
|
2161
|
+
'Stor.Property.In.IndexedDb': string;
|
|
2162
|
+
'Stor.In.LocalStorage': string;
|
|
2163
|
+
'Stor.In.IndexedDb': string;
|
|
2164
|
+
'Stor.property.in.localstorage': string;
|
|
2165
|
+
'Stor.property.in.indexedb': string;
|
|
2166
|
+
'Stor.property.in.indexedDb': string;
|
|
2167
|
+
'Stor.proper.in.localstorage': string;
|
|
2168
|
+
'Stor.proper.in.indexedb': string;
|
|
2169
|
+
};
|
|
2158
2170
|
};
|
|
2159
2171
|
|
|
2160
|
-
export { BaseTaonClassesNames, Body, BooleanColumn, CURRENT_HOST_BACKEND_PORT, CURRENT_HOST_URL, ClassHelpers, ContextDbMigrations, ContextsEndpointStorage, ControllerConfig, Cookie, DELETE, DITaonContainer,
|
|
2172
|
+
export { BaseTaonClassesNames, Body, BooleanColumn, CURRENT_HOST_BACKEND_PORT, CURRENT_HOST_URL, ClassHelpers, ContextDbMigrations, ContextsEndpointStorage, ControllerConfig, Cookie, DELETE, DITaonContainer, DateTimeColumn, DecimalNumberColumn, DecoratorAbstractOpt, EndpointContext, EntityProcess, FormlyHorizontalWrapper, GET, HEAD, HTML, Header, MethodConfig, MockNamespaceIpc, MockServerIpc, MockSocketIpc, Models, NumberColumn, PATCH, POST, PUT, ParamConfig, Path, Query, RealtimeClient, RealtimeCore, RealtimeModels, RealtimeServer, RealtimeStrategy, RealtimeStrategyIpc, RealtimeStrategyMock, RealtimeStrategySocketIO, RealtimeSubsManager, RegisterComponentType, RegisterComponentTypeForEntity, RepeatTypeComponent, SimpleJsonColumn, String100Column, String200Column, String45Column, String500Column, StringColumn, Symbols, TAON_CONTEXT, TAON_FLATTEN_MAPPING, Taon, TaonAdminService, TaonBaseAbstractEntity, TaonBaseAngularService, TaonBaseClass, TaonBaseContext, TaonBaseController, TaonBaseCrudController, TaonBaseCustomRepository, TaonBaseEntity, TaonBaseFileUploadMiddleware, TaonBaseInjector, TaonBaseMiddleware, TaonBaseMigration, TaonBaseProvider, TaonBaseRepository, TaonBaseSubscriberForEntity, TaonController, TaonControllerOptions, TaonEntity, TaonEntityKeysToOmitArr, TaonEntityOptions, TaonHelpers, TaonMiddleware, TaonMiddlewareOptions, TaonMigration, TaonMigrationOptions, TaonProvider, TaonProviderOptions, TaonRepository, TaonRepositoryOptions, TaonRestResponseWrapper, TaonSubscriber, TaonSubscriberOptions, TaonTempDatabasesFolder, TaonTempRoutesFolder, Validators, apiPrefix, cloneObj, controllerConfigFrom, createContext, createContextTemplate, findTypeForEntity, getFromlyConfigFor, getRegisteredComponents, getResponseValue, getTransformFunction, inject, singleTransform, typeFromEntity, typeFromName };
|
|
2161
2173
|
export type { AbstractEntityOmitKeys, FormlyArrayTransformFn, FormlyEntityType, FormlyInputType, MigrationStatus, MulterFileUploadResponse, TaonAdditionalMiddlewareMethodInfo, TaonContext, TaonEntityKeysToOmit, TaonHttpDecoratorOptions, TaonMiddlewareFunction, TaonMiddlewareInheritanceObj };
|