@jari-ace/app-bolts 0.2.0
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/api/apiCache.d.ts +5 -0
- package/dist/api/apiCache.d.ts.map +1 -0
- package/dist/api/apiCache.js +19 -0
- package/dist/api/apiCache.js.map +1 -0
- package/dist/api/appService/aceInstall.d.ts +18 -0
- package/dist/api/appService/aceInstall.d.ts.map +1 -0
- package/dist/api/appService/aceInstall.js +27 -0
- package/dist/api/appService/aceInstall.js.map +1 -0
- package/dist/api/appService/appAdmin.d.ts +32 -0
- package/dist/api/appService/appAdmin.d.ts.map +1 -0
- package/dist/api/appService/appAdmin.js +53 -0
- package/dist/api/appService/appAdmin.js.map +1 -0
- package/dist/api/appService/appInstance.d.ts +94 -0
- package/dist/api/appService/appInstance.d.ts.map +1 -0
- package/dist/api/appService/appInstance.js +141 -0
- package/dist/api/appService/appInstance.js.map +1 -0
- package/dist/api/appService/appMessage.d.ts +67 -0
- package/dist/api/appService/appMessage.d.ts.map +1 -0
- package/dist/api/appService/appMessage.js +101 -0
- package/dist/api/appService/appMessage.js.map +1 -0
- package/dist/api/appService/appService.d.ts +67 -0
- package/dist/api/appService/appService.d.ts.map +1 -0
- package/dist/api/appService/appService.js +99 -0
- package/dist/api/appService/appService.js.map +1 -0
- package/dist/api/appService/appSetting.d.ts +91 -0
- package/dist/api/appService/appSetting.d.ts.map +1 -0
- package/dist/api/appService/appSetting.js +127 -0
- package/dist/api/appService/appSetting.js.map +1 -0
- package/dist/api/appService/appSettingGroup.d.ts +62 -0
- package/dist/api/appService/appSettingGroup.d.ts.map +1 -0
- package/dist/api/appService/appSettingGroup.js +96 -0
- package/dist/api/appService/appSettingGroup.js.map +1 -0
- package/dist/api/appService/appliedPasswordPolicy.d.ts +45 -0
- package/dist/api/appService/appliedPasswordPolicy.d.ts.map +1 -0
- package/dist/api/appService/appliedPasswordPolicy.js +72 -0
- package/dist/api/appService/appliedPasswordPolicy.js.map +1 -0
- package/dist/api/appService/eventCompensation.d.ts +27 -0
- package/dist/api/appService/eventCompensation.d.ts.map +1 -0
- package/dist/api/appService/eventCompensation.js +40 -0
- package/dist/api/appService/eventCompensation.js.map +1 -0
- package/dist/api/appService/externalApp.d.ts +92 -0
- package/dist/api/appService/externalApp.d.ts.map +1 -0
- package/dist/api/appService/externalApp.js +135 -0
- package/dist/api/appService/externalApp.js.map +1 -0
- package/dist/api/auditService/auditLog.d.ts +36 -0
- package/dist/api/auditService/auditLog.d.ts.map +1 -0
- package/dist/api/auditService/auditLog.js +46 -0
- package/dist/api/auditService/auditLog.js.map +1 -0
- package/dist/api/domainModel/aggregate.d.ts +51 -0
- package/dist/api/domainModel/aggregate.d.ts.map +1 -0
- package/dist/api/domainModel/aggregate.js +78 -0
- package/dist/api/domainModel/aggregate.js.map +1 -0
- package/dist/api/domainModel/command.d.ts +130 -0
- package/dist/api/domainModel/command.d.ts.map +1 -0
- package/dist/api/domainModel/command.js +183 -0
- package/dist/api/domainModel/command.js.map +1 -0
- package/dist/api/domainModel/constraint.d.ts +56 -0
- package/dist/api/domainModel/constraint.d.ts.map +1 -0
- package/dist/api/domainModel/constraint.js +84 -0
- package/dist/api/domainModel/constraint.js.map +1 -0
- package/dist/api/domainModel/dataScope.d.ts +45 -0
- package/dist/api/domainModel/dataScope.d.ts.map +1 -0
- package/dist/api/domainModel/dataScope.js +69 -0
- package/dist/api/domainModel/dataScope.js.map +1 -0
- package/dist/api/domainModel/dataSource.d.ts +112 -0
- package/dist/api/domainModel/dataSource.d.ts.map +1 -0
- package/dist/api/domainModel/dataSource.js +163 -0
- package/dist/api/domainModel/dataSource.js.map +1 -0
- package/dist/api/domainModel/dto.d.ts +133 -0
- package/dist/api/domainModel/dto.d.ts.map +1 -0
- package/dist/api/domainModel/dto.js +189 -0
- package/dist/api/domainModel/dto.js.map +1 -0
- package/dist/api/domainModel/dtoConstraint.d.ts +56 -0
- package/dist/api/domainModel/dtoConstraint.d.ts.map +1 -0
- package/dist/api/domainModel/dtoConstraint.js +84 -0
- package/dist/api/domainModel/dtoConstraint.js.map +1 -0
- package/dist/api/domainModel/entity.d.ts +104 -0
- package/dist/api/domainModel/entity.d.ts.map +1 -0
- package/dist/api/domainModel/entity.js +149 -0
- package/dist/api/domainModel/entity.js.map +1 -0
- package/dist/api/domainModel/enum.d.ts +63 -0
- package/dist/api/domainModel/enum.d.ts.map +1 -0
- package/dist/api/domainModel/enum.js +97 -0
- package/dist/api/domainModel/enum.js.map +1 -0
- package/dist/api/domainModel/release.d.ts +52 -0
- package/dist/api/domainModel/release.d.ts.map +1 -0
- package/dist/api/domainModel/release.js +81 -0
- package/dist/api/domainModel/release.js.map +1 -0
- package/dist/api/fileService/fileConfiguration.d.ts +88 -0
- package/dist/api/fileService/fileConfiguration.d.ts.map +1 -0
- package/dist/api/fileService/fileConfiguration.js +132 -0
- package/dist/api/fileService/fileConfiguration.js.map +1 -0
- package/dist/api/fileService/fileStorage.d.ts +76 -0
- package/dist/api/fileService/fileStorage.d.ts.map +1 -0
- package/dist/api/fileService/fileStorage.js +122 -0
- package/dist/api/fileService/fileStorage.js.map +1 -0
- package/dist/api/fileService/files.d.ts +68 -0
- package/dist/api/fileService/files.d.ts.map +1 -0
- package/dist/api/fileService/files.js +141 -0
- package/dist/api/fileService/files.js.map +1 -0
- package/dist/api/idGenService/leafSegment.d.ts +34 -0
- package/dist/api/idGenService/leafSegment.d.ts.map +1 -0
- package/dist/api/idGenService/leafSegment.js +54 -0
- package/dist/api/idGenService/leafSegment.js.map +1 -0
- package/dist/api/idGenService/stringIdTemplate.d.ts +86 -0
- package/dist/api/idGenService/stringIdTemplate.d.ts.map +1 -0
- package/dist/api/idGenService/stringIdTemplate.js +127 -0
- package/dist/api/idGenService/stringIdTemplate.js.map +1 -0
- package/dist/api/orgService/customGroup.d.ts +41 -0
- package/dist/api/orgService/customGroup.d.ts.map +1 -0
- package/dist/api/orgService/customGroup.js +65 -0
- package/dist/api/orgService/customGroup.js.map +1 -0
- package/dist/api/orgService/department.d.ts +202 -0
- package/dist/api/orgService/department.d.ts.map +1 -0
- package/dist/api/orgService/department.js +153 -0
- package/dist/api/orgService/department.js.map +1 -0
- package/dist/api/orgService/departmentAttrDef.d.ts +54 -0
- package/dist/api/orgService/departmentAttrDef.d.ts.map +1 -0
- package/dist/api/orgService/departmentAttrDef.js +85 -0
- package/dist/api/orgService/departmentAttrDef.js.map +1 -0
- package/dist/api/orgService/group.d.ts +225 -0
- package/dist/api/orgService/group.d.ts.map +1 -0
- package/dist/api/orgService/group.js +148 -0
- package/dist/api/orgService/group.js.map +1 -0
- package/dist/api/orgService/realm.d.ts +41 -0
- package/dist/api/orgService/realm.d.ts.map +1 -0
- package/dist/api/orgService/realm.js +66 -0
- package/dist/api/orgService/realm.js.map +1 -0
- package/dist/api/orgService/role.d.ts +76 -0
- package/dist/api/orgService/role.d.ts.map +1 -0
- package/dist/api/orgService/role.js +110 -0
- package/dist/api/orgService/role.js.map +1 -0
- package/dist/api/orgService/session.d.ts +40 -0
- package/dist/api/orgService/session.d.ts.map +1 -0
- package/dist/api/orgService/session.js +62 -0
- package/dist/api/orgService/session.js.map +1 -0
- package/dist/api/orgService/user.d.ts +977 -0
- package/dist/api/orgService/user.d.ts.map +1 -0
- package/dist/api/orgService/user.js +713 -0
- package/dist/api/orgService/user.js.map +1 -0
- package/dist/api/orgService/userAttrDef.d.ts +54 -0
- package/dist/api/orgService/userAttrDef.d.ts.map +1 -0
- package/dist/api/orgService/userAttrDef.js +82 -0
- package/dist/api/orgService/userAttrDef.js.map +1 -0
- package/dist/api/orgService/userAvatar.d.ts +15 -0
- package/dist/api/orgService/userAvatar.d.ts.map +1 -0
- package/dist/api/orgService/userAvatar.js +33 -0
- package/dist/api/orgService/userAvatar.js.map +1 -0
- package/dist/api/pushService/MessageTemplate.d.ts +52 -0
- package/dist/api/pushService/MessageTemplate.d.ts.map +1 -0
- package/dist/api/pushService/MessageTemplate.js +92 -0
- package/dist/api/pushService/MessageTemplate.js.map +1 -0
- package/dist/api/pushService/MessengerTemplateMap.d.ts +45 -0
- package/dist/api/pushService/MessengerTemplateMap.d.ts.map +1 -0
- package/dist/api/pushService/MessengerTemplateMap.js +59 -0
- package/dist/api/pushService/MessengerTemplateMap.js.map +1 -0
- package/dist/api/pushService/channel.d.ts +60 -0
- package/dist/api/pushService/channel.d.ts.map +1 -0
- package/dist/api/pushService/channel.js +90 -0
- package/dist/api/pushService/channel.js.map +1 -0
- package/dist/api/pushService/messenger.d.ts +54 -0
- package/dist/api/pushService/messenger.d.ts.map +1 -0
- package/dist/api/pushService/messenger.js +72 -0
- package/dist/api/pushService/messenger.js.map +1 -0
- package/dist/api/pushService/sockJs.d.ts +30 -0
- package/dist/api/pushService/sockJs.d.ts.map +1 -0
- package/dist/api/pushService/sockJs.js +39 -0
- package/dist/api/pushService/sockJs.js.map +1 -0
- package/dist/api/pushService/soketIo.d.ts +35 -0
- package/dist/api/pushService/soketIo.d.ts.map +1 -0
- package/dist/api/pushService/soketIo.js +46 -0
- package/dist/api/pushService/soketIo.js.map +1 -0
- package/dist/api/pushService/userSubscription.d.ts +40 -0
- package/dist/api/pushService/userSubscription.d.ts.map +1 -0
- package/dist/api/pushService/userSubscription.js +54 -0
- package/dist/api/pushService/userSubscription.js.map +1 -0
- package/dist/global.d.ts +249 -0
- package/dist/global.d.ts.map +1 -0
- package/dist/global.js +75 -0
- package/dist/global.js.map +1 -0
- package/dist/http/IAceAxios.d.ts +111 -0
- package/dist/http/IAceAxios.d.ts.map +1 -0
- package/dist/http/IAceAxios.js +7 -0
- package/dist/http/IAceAxios.js.map +1 -0
- package/dist/http/types.d.ts +140 -0
- package/dist/http/types.d.ts.map +1 -0
- package/dist/http/types.js +3 -0
- package/dist/http/types.js.map +1 -0
- package/dist/http/useAxios.d.ts +8 -0
- package/dist/http/useAxios.d.ts.map +1 -0
- package/dist/http/useAxios.js +18 -0
- package/dist/http/useAxios.js.map +1 -0
- package/dist/http/useLoading.d.ts +3 -0
- package/dist/http/useLoading.d.ts.map +1 -0
- package/dist/http/useLoading.js +15 -0
- package/dist/http/useLoading.js.map +1 -0
- package/dist/index.d.ts +108 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +109 -0
- package/dist/index.js.map +1 -0
- package/dist/locales/i18nLoader.d.ts +6 -0
- package/dist/locales/i18nLoader.d.ts.map +1 -0
- package/dist/locales/i18nLoader.js +38 -0
- package/dist/locales/i18nLoader.js.map +1 -0
- package/dist/locales/setupI18n.d.ts +7 -0
- package/dist/locales/setupI18n.d.ts.map +1 -0
- package/dist/locales/setupI18n.js +77 -0
- package/dist/locales/setupI18n.js.map +1 -0
- package/dist/locales/useLocale.d.ts +18 -0
- package/dist/locales/useLocale.d.ts.map +1 -0
- package/dist/locales/useLocale.js +96 -0
- package/dist/locales/useLocale.js.map +1 -0
- package/dist/models/AppBridge.d.ts +52 -0
- package/dist/models/AppBridge.d.ts.map +1 -0
- package/dist/models/AppBridge.js +2 -0
- package/dist/models/AppBridge.js.map +1 -0
- package/dist/models/EntityBase.d.ts +11 -0
- package/dist/models/EntityBase.d.ts.map +1 -0
- package/dist/models/EntityBase.js +2 -0
- package/dist/models/EntityBase.js.map +1 -0
- package/dist/models/LinkTreeNodeAddParam.d.ts +10 -0
- package/dist/models/LinkTreeNodeAddParam.d.ts.map +1 -0
- package/dist/models/LinkTreeNodeAddParam.js +2 -0
- package/dist/models/LinkTreeNodeAddParam.js.map +1 -0
- package/dist/models/Page.d.ts +50 -0
- package/dist/models/Page.d.ts.map +1 -0
- package/dist/models/Page.js +2 -0
- package/dist/models/Page.js.map +1 -0
- package/dist/models/ProjectedSortPathTreeNode.d.ts +22 -0
- package/dist/models/ProjectedSortPathTreeNode.d.ts.map +1 -0
- package/dist/models/ProjectedSortPathTreeNode.js +2 -0
- package/dist/models/ProjectedSortPathTreeNode.js.map +1 -0
- package/dist/models/ProjectedUser.d.ts +18 -0
- package/dist/models/ProjectedUser.d.ts.map +1 -0
- package/dist/models/ProjectedUser.js +2 -0
- package/dist/models/ProjectedUser.js.map +1 -0
- package/dist/models/Roles.d.ts +218 -0
- package/dist/models/Roles.d.ts.map +1 -0
- package/dist/models/Roles.js +219 -0
- package/dist/models/Roles.js.map +1 -0
- package/dist/models/SortPathTreeNode.d.ts +22 -0
- package/dist/models/SortPathTreeNode.d.ts.map +1 -0
- package/dist/models/SortPathTreeNode.js +2 -0
- package/dist/models/SortPathTreeNode.js.map +1 -0
- package/dist/models/SortPathTreeNodeAddParam.d.ts +14 -0
- package/dist/models/SortPathTreeNodeAddParam.d.ts.map +1 -0
- package/dist/models/SortPathTreeNodeAddParam.js +2 -0
- package/dist/models/SortPathTreeNodeAddParam.js.map +1 -0
- package/dist/models/SysSetting.d.ts +15 -0
- package/dist/models/SysSetting.d.ts.map +1 -0
- package/dist/models/SysSetting.js +2 -0
- package/dist/models/SysSetting.js.map +1 -0
- package/dist/models/SystemSetting.d.ts +1 -0
- package/dist/models/SystemSetting.d.ts.map +1 -0
- package/dist/models/SystemSetting.js +2 -0
- package/dist/models/SystemSetting.js.map +1 -0
- package/dist/models/appService/AceInstallInfo.d.ts +39 -0
- package/dist/models/appService/AceInstallInfo.d.ts.map +1 -0
- package/dist/models/appService/AceInstallInfo.js +2 -0
- package/dist/models/appService/AceInstallInfo.js.map +1 -0
- package/dist/models/appService/AppAdmin.d.ts +64 -0
- package/dist/models/appService/AppAdmin.d.ts.map +1 -0
- package/dist/models/appService/AppAdmin.js +2 -0
- package/dist/models/appService/AppAdmin.js.map +1 -0
- package/dist/models/appService/AppInstance.d.ts +200 -0
- package/dist/models/appService/AppInstance.d.ts.map +1 -0
- package/dist/models/appService/AppInstance.js +2 -0
- package/dist/models/appService/AppInstance.js.map +1 -0
- package/dist/models/appService/AppMessage.d.ts +64 -0
- package/dist/models/appService/AppMessage.d.ts.map +1 -0
- package/dist/models/appService/AppMessage.js +2 -0
- package/dist/models/appService/AppMessage.js.map +1 -0
- package/dist/models/appService/AppService.d.ts +78 -0
- package/dist/models/appService/AppService.d.ts.map +1 -0
- package/dist/models/appService/AppService.js +2 -0
- package/dist/models/appService/AppService.js.map +1 -0
- package/dist/models/appService/AppSettingGroup.d.ts +71 -0
- package/dist/models/appService/AppSettingGroup.d.ts.map +1 -0
- package/dist/models/appService/AppSettingGroup.js +2 -0
- package/dist/models/appService/AppSettingGroup.js.map +1 -0
- package/dist/models/appService/AppSettings.d.ts +165 -0
- package/dist/models/appService/AppSettings.d.ts.map +1 -0
- package/dist/models/appService/AppSettings.js +2 -0
- package/dist/models/appService/AppSettings.js.map +1 -0
- package/dist/models/appService/AppliedPasswordPolicy.d.ts +86 -0
- package/dist/models/appService/AppliedPasswordPolicy.d.ts.map +1 -0
- package/dist/models/appService/AppliedPasswordPolicy.js +2 -0
- package/dist/models/appService/AppliedPasswordPolicy.js.map +1 -0
- package/dist/models/appService/ExternalApp.d.ts +260 -0
- package/dist/models/appService/ExternalApp.d.ts.map +1 -0
- package/dist/models/appService/ExternalApp.js +2 -0
- package/dist/models/appService/ExternalApp.js.map +1 -0
- package/dist/models/appService/FailedEvent.d.ts +84 -0
- package/dist/models/appService/FailedEvent.d.ts.map +1 -0
- package/dist/models/appService/FailedEvent.js +2 -0
- package/dist/models/appService/FailedEvent.js.map +1 -0
- package/dist/models/auditService/Audit.d.ts +1565 -0
- package/dist/models/auditService/Audit.d.ts.map +1 -0
- package/dist/models/auditService/Audit.js +170 -0
- package/dist/models/auditService/Audit.js.map +1 -0
- package/dist/models/domainModel/index.d.ts +2864 -0
- package/dist/models/domainModel/index.d.ts.map +1 -0
- package/dist/models/domainModel/index.js +2 -0
- package/dist/models/domainModel/index.js.map +1 -0
- package/dist/models/expr/ExpressionBuilder.d.ts +3479 -0
- package/dist/models/expr/ExpressionBuilder.d.ts.map +1 -0
- package/dist/models/expr/ExpressionBuilder.js +874 -0
- package/dist/models/expr/ExpressionBuilder.js.map +1 -0
- package/dist/models/expr/Interfaces.d.ts +812 -0
- package/dist/models/expr/Interfaces.d.ts.map +1 -0
- package/dist/models/expr/Interfaces.js +65 -0
- package/dist/models/expr/Interfaces.js.map +1 -0
- package/dist/models/expr/impls/agg.d.ts +94 -0
- package/dist/models/expr/impls/agg.d.ts.map +1 -0
- package/dist/models/expr/impls/agg.js +381 -0
- package/dist/models/expr/impls/agg.js.map +1 -0
- package/dist/models/expr/impls/any.d.ts +46 -0
- package/dist/models/expr/impls/any.d.ts.map +1 -0
- package/dist/models/expr/impls/any.js +199 -0
- package/dist/models/expr/impls/any.js.map +1 -0
- package/dist/models/expr/impls/base.d.ts +11 -0
- package/dist/models/expr/impls/base.d.ts.map +1 -0
- package/dist/models/expr/impls/base.js +50 -0
- package/dist/models/expr/impls/base.js.map +1 -0
- package/dist/models/expr/impls/bool.d.ts +113 -0
- package/dist/models/expr/impls/bool.d.ts.map +1 -0
- package/dist/models/expr/impls/bool.js +618 -0
- package/dist/models/expr/impls/bool.js.map +1 -0
- package/dist/models/expr/impls/collection.d.ts +9 -0
- package/dist/models/expr/impls/collection.d.ts.map +1 -0
- package/dist/models/expr/impls/collection.js +47 -0
- package/dist/models/expr/impls/collection.js.map +1 -0
- package/dist/models/expr/impls/constant.d.ts +40 -0
- package/dist/models/expr/impls/constant.d.ts.map +1 -0
- package/dist/models/expr/impls/constant.js +187 -0
- package/dist/models/expr/impls/constant.js.map +1 -0
- package/dist/models/expr/impls/dateTime.d.ts +29 -0
- package/dist/models/expr/impls/dateTime.d.ts.map +1 -0
- package/dist/models/expr/impls/dateTime.js +133 -0
- package/dist/models/expr/impls/dateTime.js.map +1 -0
- package/dist/models/expr/impls/nullfun.d.ts +80 -0
- package/dist/models/expr/impls/nullfun.d.ts.map +1 -0
- package/dist/models/expr/impls/nullfun.js +328 -0
- package/dist/models/expr/impls/nullfun.js.map +1 -0
- package/dist/models/expr/impls/num.d.ts +41 -0
- package/dist/models/expr/impls/num.d.ts.map +1 -0
- package/dist/models/expr/impls/num.js +201 -0
- package/dist/models/expr/impls/num.js.map +1 -0
- package/dist/models/expr/impls/path.d.ts +133 -0
- package/dist/models/expr/impls/path.d.ts.map +1 -0
- package/dist/models/expr/impls/path.js +507 -0
- package/dist/models/expr/impls/path.js.map +1 -0
- package/dist/models/expr/impls/strfun.d.ts +44 -0
- package/dist/models/expr/impls/strfun.d.ts.map +1 -0
- package/dist/models/expr/impls/strfun.js +234 -0
- package/dist/models/expr/impls/strfun.js.map +1 -0
- package/dist/models/expr/impls/subQuery.d.ts +65 -0
- package/dist/models/expr/impls/subQuery.d.ts.map +1 -0
- package/dist/models/expr/impls/subQuery.js +452 -0
- package/dist/models/expr/impls/subQuery.js.map +1 -0
- package/dist/models/expr/impls/when.d.ts +47 -0
- package/dist/models/expr/impls/when.d.ts.map +1 -0
- package/dist/models/expr/impls/when.js +225 -0
- package/dist/models/expr/impls/when.js.map +1 -0
- package/dist/models/expr/mixins.d.ts +17306 -0
- package/dist/models/expr/mixins.d.ts.map +1 -0
- package/dist/models/expr/mixins.js +1958 -0
- package/dist/models/expr/mixins.js.map +1 -0
- package/dist/models/expr/querySpecification.d.ts +61 -0
- package/dist/models/expr/querySpecification.d.ts.map +1 -0
- package/dist/models/expr/querySpecification.js +222 -0
- package/dist/models/expr/querySpecification.js.map +1 -0
- package/dist/models/fileService/index.d.ts +901 -0
- package/dist/models/fileService/index.d.ts.map +1 -0
- package/dist/models/fileService/index.js +41 -0
- package/dist/models/fileService/index.js.map +1 -0
- package/dist/models/idGenService/LeafSegment.d.ts +48 -0
- package/dist/models/idGenService/LeafSegment.d.ts.map +1 -0
- package/dist/models/idGenService/LeafSegment.js +2 -0
- package/dist/models/idGenService/LeafSegment.js.map +1 -0
- package/dist/models/idGenService/StringIdTemplate.d.ts +187 -0
- package/dist/models/idGenService/StringIdTemplate.d.ts.map +1 -0
- package/dist/models/idGenService/StringIdTemplate.js +2 -0
- package/dist/models/idGenService/StringIdTemplate.js.map +1 -0
- package/dist/models/orgService/CustomGroup.d.ts +59 -0
- package/dist/models/orgService/CustomGroup.d.ts.map +1 -0
- package/dist/models/orgService/CustomGroup.js +2 -0
- package/dist/models/orgService/CustomGroup.js.map +1 -0
- package/dist/models/orgService/Department.d.ts +110 -0
- package/dist/models/orgService/Department.d.ts.map +1 -0
- package/dist/models/orgService/Department.js +2 -0
- package/dist/models/orgService/Department.js.map +1 -0
- package/dist/models/orgService/DepartmentAttributeDef.d.ts +115 -0
- package/dist/models/orgService/DepartmentAttributeDef.d.ts.map +1 -0
- package/dist/models/orgService/DepartmentAttributeDef.js +2 -0
- package/dist/models/orgService/DepartmentAttributeDef.js.map +1 -0
- package/dist/models/orgService/Group.d.ts +169 -0
- package/dist/models/orgService/Group.d.ts.map +1 -0
- package/dist/models/orgService/Group.js +2 -0
- package/dist/models/orgService/Group.js.map +1 -0
- package/dist/models/orgService/Realm.d.ts +36 -0
- package/dist/models/orgService/Realm.d.ts.map +1 -0
- package/dist/models/orgService/Realm.js +2 -0
- package/dist/models/orgService/Realm.js.map +1 -0
- package/dist/models/orgService/Role.d.ts +239 -0
- package/dist/models/orgService/Role.d.ts.map +1 -0
- package/dist/models/orgService/Role.js +2 -0
- package/dist/models/orgService/Role.js.map +1 -0
- package/dist/models/orgService/Session.d.ts +34 -0
- package/dist/models/orgService/Session.d.ts.map +1 -0
- package/dist/models/orgService/Session.js +2 -0
- package/dist/models/orgService/Session.js.map +1 -0
- package/dist/models/orgService/User.d.ts +589 -0
- package/dist/models/orgService/User.d.ts.map +1 -0
- package/dist/models/orgService/User.js +2 -0
- package/dist/models/orgService/User.js.map +1 -0
- package/dist/models/orgService/UserAttributeDef.d.ts +54 -0
- package/dist/models/orgService/UserAttributeDef.d.ts.map +1 -0
- package/dist/models/orgService/UserAttributeDef.js +2 -0
- package/dist/models/orgService/UserAttributeDef.js.map +1 -0
- package/dist/models/orgService/dsl.d.ts +12179 -0
- package/dist/models/orgService/dsl.d.ts.map +1 -0
- package/dist/models/orgService/dsl.js +421 -0
- package/dist/models/orgService/dsl.js.map +1 -0
- package/dist/models/pushService/Messenger.d.ts +495 -0
- package/dist/models/pushService/Messenger.d.ts.map +1 -0
- package/dist/models/pushService/Messenger.js +2 -0
- package/dist/models/pushService/Messenger.js.map +1 -0
- package/dist/settings/cacheSetting.d.ts +7 -0
- package/dist/settings/cacheSetting.d.ts.map +1 -0
- package/dist/settings/cacheSetting.js +17 -0
- package/dist/settings/cacheSetting.js.map +1 -0
- package/dist/settings/localeSetting.d.ts +77 -0
- package/dist/settings/localeSetting.d.ts.map +1 -0
- package/dist/settings/localeSetting.js +108 -0
- package/dist/settings/localeSetting.js.map +1 -0
- package/dist/stores/index.d.ts +5 -0
- package/dist/stores/index.d.ts.map +1 -0
- package/dist/stores/index.js +15 -0
- package/dist/stores/index.js.map +1 -0
- package/dist/stores/loginUserStore.d.ts +4 -0
- package/dist/stores/loginUserStore.d.ts.map +1 -0
- package/dist/stores/loginUserStore.js +50 -0
- package/dist/stores/loginUserStore.js.map +1 -0
- package/dist/utils/LRUCache.d.ts +16 -0
- package/dist/utils/LRUCache.d.ts.map +1 -0
- package/dist/utils/LRUCache.js +92 -0
- package/dist/utils/LRUCache.js.map +1 -0
- package/dist/utils/cache/index.d.ts +6 -0
- package/dist/utils/cache/index.d.ts.map +1 -0
- package/dist/utils/cache/index.js +45 -0
- package/dist/utils/cache/index.js.map +1 -0
- package/dist/utils/cache/storageCache.d.ts +59 -0
- package/dist/utils/cache/storageCache.d.ts.map +1 -0
- package/dist/utils/cache/storageCache.js +128 -0
- package/dist/utils/cache/storageCache.js.map +1 -0
- package/dist/utils/cipher.d.ts +41 -0
- package/dist/utils/cipher.d.ts.map +1 -0
- package/dist/utils/cipher.js +95 -0
- package/dist/utils/cipher.js.map +1 -0
- package/dist/utils/common.d.ts +6 -0
- package/dist/utils/common.d.ts.map +1 -0
- package/dist/utils/common.js +13 -0
- package/dist/utils/common.js.map +1 -0
- package/dist/utils/treeSort.d.ts +1 -0
- package/dist/utils/treeSort.d.ts.map +1 -0
- package/dist/utils/treeSort.js +2 -0
- package/dist/utils/treeSort.js.map +1 -0
- package/package.json +69 -0
|
@@ -0,0 +1,328 @@
|
|
|
1
|
+
var __extends = (this && this.__extends) || (function () {
|
|
2
|
+
var extendStatics = function (d, b) {
|
|
3
|
+
extendStatics = Object.setPrototypeOf ||
|
|
4
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6
|
+
return extendStatics(d, b);
|
|
7
|
+
};
|
|
8
|
+
return function (d, b) {
|
|
9
|
+
if (typeof b !== "function" && b !== null)
|
|
10
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
11
|
+
extendStatics(d, b);
|
|
12
|
+
function __() { this.constructor = d; }
|
|
13
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14
|
+
};
|
|
15
|
+
})();
|
|
16
|
+
import { javaTypes, } from "../Interfaces";
|
|
17
|
+
import { Expression } from "./base";
|
|
18
|
+
var CoalesceFunction = /** @class */ (function (_super) {
|
|
19
|
+
__extends(CoalesceFunction, _super);
|
|
20
|
+
function CoalesceFunction(_left, _right, _resultType) {
|
|
21
|
+
var _this = _super.call(this, _resultType) || this;
|
|
22
|
+
Object.defineProperty(_this, "left", {
|
|
23
|
+
enumerable: true,
|
|
24
|
+
configurable: true,
|
|
25
|
+
writable: true,
|
|
26
|
+
value: void 0
|
|
27
|
+
});
|
|
28
|
+
Object.defineProperty(_this, "right", {
|
|
29
|
+
enumerable: true,
|
|
30
|
+
configurable: true,
|
|
31
|
+
writable: true,
|
|
32
|
+
value: void 0
|
|
33
|
+
});
|
|
34
|
+
_this.left = _left;
|
|
35
|
+
_this.right = _right;
|
|
36
|
+
return _this;
|
|
37
|
+
}
|
|
38
|
+
Object.defineProperty(CoalesceFunction.prototype, "validate", {
|
|
39
|
+
enumerable: false,
|
|
40
|
+
configurable: true,
|
|
41
|
+
writable: true,
|
|
42
|
+
value: function () {
|
|
43
|
+
if (this.left == null ||
|
|
44
|
+
this.right == null ||
|
|
45
|
+
this.left.resultType !== this.right.resultType) {
|
|
46
|
+
throw "Coalesce函数构造参数错误";
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
return CoalesceFunction;
|
|
51
|
+
}(Expression));
|
|
52
|
+
var CoalesceBooleanFunctionBase = /** @class */ (function (_super) {
|
|
53
|
+
__extends(CoalesceBooleanFunctionBase, _super);
|
|
54
|
+
function CoalesceBooleanFunctionBase(left, right) {
|
|
55
|
+
var _this = _super.call(this, left, right, javaTypes.bool) || this;
|
|
56
|
+
Object.defineProperty(_this, "type__", {
|
|
57
|
+
enumerable: true,
|
|
58
|
+
configurable: true,
|
|
59
|
+
writable: true,
|
|
60
|
+
value: ".nullfun.CoalesceBooleanFunction"
|
|
61
|
+
});
|
|
62
|
+
return _this;
|
|
63
|
+
}
|
|
64
|
+
return CoalesceBooleanFunctionBase;
|
|
65
|
+
}(CoalesceFunction));
|
|
66
|
+
export { CoalesceBooleanFunctionBase };
|
|
67
|
+
var CoalesceStringFunctionBase = /** @class */ (function (_super) {
|
|
68
|
+
__extends(CoalesceStringFunctionBase, _super);
|
|
69
|
+
function CoalesceStringFunctionBase(left, right) {
|
|
70
|
+
var _this = _super.call(this, left, right, javaTypes.string) || this;
|
|
71
|
+
Object.defineProperty(_this, "type__", {
|
|
72
|
+
enumerable: true,
|
|
73
|
+
configurable: true,
|
|
74
|
+
writable: true,
|
|
75
|
+
value: ".nullfun.CoalesceStringFunction"
|
|
76
|
+
});
|
|
77
|
+
return _this;
|
|
78
|
+
}
|
|
79
|
+
return CoalesceStringFunctionBase;
|
|
80
|
+
}(CoalesceFunction));
|
|
81
|
+
export { CoalesceStringFunctionBase };
|
|
82
|
+
var CoalesceNumberFunctionBase = /** @class */ (function (_super) {
|
|
83
|
+
__extends(CoalesceNumberFunctionBase, _super);
|
|
84
|
+
function CoalesceNumberFunctionBase(left, right) {
|
|
85
|
+
var _this = _super.call(this, left, right, javaTypes.number) || this;
|
|
86
|
+
Object.defineProperty(_this, "type__", {
|
|
87
|
+
enumerable: true,
|
|
88
|
+
configurable: true,
|
|
89
|
+
writable: true,
|
|
90
|
+
value: ".nullfun.CoalesceNumberFunction"
|
|
91
|
+
});
|
|
92
|
+
Object.defineProperty(_this, "numberType__", {
|
|
93
|
+
enumerable: true,
|
|
94
|
+
configurable: true,
|
|
95
|
+
writable: true,
|
|
96
|
+
value: javaTypes.number
|
|
97
|
+
}); //ingnored
|
|
98
|
+
return _this;
|
|
99
|
+
}
|
|
100
|
+
return CoalesceNumberFunctionBase;
|
|
101
|
+
}(CoalesceFunction));
|
|
102
|
+
export { CoalesceNumberFunctionBase };
|
|
103
|
+
var CoalesceDateFunctionBase = /** @class */ (function (_super) {
|
|
104
|
+
__extends(CoalesceDateFunctionBase, _super);
|
|
105
|
+
function CoalesceDateFunctionBase(left, right) {
|
|
106
|
+
var _this = _super.call(this, left, right, javaTypes.date) || this;
|
|
107
|
+
Object.defineProperty(_this, "type__", {
|
|
108
|
+
enumerable: true,
|
|
109
|
+
configurable: true,
|
|
110
|
+
writable: true,
|
|
111
|
+
value: ".nullfun.CoalesceDateFunction"
|
|
112
|
+
});
|
|
113
|
+
return _this;
|
|
114
|
+
}
|
|
115
|
+
return CoalesceDateFunctionBase;
|
|
116
|
+
}(CoalesceFunction));
|
|
117
|
+
export { CoalesceDateFunctionBase };
|
|
118
|
+
var CoalesceDateTimeFunctionBase = /** @class */ (function (_super) {
|
|
119
|
+
__extends(CoalesceDateTimeFunctionBase, _super);
|
|
120
|
+
function CoalesceDateTimeFunctionBase(left, right) {
|
|
121
|
+
var _this = _super.call(this, left, right, javaTypes.dateTime) || this;
|
|
122
|
+
Object.defineProperty(_this, "type__", {
|
|
123
|
+
enumerable: true,
|
|
124
|
+
configurable: true,
|
|
125
|
+
writable: true,
|
|
126
|
+
value: ".nullfun.CoalesceDateTimeFunction"
|
|
127
|
+
});
|
|
128
|
+
return _this;
|
|
129
|
+
}
|
|
130
|
+
return CoalesceDateTimeFunctionBase;
|
|
131
|
+
}(CoalesceFunction));
|
|
132
|
+
export { CoalesceDateTimeFunctionBase };
|
|
133
|
+
var CoalesceTimeFunctionBase = /** @class */ (function (_super) {
|
|
134
|
+
__extends(CoalesceTimeFunctionBase, _super);
|
|
135
|
+
function CoalesceTimeFunctionBase(left, right) {
|
|
136
|
+
var _this = _super.call(this, left, right, javaTypes.time) || this;
|
|
137
|
+
Object.defineProperty(_this, "type__", {
|
|
138
|
+
enumerable: true,
|
|
139
|
+
configurable: true,
|
|
140
|
+
writable: true,
|
|
141
|
+
value: ".nullfun.CoalesceTimeFunction"
|
|
142
|
+
});
|
|
143
|
+
return _this;
|
|
144
|
+
}
|
|
145
|
+
return CoalesceTimeFunctionBase;
|
|
146
|
+
}(CoalesceFunction));
|
|
147
|
+
export { CoalesceTimeFunctionBase };
|
|
148
|
+
var CoalesceEnumFunctionBase = /** @class */ (function (_super) {
|
|
149
|
+
__extends(CoalesceEnumFunctionBase, _super);
|
|
150
|
+
function CoalesceEnumFunctionBase(left, right) {
|
|
151
|
+
var _this = _super.call(this, left, right, javaTypes.enum) || this;
|
|
152
|
+
Object.defineProperty(_this, "type__", {
|
|
153
|
+
enumerable: true,
|
|
154
|
+
configurable: true,
|
|
155
|
+
writable: true,
|
|
156
|
+
value: ".nullfun.CoalesceEnumFunction"
|
|
157
|
+
});
|
|
158
|
+
Object.defineProperty(_this, "enumType__", {
|
|
159
|
+
enumerable: true,
|
|
160
|
+
configurable: true,
|
|
161
|
+
writable: true,
|
|
162
|
+
value: javaTypes.enum
|
|
163
|
+
}); //ingnored
|
|
164
|
+
return _this;
|
|
165
|
+
}
|
|
166
|
+
return CoalesceEnumFunctionBase;
|
|
167
|
+
}(CoalesceFunction));
|
|
168
|
+
export { CoalesceEnumFunctionBase };
|
|
169
|
+
var CoalesceEntityFunctionBase = /** @class */ (function (_super) {
|
|
170
|
+
__extends(CoalesceEntityFunctionBase, _super);
|
|
171
|
+
function CoalesceEntityFunctionBase(left, right) {
|
|
172
|
+
var _this = _super.call(this, left, right, javaTypes.object) || this;
|
|
173
|
+
Object.defineProperty(_this, "type__", {
|
|
174
|
+
enumerable: true,
|
|
175
|
+
configurable: true,
|
|
176
|
+
writable: true,
|
|
177
|
+
value: ".nullfun.CoalesceEntityFunction"
|
|
178
|
+
});
|
|
179
|
+
Object.defineProperty(_this, "entityType__", {
|
|
180
|
+
enumerable: true,
|
|
181
|
+
configurable: true,
|
|
182
|
+
writable: true,
|
|
183
|
+
value: javaTypes.object
|
|
184
|
+
}); //ingnored
|
|
185
|
+
return _this;
|
|
186
|
+
}
|
|
187
|
+
return CoalesceEntityFunctionBase;
|
|
188
|
+
}(CoalesceFunction));
|
|
189
|
+
export { CoalesceEntityFunctionBase };
|
|
190
|
+
var NullIfBooleanFunctionBase = /** @class */ (function (_super) {
|
|
191
|
+
__extends(NullIfBooleanFunctionBase, _super);
|
|
192
|
+
function NullIfBooleanFunctionBase(left, right) {
|
|
193
|
+
var _this = _super.call(this, left, right, javaTypes.bool) || this;
|
|
194
|
+
Object.defineProperty(_this, "type__", {
|
|
195
|
+
enumerable: true,
|
|
196
|
+
configurable: true,
|
|
197
|
+
writable: true,
|
|
198
|
+
value: ".nullfun.NullIfBooleanFunction"
|
|
199
|
+
});
|
|
200
|
+
return _this;
|
|
201
|
+
}
|
|
202
|
+
return NullIfBooleanFunctionBase;
|
|
203
|
+
}(CoalesceFunction));
|
|
204
|
+
export { NullIfBooleanFunctionBase };
|
|
205
|
+
var NullIfStringFunctionBase = /** @class */ (function (_super) {
|
|
206
|
+
__extends(NullIfStringFunctionBase, _super);
|
|
207
|
+
function NullIfStringFunctionBase(left, right) {
|
|
208
|
+
var _this = _super.call(this, left, right, javaTypes.string) || this;
|
|
209
|
+
Object.defineProperty(_this, "type__", {
|
|
210
|
+
enumerable: true,
|
|
211
|
+
configurable: true,
|
|
212
|
+
writable: true,
|
|
213
|
+
value: ".nullfun.NullIfStringFunction"
|
|
214
|
+
});
|
|
215
|
+
return _this;
|
|
216
|
+
}
|
|
217
|
+
return NullIfStringFunctionBase;
|
|
218
|
+
}(CoalesceFunction));
|
|
219
|
+
export { NullIfStringFunctionBase };
|
|
220
|
+
var NullIfNumberFunctionBase = /** @class */ (function (_super) {
|
|
221
|
+
__extends(NullIfNumberFunctionBase, _super);
|
|
222
|
+
function NullIfNumberFunctionBase(left, right) {
|
|
223
|
+
var _this = _super.call(this, left, right, javaTypes.number) || this;
|
|
224
|
+
Object.defineProperty(_this, "type__", {
|
|
225
|
+
enumerable: true,
|
|
226
|
+
configurable: true,
|
|
227
|
+
writable: true,
|
|
228
|
+
value: ".nullfun.NullIfNumberFunction"
|
|
229
|
+
});
|
|
230
|
+
Object.defineProperty(_this, "numberType__", {
|
|
231
|
+
enumerable: true,
|
|
232
|
+
configurable: true,
|
|
233
|
+
writable: true,
|
|
234
|
+
value: javaTypes.number
|
|
235
|
+
}); //ingnored
|
|
236
|
+
return _this;
|
|
237
|
+
}
|
|
238
|
+
return NullIfNumberFunctionBase;
|
|
239
|
+
}(CoalesceFunction));
|
|
240
|
+
export { NullIfNumberFunctionBase };
|
|
241
|
+
var NullIfDateFunctionBase = /** @class */ (function (_super) {
|
|
242
|
+
__extends(NullIfDateFunctionBase, _super);
|
|
243
|
+
function NullIfDateFunctionBase(left, right) {
|
|
244
|
+
var _this = _super.call(this, left, right, javaTypes.date) || this;
|
|
245
|
+
Object.defineProperty(_this, "type__", {
|
|
246
|
+
enumerable: true,
|
|
247
|
+
configurable: true,
|
|
248
|
+
writable: true,
|
|
249
|
+
value: ".nullfun.NullIfDateFunction"
|
|
250
|
+
});
|
|
251
|
+
return _this;
|
|
252
|
+
}
|
|
253
|
+
return NullIfDateFunctionBase;
|
|
254
|
+
}(CoalesceFunction));
|
|
255
|
+
export { NullIfDateFunctionBase };
|
|
256
|
+
var NullIfDateTimeFunctionBase = /** @class */ (function (_super) {
|
|
257
|
+
__extends(NullIfDateTimeFunctionBase, _super);
|
|
258
|
+
function NullIfDateTimeFunctionBase(left, right) {
|
|
259
|
+
var _this = _super.call(this, left, right, javaTypes.dateTime) || this;
|
|
260
|
+
Object.defineProperty(_this, "type__", {
|
|
261
|
+
enumerable: true,
|
|
262
|
+
configurable: true,
|
|
263
|
+
writable: true,
|
|
264
|
+
value: ".nullfun.NullIfDateTimeFunction"
|
|
265
|
+
});
|
|
266
|
+
return _this;
|
|
267
|
+
}
|
|
268
|
+
return NullIfDateTimeFunctionBase;
|
|
269
|
+
}(CoalesceFunction));
|
|
270
|
+
export { NullIfDateTimeFunctionBase };
|
|
271
|
+
var NullIfTimeFunctionBase = /** @class */ (function (_super) {
|
|
272
|
+
__extends(NullIfTimeFunctionBase, _super);
|
|
273
|
+
function NullIfTimeFunctionBase(left, right) {
|
|
274
|
+
var _this = _super.call(this, left, right, javaTypes.time) || this;
|
|
275
|
+
Object.defineProperty(_this, "type__", {
|
|
276
|
+
enumerable: true,
|
|
277
|
+
configurable: true,
|
|
278
|
+
writable: true,
|
|
279
|
+
value: ".nullfun.NullIfTimeFunction"
|
|
280
|
+
});
|
|
281
|
+
return _this;
|
|
282
|
+
}
|
|
283
|
+
return NullIfTimeFunctionBase;
|
|
284
|
+
}(CoalesceFunction));
|
|
285
|
+
export { NullIfTimeFunctionBase };
|
|
286
|
+
var NullIfEnumFunctionBase = /** @class */ (function (_super) {
|
|
287
|
+
__extends(NullIfEnumFunctionBase, _super);
|
|
288
|
+
function NullIfEnumFunctionBase(left, right) {
|
|
289
|
+
var _this = _super.call(this, left, right, javaTypes.enum) || this;
|
|
290
|
+
Object.defineProperty(_this, "type__", {
|
|
291
|
+
enumerable: true,
|
|
292
|
+
configurable: true,
|
|
293
|
+
writable: true,
|
|
294
|
+
value: ".nullfun.NullIfEnumFunction"
|
|
295
|
+
});
|
|
296
|
+
Object.defineProperty(_this, "enumType__", {
|
|
297
|
+
enumerable: true,
|
|
298
|
+
configurable: true,
|
|
299
|
+
writable: true,
|
|
300
|
+
value: javaTypes.enum
|
|
301
|
+
}); //ingnored
|
|
302
|
+
return _this;
|
|
303
|
+
}
|
|
304
|
+
return NullIfEnumFunctionBase;
|
|
305
|
+
}(CoalesceFunction));
|
|
306
|
+
export { NullIfEnumFunctionBase };
|
|
307
|
+
var NullIfEntityFunctionBase = /** @class */ (function (_super) {
|
|
308
|
+
__extends(NullIfEntityFunctionBase, _super);
|
|
309
|
+
function NullIfEntityFunctionBase(left, right) {
|
|
310
|
+
var _this = _super.call(this, left, right, javaTypes.object) || this;
|
|
311
|
+
Object.defineProperty(_this, "type__", {
|
|
312
|
+
enumerable: true,
|
|
313
|
+
configurable: true,
|
|
314
|
+
writable: true,
|
|
315
|
+
value: ".nullfun.NullIfEntityFunction"
|
|
316
|
+
});
|
|
317
|
+
Object.defineProperty(_this, "entityType__", {
|
|
318
|
+
enumerable: true,
|
|
319
|
+
configurable: true,
|
|
320
|
+
writable: true,
|
|
321
|
+
value: javaTypes.object
|
|
322
|
+
}); //ingnored
|
|
323
|
+
return _this;
|
|
324
|
+
}
|
|
325
|
+
return NullIfEntityFunctionBase;
|
|
326
|
+
}(CoalesceFunction));
|
|
327
|
+
export { NullIfEntityFunctionBase };
|
|
328
|
+
//# sourceMappingURL=nullfun.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nullfun.js","sourceRoot":"","sources":["../../../../src/models/expr/impls/nullfun.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import type { ArithmeticOperator, JavaType, NumberExpressionProperties, NumberResultExpression, ScalarResultExpression } from "../Interfaces";
|
|
2
|
+
import { Expression } from "./base";
|
|
3
|
+
declare abstract class UnaryNumberFunction extends Expression implements NumberExpressionProperties {
|
|
4
|
+
readonly numberType__: JavaType;
|
|
5
|
+
readonly value: NumberResultExpression;
|
|
6
|
+
constructor(value: NumberResultExpression);
|
|
7
|
+
}
|
|
8
|
+
export declare class AbsFunctionBase extends UnaryNumberFunction {
|
|
9
|
+
readonly type__ = ".num.AbsFunction";
|
|
10
|
+
}
|
|
11
|
+
export declare class CeilFunctionBase extends UnaryNumberFunction {
|
|
12
|
+
readonly type__ = ".num.CeilFunction";
|
|
13
|
+
}
|
|
14
|
+
export declare class FloorFunctionBase extends UnaryNumberFunction {
|
|
15
|
+
readonly type__ = ".num.FloorFunction";
|
|
16
|
+
}
|
|
17
|
+
export declare class RoundFunctionBase extends UnaryNumberFunction {
|
|
18
|
+
readonly type__ = ".num.RoundFunction";
|
|
19
|
+
}
|
|
20
|
+
export declare class SqrtFunctionBase extends UnaryNumberFunction {
|
|
21
|
+
readonly type__ = ".num.SqrtFunction";
|
|
22
|
+
}
|
|
23
|
+
export declare class NegateFunctionBase extends UnaryNumberFunction {
|
|
24
|
+
readonly type__ = ".num.NegateFunction";
|
|
25
|
+
}
|
|
26
|
+
export declare class CastToNumFunctionBase extends Expression implements NumberExpressionProperties {
|
|
27
|
+
readonly numberType__: JavaType;
|
|
28
|
+
readonly type__ = ".num.CastToNumFunction";
|
|
29
|
+
readonly value: ScalarResultExpression;
|
|
30
|
+
constructor(value: ScalarResultExpression, numberType: JavaType);
|
|
31
|
+
}
|
|
32
|
+
export declare class ArithmeticExpressionBase extends Expression implements NumberExpressionProperties {
|
|
33
|
+
readonly numberType__: JavaType;
|
|
34
|
+
readonly type__ = ".num.ArithmeticExpression";
|
|
35
|
+
readonly left: NumberResultExpression;
|
|
36
|
+
readonly right: NumberResultExpression;
|
|
37
|
+
readonly operator: ArithmeticOperator;
|
|
38
|
+
constructor(left: NumberResultExpression, right: NumberResultExpression, operator: ArithmeticOperator);
|
|
39
|
+
}
|
|
40
|
+
export {};
|
|
41
|
+
//# sourceMappingURL=num.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"num.d.ts","sourceRoot":"","sources":["../../../../src/models/expr/impls/num.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACR,kBAAkB,EAClB,QAAQ,EACR,0BAA0B,EAC1B,sBAAsB,EACtB,sBAAsB,EACzB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,UAAU,EAAC,MAAM,QAAQ,CAAC;AAElC,uBAAe,mBAAoB,SAAQ,UAAW,YAAW,0BAA0B;IACvF,QAAQ,CAAC,YAAY,EAAE,QAAQ,CAAC;IAChC,QAAQ,CAAC,KAAK,EAAE,sBAAsB,CAAC;gBAE3B,KAAK,EAAE,sBAAsB;CAK5C;AAED,qBAAa,eAAgB,SAAQ,mBAAmB;IACpD,QAAQ,CAAC,MAAM,sBAAsB;CACxC;AAED,qBAAa,gBAAiB,SAAQ,mBAAmB;IACrD,QAAQ,CAAC,MAAM,uBAAuB;CACzC;AAED,qBAAa,iBAAkB,SAAQ,mBAAmB;IACtD,QAAQ,CAAC,MAAM,wBAAwB;CAC1C;AAED,qBAAa,iBAAkB,SAAQ,mBAAmB;IACtD,QAAQ,CAAC,MAAM,wBAAwB;CAC1C;AAED,qBAAa,gBAAiB,SAAQ,mBAAmB;IACrD,QAAQ,CAAC,MAAM,uBAAuB;CACzC;AAED,qBAAa,kBAAmB,SAAQ,mBAAmB;IACvD,QAAQ,CAAC,MAAM,yBAAyB;CAC3C;AAED,qBAAa,qBAAsB,SAAQ,UAAW,YAAW,0BAA0B;IACvF,QAAQ,CAAC,YAAY,EAAE,QAAQ,CAAC;IAChC,QAAQ,CAAC,MAAM,4BAA4B;IAC3C,QAAQ,CAAC,KAAK,EAAE,sBAAsB,CAAC;gBAE3B,KAAK,EAAE,sBAAsB,EAAE,UAAU,EAAE,QAAQ;CAKlE;AAED,qBAAa,wBAAyB,SAAQ,UAAW,YAAW,0BAA0B;IAC1F,QAAQ,CAAC,YAAY,EAAE,QAAQ,CAAC;IAChC,QAAQ,CAAC,MAAM,+BAA+B;IAC9C,QAAQ,CAAC,IAAI,EAAE,sBAAsB,CAAC;IACtC,QAAQ,CAAC,KAAK,EAAE,sBAAsB,CAAC;IACvC,QAAQ,CAAC,QAAQ,EAAE,kBAAkB,CAAC;gBAGlC,IAAI,EAAE,sBAAsB,EAC5B,KAAK,EAAE,sBAAsB,EAC7B,QAAQ,EAAE,kBAAkB;CAQnC"}
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
var __extends = (this && this.__extends) || (function () {
|
|
2
|
+
var extendStatics = function (d, b) {
|
|
3
|
+
extendStatics = Object.setPrototypeOf ||
|
|
4
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6
|
+
return extendStatics(d, b);
|
|
7
|
+
};
|
|
8
|
+
return function (d, b) {
|
|
9
|
+
if (typeof b !== "function" && b !== null)
|
|
10
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
11
|
+
extendStatics(d, b);
|
|
12
|
+
function __() { this.constructor = d; }
|
|
13
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14
|
+
};
|
|
15
|
+
})();
|
|
16
|
+
import { Expression } from "./base";
|
|
17
|
+
var UnaryNumberFunction = /** @class */ (function (_super) {
|
|
18
|
+
__extends(UnaryNumberFunction, _super);
|
|
19
|
+
function UnaryNumberFunction(value) {
|
|
20
|
+
var _this = _super.call(this, value.numberType__) || this;
|
|
21
|
+
Object.defineProperty(_this, "numberType__", {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
configurable: true,
|
|
24
|
+
writable: true,
|
|
25
|
+
value: void 0
|
|
26
|
+
});
|
|
27
|
+
Object.defineProperty(_this, "value", {
|
|
28
|
+
enumerable: true,
|
|
29
|
+
configurable: true,
|
|
30
|
+
writable: true,
|
|
31
|
+
value: void 0
|
|
32
|
+
});
|
|
33
|
+
_this.value = value;
|
|
34
|
+
_this.numberType__ = value.numberType__;
|
|
35
|
+
return _this;
|
|
36
|
+
}
|
|
37
|
+
return UnaryNumberFunction;
|
|
38
|
+
}(Expression));
|
|
39
|
+
var AbsFunctionBase = /** @class */ (function (_super) {
|
|
40
|
+
__extends(AbsFunctionBase, _super);
|
|
41
|
+
function AbsFunctionBase() {
|
|
42
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
43
|
+
Object.defineProperty(_this, "type__", {
|
|
44
|
+
enumerable: true,
|
|
45
|
+
configurable: true,
|
|
46
|
+
writable: true,
|
|
47
|
+
value: ".num.AbsFunction"
|
|
48
|
+
});
|
|
49
|
+
return _this;
|
|
50
|
+
}
|
|
51
|
+
return AbsFunctionBase;
|
|
52
|
+
}(UnaryNumberFunction));
|
|
53
|
+
export { AbsFunctionBase };
|
|
54
|
+
var CeilFunctionBase = /** @class */ (function (_super) {
|
|
55
|
+
__extends(CeilFunctionBase, _super);
|
|
56
|
+
function CeilFunctionBase() {
|
|
57
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
58
|
+
Object.defineProperty(_this, "type__", {
|
|
59
|
+
enumerable: true,
|
|
60
|
+
configurable: true,
|
|
61
|
+
writable: true,
|
|
62
|
+
value: ".num.CeilFunction"
|
|
63
|
+
});
|
|
64
|
+
return _this;
|
|
65
|
+
}
|
|
66
|
+
return CeilFunctionBase;
|
|
67
|
+
}(UnaryNumberFunction));
|
|
68
|
+
export { CeilFunctionBase };
|
|
69
|
+
var FloorFunctionBase = /** @class */ (function (_super) {
|
|
70
|
+
__extends(FloorFunctionBase, _super);
|
|
71
|
+
function FloorFunctionBase() {
|
|
72
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
73
|
+
Object.defineProperty(_this, "type__", {
|
|
74
|
+
enumerable: true,
|
|
75
|
+
configurable: true,
|
|
76
|
+
writable: true,
|
|
77
|
+
value: ".num.FloorFunction"
|
|
78
|
+
});
|
|
79
|
+
return _this;
|
|
80
|
+
}
|
|
81
|
+
return FloorFunctionBase;
|
|
82
|
+
}(UnaryNumberFunction));
|
|
83
|
+
export { FloorFunctionBase };
|
|
84
|
+
var RoundFunctionBase = /** @class */ (function (_super) {
|
|
85
|
+
__extends(RoundFunctionBase, _super);
|
|
86
|
+
function RoundFunctionBase() {
|
|
87
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
88
|
+
Object.defineProperty(_this, "type__", {
|
|
89
|
+
enumerable: true,
|
|
90
|
+
configurable: true,
|
|
91
|
+
writable: true,
|
|
92
|
+
value: ".num.RoundFunction"
|
|
93
|
+
});
|
|
94
|
+
return _this;
|
|
95
|
+
}
|
|
96
|
+
return RoundFunctionBase;
|
|
97
|
+
}(UnaryNumberFunction));
|
|
98
|
+
export { RoundFunctionBase };
|
|
99
|
+
var SqrtFunctionBase = /** @class */ (function (_super) {
|
|
100
|
+
__extends(SqrtFunctionBase, _super);
|
|
101
|
+
function SqrtFunctionBase() {
|
|
102
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
103
|
+
Object.defineProperty(_this, "type__", {
|
|
104
|
+
enumerable: true,
|
|
105
|
+
configurable: true,
|
|
106
|
+
writable: true,
|
|
107
|
+
value: ".num.SqrtFunction"
|
|
108
|
+
});
|
|
109
|
+
return _this;
|
|
110
|
+
}
|
|
111
|
+
return SqrtFunctionBase;
|
|
112
|
+
}(UnaryNumberFunction));
|
|
113
|
+
export { SqrtFunctionBase };
|
|
114
|
+
var NegateFunctionBase = /** @class */ (function (_super) {
|
|
115
|
+
__extends(NegateFunctionBase, _super);
|
|
116
|
+
function NegateFunctionBase() {
|
|
117
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
118
|
+
Object.defineProperty(_this, "type__", {
|
|
119
|
+
enumerable: true,
|
|
120
|
+
configurable: true,
|
|
121
|
+
writable: true,
|
|
122
|
+
value: ".num.NegateFunction"
|
|
123
|
+
});
|
|
124
|
+
return _this;
|
|
125
|
+
}
|
|
126
|
+
return NegateFunctionBase;
|
|
127
|
+
}(UnaryNumberFunction));
|
|
128
|
+
export { NegateFunctionBase };
|
|
129
|
+
var CastToNumFunctionBase = /** @class */ (function (_super) {
|
|
130
|
+
__extends(CastToNumFunctionBase, _super);
|
|
131
|
+
function CastToNumFunctionBase(value, numberType) {
|
|
132
|
+
var _this = _super.call(this, numberType) || this;
|
|
133
|
+
Object.defineProperty(_this, "numberType__", {
|
|
134
|
+
enumerable: true,
|
|
135
|
+
configurable: true,
|
|
136
|
+
writable: true,
|
|
137
|
+
value: void 0
|
|
138
|
+
});
|
|
139
|
+
Object.defineProperty(_this, "type__", {
|
|
140
|
+
enumerable: true,
|
|
141
|
+
configurable: true,
|
|
142
|
+
writable: true,
|
|
143
|
+
value: ".num.CastToNumFunction"
|
|
144
|
+
});
|
|
145
|
+
Object.defineProperty(_this, "value", {
|
|
146
|
+
enumerable: true,
|
|
147
|
+
configurable: true,
|
|
148
|
+
writable: true,
|
|
149
|
+
value: void 0
|
|
150
|
+
});
|
|
151
|
+
_this.value = value;
|
|
152
|
+
_this.numberType__ = numberType;
|
|
153
|
+
return _this;
|
|
154
|
+
}
|
|
155
|
+
return CastToNumFunctionBase;
|
|
156
|
+
}(Expression));
|
|
157
|
+
export { CastToNumFunctionBase };
|
|
158
|
+
var ArithmeticExpressionBase = /** @class */ (function (_super) {
|
|
159
|
+
__extends(ArithmeticExpressionBase, _super);
|
|
160
|
+
function ArithmeticExpressionBase(left, right, operator) {
|
|
161
|
+
var _this = _super.call(this, left.numberType__) || this;
|
|
162
|
+
Object.defineProperty(_this, "numberType__", {
|
|
163
|
+
enumerable: true,
|
|
164
|
+
configurable: true,
|
|
165
|
+
writable: true,
|
|
166
|
+
value: void 0
|
|
167
|
+
});
|
|
168
|
+
Object.defineProperty(_this, "type__", {
|
|
169
|
+
enumerable: true,
|
|
170
|
+
configurable: true,
|
|
171
|
+
writable: true,
|
|
172
|
+
value: ".num.ArithmeticExpression"
|
|
173
|
+
});
|
|
174
|
+
Object.defineProperty(_this, "left", {
|
|
175
|
+
enumerable: true,
|
|
176
|
+
configurable: true,
|
|
177
|
+
writable: true,
|
|
178
|
+
value: void 0
|
|
179
|
+
});
|
|
180
|
+
Object.defineProperty(_this, "right", {
|
|
181
|
+
enumerable: true,
|
|
182
|
+
configurable: true,
|
|
183
|
+
writable: true,
|
|
184
|
+
value: void 0
|
|
185
|
+
});
|
|
186
|
+
Object.defineProperty(_this, "operator", {
|
|
187
|
+
enumerable: true,
|
|
188
|
+
configurable: true,
|
|
189
|
+
writable: true,
|
|
190
|
+
value: void 0
|
|
191
|
+
});
|
|
192
|
+
_this.left = left;
|
|
193
|
+
_this.right = right;
|
|
194
|
+
_this.operator = operator;
|
|
195
|
+
_this.numberType__ = left.numberType__;
|
|
196
|
+
return _this;
|
|
197
|
+
}
|
|
198
|
+
return ArithmeticExpressionBase;
|
|
199
|
+
}(Expression));
|
|
200
|
+
export { ArithmeticExpressionBase };
|
|
201
|
+
//# sourceMappingURL=num.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"num.js","sourceRoot":"","sources":["../../../../src/models/expr/impls/num.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAOA,OAAO,EAAC,UAAU,EAAC,MAAM,QAAQ,CAAC;AAElC;IAA2C,uCAAU;IAIjD,6BAAY,KAA6B;QACrC,YAAA,MAAK,YAAC,KAAK,CAAC,YAAY,CAAC,SAAC;QAJrB;;;;;WAAuB;QACvB;;;;;WAA8B;QAInC,KAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,KAAI,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,CAAC;;IAC3C,CAAC;IACL,0BAAC;AAAD,CAAC,AATD,CAA2C,UAAU,GASpD;AAED;IAAqC,mCAAmB;IAAxD;;QACa;;;;mBAAS,kBAAkB;WAAC;;IACzC,CAAC;IAAD,sBAAC;AAAD,CAAC,AAFD,CAAqC,mBAAmB,GAEvD;;AAED;IAAsC,oCAAmB;IAAzD;;QACa;;;;mBAAS,mBAAmB;WAAC;;IAC1C,CAAC;IAAD,uBAAC;AAAD,CAAC,AAFD,CAAsC,mBAAmB,GAExD;;AAED;IAAuC,qCAAmB;IAA1D;;QACa;;;;mBAAS,oBAAoB;WAAC;;IAC3C,CAAC;IAAD,wBAAC;AAAD,CAAC,AAFD,CAAuC,mBAAmB,GAEzD;;AAED;IAAuC,qCAAmB;IAA1D;;QACa;;;;mBAAS,oBAAoB;WAAC;;IAC3C,CAAC;IAAD,wBAAC;AAAD,CAAC,AAFD,CAAuC,mBAAmB,GAEzD;;AAED;IAAsC,oCAAmB;IAAzD;;QACa;;;;mBAAS,mBAAmB;WAAC;;IAC1C,CAAC;IAAD,uBAAC;AAAD,CAAC,AAFD,CAAsC,mBAAmB,GAExD;;AAED;IAAwC,sCAAmB;IAA3D;;QACa;;;;mBAAS,qBAAqB;WAAC;;IAC5C,CAAC;IAAD,yBAAC;AAAD,CAAC,AAFD,CAAwC,mBAAmB,GAE1D;;AAED;IAA2C,yCAAU;IAKjD,+BAAY,KAA6B,EAAE,UAAoB;QAC3D,YAAA,MAAK,YAAC,UAAU,CAAC,SAAC;QALb;;;;;WAAuB;QACvB;;;;mBAAS,wBAAwB;WAAC;QAClC;;;;;WAA8B;QAInC,KAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,KAAI,CAAC,YAAY,GAAG,UAAU,CAAC;;IACnC,CAAC;IACL,4BAAC;AAAD,CAAC,AAVD,CAA2C,UAAU,GAUpD;;AAED;IAA8C,4CAAU;IAOpD,kCACI,IAA4B,EAC5B,KAA6B,EAC7B,QAA4B;QAE5B,YAAA,MAAK,YAAC,IAAI,CAAC,YAAY,CAAC,SAAC;QAXpB;;;;;WAAuB;QACvB;;;;mBAAS,2BAA2B;WAAC;QACrC;;;;;WAA6B;QAC7B;;;;;WAA8B;QAC9B;;;;;WAA6B;QAQlC,KAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,KAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,KAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,KAAI,CAAC,YAAY,GAAG,IAAI,CAAC,YAAY,CAAC;;IAC1C,CAAC;IACL,+BAAC;AAAD,CAAC,AAlBD,CAA8C,UAAU,GAkBvD"}
|