taon 21.0.15 → 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 +1 -1
- package/browser/types/taon-browser.d.ts +13 -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/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 +1 -1
- package/websql/types/taon-websql.d.ts +13 -2
|
@@ -7941,7 +7941,7 @@ const NumberColumn = () => Column({ type: 'int', nullable: true });
|
|
|
7941
7941
|
const DecimalNumberColumn = () => Column({ type: 'float', nullable: true });
|
|
7942
7942
|
const SimpleJsonColumn = () => Column({ type: 'simple-json', nullable: true });
|
|
7943
7943
|
const BooleanColumn = (defaultValue) => Column({ type: 'boolean', nullable: true, default: defaultValue });
|
|
7944
|
-
const
|
|
7944
|
+
const DateTimeColumn = (defaultValue = null) => Column({ type: 'datetime', nullable: true, default: defaultValue });
|
|
7945
7945
|
|
|
7946
7946
|
/**
|
|
7947
7947
|
* Entity decorator
|
|
@@ -8144,6 +8144,25 @@ const TAON_FLATTEN_MAPPING = {
|
|
|
8144
8144
|
'Taon.Orm.Relation.ManyToMany': 'ManyToMany',
|
|
8145
8145
|
'Taon.Orm.Relation.ManyToOne': 'ManyToOne',
|
|
8146
8146
|
},
|
|
8147
|
+
'taon-storage/src': {
|
|
8148
|
+
// =====================
|
|
8149
|
+
// Stor.* (new clean API)
|
|
8150
|
+
// =====================
|
|
8151
|
+
'Stor.Property.In.LocalStorage': 'StorPropertyInLocalStorage',
|
|
8152
|
+
'Stor.Property.In.IndexedDb': 'StorPropertyInIndexedDb',
|
|
8153
|
+
// short alias style (if you prefer this pattern in some codebases)
|
|
8154
|
+
'Stor.In.LocalStorage': 'StorPropertyInLocalStorage',
|
|
8155
|
+
'Stor.In.IndexedDb': 'StorPropertyInIndexedDb',
|
|
8156
|
+
// =====================
|
|
8157
|
+
// Stor.property.in.* (back-compat chain you mentioned)
|
|
8158
|
+
// =====================
|
|
8159
|
+
'Stor.property.in.localstorage': 'StorPropertyInLocalStorage',
|
|
8160
|
+
'Stor.property.in.indexedb': 'StorPropertyInIndexedDb',
|
|
8161
|
+
'Stor.property.in.indexedDb': 'StorPropertyInIndexedDb',
|
|
8162
|
+
// Optional: if your old code had Stor.proper... (typo)
|
|
8163
|
+
'Stor.proper.in.localstorage': 'StorPropertyInLocalStorage',
|
|
8164
|
+
'Stor.proper.in.indexedb': 'StorPropertyInIndexedDb',
|
|
8165
|
+
}
|
|
8147
8166
|
};
|
|
8148
8167
|
//#endregion
|
|
8149
8168
|
|
|
@@ -8151,5 +8170,5 @@ const TAON_FLATTEN_MAPPING = {
|
|
|
8151
8170
|
* Generated bundle index. Do not edit.
|
|
8152
8171
|
*/
|
|
8153
8172
|
|
|
8154
|
-
export { BaseTaonClassesNames, Body, BooleanColumn, CURRENT_HOST_BACKEND_PORT, CURRENT_HOST_URL, ClassHelpers, ContextDbMigrations, ContextsEndpointStorage, ControllerConfig, Cookie, DELETE, DITaonContainer,
|
|
8173
|
+
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, 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 };
|
|
8155
8174
|
//# sourceMappingURL=taon-browser.mjs.map
|