@limetech/lime-web-components 5.46.0 → 6.0.0-beta.2
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/CHANGELOG.md +46 -0
- package/dist/action/action.d.ts +4 -4
- package/dist/application/repository.d.ts +1 -1
- package/dist/application/session.d.ts +0 -5
- package/dist/application/session.d.ts.map +1 -1
- package/dist/commandbus/commandbus.d.ts +4 -4
- package/dist/conditionregistry/conditionregistry.d.ts +6 -6
- package/dist/config/repository.d.ts +1 -2
- package/dist/config/repository.d.ts.map +1 -1
- package/dist/core/index.d.ts +1 -1
- package/dist/core/index.d.ts.map +1 -1
- package/dist/core/metadata.d.ts +2 -2
- package/dist/core/platform.d.ts +2 -7
- package/dist/core/platform.d.ts.map +1 -1
- package/dist/datetimeformatter/datetimeformatter.d.ts +4 -4
- package/dist/index.cjs.js +4 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.esm.js +956 -0
- package/dist/index.esm.js.map +1 -0
- package/dist/limeobject/commands/bulk-create-dialog.d.ts +0 -14
- package/dist/limeobject/commands/bulk-create-dialog.d.ts.map +1 -1
- package/dist/limeobject/commands/create-dialog.d.ts +0 -2
- package/dist/limeobject/commands/create-dialog.d.ts.map +1 -1
- package/dist/limeobject/commands/delete-object.d.ts +0 -9
- package/dist/limeobject/commands/delete-object.d.ts.map +1 -1
- package/dist/limeobject/commands/object-access.d.ts +0 -9
- package/dist/limeobject/commands/object-access.d.ts.map +1 -1
- package/dist/limeobject/commands/save-object.d.ts +1 -1
- package/dist/limeobject/file.d.ts +4 -2
- package/dist/limeobject/file.d.ts.map +1 -1
- package/dist/limeobject/limeobject.d.ts +1 -2
- package/dist/limeobject/limeobject.d.ts.map +1 -1
- package/dist/limeobject/repository.d.ts +4 -6
- package/dist/limeobject/repository.d.ts.map +1 -1
- package/dist/limetype/fixture.d.ts +4 -0
- package/dist/limetype/fixture.d.ts.map +1 -0
- package/dist/limetype/repository.d.ts +1 -1
- package/dist/navigator/command.d.ts +1 -1
- package/dist/navigator/decorator.d.ts +2 -2
- package/dist/navigator/navigator.d.ts +7 -7
- package/dist/navigator/types.d.ts +0 -3
- package/dist/navigator/types.d.ts.map +1 -1
- package/dist/notification-service/notification.d.ts +2 -2
- package/dist/notification-service/repository.d.ts +4 -4
- package/dist/query/query.d.ts +59 -8
- package/dist/query/query.d.ts.map +1 -1
- package/dist/routeregistry/registry.d.ts +3 -3
- package/dist/routeregistry/types.d.ts +0 -3
- package/dist/routeregistry/types.d.ts.map +1 -1
- package/dist/userpreferences/repository.d.ts +1 -1
- package/dist/view/registry.d.ts +2 -2
- package/dist/view/types.d.ts +2 -2
- package/dist/webcomponent/registry.d.ts +2 -2
- package/package.json +15 -8
- package/dist/action/action.js +0 -1
- package/dist/action/index.js +0 -1
- package/dist/application/decorators/application.js +0 -20
- package/dist/application/decorators/index.js +0 -3
- package/dist/application/decorators/session.js +0 -20
- package/dist/application/decorators/user.js +0 -20
- package/dist/application/index.js +0 -5
- package/dist/application/repository.js +0 -1
- package/dist/application/session.js +0 -1
- package/dist/application/types.js +0 -3
- package/dist/application/user.js +0 -1
- package/dist/commandbus/commandbus.js +0 -95
- package/dist/commandbus/commandbus.spec.js +0 -55
- package/dist/commandbus/index.js +0 -2
- package/dist/commandbus/types.js +0 -3
- package/dist/conditionregistry/conditionregistry.js +0 -18
- package/dist/conditionregistry/index.js +0 -2
- package/dist/conditionregistry/types.js +0 -3
- package/dist/config/decorator.js +0 -16
- package/dist/config/index.js +0 -3
- package/dist/config/repository.js +0 -1
- package/dist/config/types.js +0 -3
- package/dist/core/context.js +0 -1
- package/dist/core/decorators/factory.js +0 -243
- package/dist/core/decorators/factory.spec.js +0 -327
- package/dist/core/decorators/index.js +0 -1
- package/dist/core/idle.js +0 -7
- package/dist/core/index.js +0 -8
- package/dist/core/lime-web-component.js +0 -1
- package/dist/core/metadata.js +0 -1
- package/dist/core/platform.js +0 -8
- package/dist/core/plugin-loader.js +0 -1
- package/dist/core/state.js +0 -1
- package/dist/datetimeformatter/datetimeformatter.js +0 -1
- package/dist/datetimeformatter/index.js +0 -2
- package/dist/datetimeformatter/types.js +0 -3
- package/dist/device/decorator.js +0 -18
- package/dist/device/device.js +0 -1
- package/dist/device/index.js +0 -3
- package/dist/device/types.js +0 -3
- package/dist/dialog/dialog.js +0 -1
- package/dist/dialog/index.js +0 -2
- package/dist/dialog/types.js +0 -3
- package/dist/es5/action/action.js +0 -2
- package/dist/es5/action/index.js +0 -4
- package/dist/es5/application/decorators/application.js +0 -18
- package/dist/es5/application/decorators/index.js +0 -6
- package/dist/es5/application/decorators/session.js +0 -18
- package/dist/es5/application/decorators/user.js +0 -18
- package/dist/es5/application/index.js +0 -8
- package/dist/es5/application/repository.js +0 -2
- package/dist/es5/application/session.js +0 -2
- package/dist/es5/application/types.js +0 -5
- package/dist/es5/application/user.js +0 -2
- package/dist/es5/commandbus/commandbus.js +0 -51
- package/dist/es5/commandbus/commandbus.spec.js +0 -67
- package/dist/es5/commandbus/index.js +0 -5
- package/dist/es5/commandbus/types.js +0 -5
- package/dist/es5/conditionregistry/conditionregistry.js +0 -11
- package/dist/es5/conditionregistry/index.js +0 -5
- package/dist/es5/conditionregistry/types.js +0 -5
- package/dist/es5/config/decorator.js +0 -12
- package/dist/es5/config/index.js +0 -6
- package/dist/es5/config/repository.js +0 -2
- package/dist/es5/config/types.js +0 -5
- package/dist/es5/core/context.js +0 -2
- package/dist/es5/core/decorators/factory.js +0 -202
- package/dist/es5/core/decorators/factory.spec.js +0 -479
- package/dist/es5/core/decorators/index.js +0 -2
- package/dist/es5/core/idle.js +0 -4
- package/dist/es5/core/index.js +0 -11
- package/dist/es5/core/lime-web-component.js +0 -2
- package/dist/es5/core/metadata.js +0 -2
- package/dist/es5/core/platform.js +0 -6
- package/dist/es5/core/plugin-loader.js +0 -2
- package/dist/es5/core/state.js +0 -2
- package/dist/es5/datetimeformatter/datetimeformatter.js +0 -2
- package/dist/es5/datetimeformatter/index.js +0 -5
- package/dist/es5/datetimeformatter/types.js +0 -5
- package/dist/es5/device/decorator.js +0 -13
- package/dist/es5/device/device.js +0 -2
- package/dist/es5/device/index.js +0 -6
- package/dist/es5/device/types.js +0 -5
- package/dist/es5/dialog/dialog.js +0 -2
- package/dist/es5/dialog/index.js +0 -5
- package/dist/es5/dialog/types.js +0 -5
- package/dist/es5/eventdispatcher/eventdispatcher.js +0 -2
- package/dist/es5/eventdispatcher/index.js +0 -5
- package/dist/es5/eventdispatcher/types.js +0 -5
- package/dist/es5/filter/decorator.js +0 -13
- package/dist/es5/filter/index.js +0 -6
- package/dist/es5/filter/repository.js +0 -2
- package/dist/es5/filter/types.js +0 -5
- package/dist/es5/http/http.js +0 -10
- package/dist/es5/http/index.js +0 -5
- package/dist/es5/http/types.js +0 -5
- package/dist/es5/index.js +0 -30
- package/dist/es5/keybindings/index.js +0 -5
- package/dist/es5/keybindings/registry.js +0 -2
- package/dist/es5/keybindings/types.js +0 -5
- package/dist/es5/limeobject/commands/bulk-create-dialog.js +0 -17
- package/dist/es5/limeobject/commands/create-dialog.js +0 -17
- package/dist/es5/limeobject/commands/delete-object.js +0 -16
- package/dist/es5/limeobject/commands/index.js +0 -8
- package/dist/es5/limeobject/commands/object-access.js +0 -16
- package/dist/es5/limeobject/commands/save-object.js +0 -17
- package/dist/es5/limeobject/decorator.js +0 -38
- package/dist/es5/limeobject/error.js +0 -2
- package/dist/es5/limeobject/file.js +0 -2
- package/dist/es5/limeobject/index.js +0 -10
- package/dist/es5/limeobject/limeobject.js +0 -2
- package/dist/es5/limeobject/repository.js +0 -2
- package/dist/es5/limeobject/types.js +0 -5
- package/dist/es5/limetype/acl.js +0 -2
- package/dist/es5/limetype/decorator.js +0 -28
- package/dist/es5/limetype/find-limetype-by-label.js +0 -8
- package/dist/es5/limetype/find-limetype-by-label.spec.js +0 -47
- package/dist/es5/limetype/get-properties-by-type.js +0 -7
- package/dist/es5/limetype/get-properties-by-type.spec.js +0 -36
- package/dist/es5/limetype/get-property-by-label.js +0 -8
- package/dist/es5/limetype/get-property-by-label.spec.js +0 -33
- package/dist/es5/limetype/get-property-by-name.js +0 -7
- package/dist/es5/limetype/get-property-by-name.spec.js +0 -31
- package/dist/es5/limetype/has-label.js +0 -7
- package/dist/es5/limetype/has-label.spec.js +0 -30
- package/dist/es5/limetype/index.js +0 -14
- package/dist/es5/limetype/limetype.js +0 -2
- package/dist/es5/limetype/property.js +0 -40
- package/dist/es5/limetype/repository.js +0 -2
- package/dist/es5/limetype/types.js +0 -5
- package/dist/es5/navigator/command.js +0 -16
- package/dist/es5/navigator/decorator.js +0 -13
- package/dist/es5/navigator/index.js +0 -7
- package/dist/es5/navigator/navigator.js +0 -2
- package/dist/es5/navigator/types.js +0 -5
- package/dist/es5/notification-service/index.js +0 -6
- package/dist/es5/notification-service/notification.js +0 -2
- package/dist/es5/notification-service/repository.js +0 -2
- package/dist/es5/notification-service/types.js +0 -5
- package/dist/es5/notifications/index.js +0 -5
- package/dist/es5/notifications/notifications.js +0 -2
- package/dist/es5/notifications/types.js +0 -5
- package/dist/es5/poller/factory.js +0 -2
- package/dist/es5/poller/index.js +0 -6
- package/dist/es5/poller/poller.js +0 -2
- package/dist/es5/poller/types.js +0 -5
- package/dist/es5/query/index.js +0 -6
- package/dist/es5/query/query.js +0 -26
- package/dist/es5/query/service.js +0 -2
- package/dist/es5/query/types.js +0 -5
- package/dist/es5/routeregistry/index.js +0 -5
- package/dist/es5/routeregistry/registry.js +0 -2
- package/dist/es5/routeregistry/types.js +0 -5
- package/dist/es5/task/index.js +0 -5
- package/dist/es5/task/repository.js +0 -17
- package/dist/es5/task/types.js +0 -5
- package/dist/es5/testing/component-testing.js +0 -109
- package/dist/es5/testing/component-testing.spec.js +0 -88
- package/dist/es5/testing/index.js +0 -11
- package/dist/es5/testing/limeobjects/company.js +0 -660
- package/dist/es5/testing/limeobjects/coworker.js +0 -110
- package/dist/es5/testing/limeobjects/deal.js +0 -447
- package/dist/es5/testing/limeobjects/document.js +0 -82
- package/dist/es5/testing/limeobjects/index.js +0 -56
- package/dist/es5/testing/limeobjects/person.js +0 -1162
- package/dist/es5/testing/limeobjects/todo.js +0 -106
- package/dist/es5/testing/limetypes/campaign.js +0 -486
- package/dist/es5/testing/limetypes/company.js +0 -621
- package/dist/es5/testing/limetypes/consent.js +0 -237
- package/dist/es5/testing/limetypes/consenttype.js +0 -194
- package/dist/es5/testing/limetypes/coworker.js +0 -579
- package/dist/es5/testing/limetypes/deal.js +0 -422
- package/dist/es5/testing/limetypes/document.js +0 -343
- package/dist/es5/testing/limetypes/helpdesk.js +0 -426
- package/dist/es5/testing/limetypes/helpdesktype.js +0 -142
- package/dist/es5/testing/limetypes/history.js +0 -349
- package/dist/es5/testing/limetypes/index.js +0 -69
- package/dist/es5/testing/limetypes/infotiles.js +0 -514
- package/dist/es5/testing/limetypes/localize.js +0 -287
- package/dist/es5/testing/limetypes/mailing.js +0 -218
- package/dist/es5/testing/limetypes/office.js +0 -388
- package/dist/es5/testing/limetypes/participant.js +0 -195
- package/dist/es5/testing/limetypes/person.js +0 -535
- package/dist/es5/testing/limetypes/recipient.js +0 -175
- package/dist/es5/testing/limetypes/solutionimprovement.js +0 -353
- package/dist/es5/testing/limetypes/successplan.js +0 -215
- package/dist/es5/testing/limetypes/target.js +0 -181
- package/dist/es5/testing/limetypes/todo.js +0 -429
- package/dist/es5/testing/platform/index.js +0 -53
- package/dist/es5/testing/platform/platform.spec.js +0 -44
- package/dist/es5/testing/services/datetimeformatter.js +0 -12
- package/dist/es5/testing/services/index.js +0 -5
- package/dist/es5/testing/services/translator.js +0 -9
- package/dist/es5/translator/index.js +0 -5
- package/dist/es5/translator/translator.js +0 -2
- package/dist/es5/translator/types.js +0 -5
- package/dist/es5/userdata/decorator.js +0 -13
- package/dist/es5/userdata/index.js +0 -6
- package/dist/es5/userdata/repository.js +0 -2
- package/dist/es5/userdata/types.js +0 -5
- package/dist/es5/userpreferences/index.js +0 -5
- package/dist/es5/userpreferences/repository.js +0 -2
- package/dist/es5/userpreferences/types.js +0 -5
- package/dist/es5/view/index.js +0 -6
- package/dist/es5/view/layout.js +0 -2
- package/dist/es5/view/registry.js +0 -2
- package/dist/es5/view/types.js +0 -5
- package/dist/es5/webcomponent/index.js +0 -5
- package/dist/es5/webcomponent/registry.js +0 -2
- package/dist/es5/webcomponent/types.js +0 -5
- package/dist/eventdispatcher/eventdispatcher.js +0 -1
- package/dist/eventdispatcher/index.js +0 -2
- package/dist/eventdispatcher/types.js +0 -3
- package/dist/filter/decorator.js +0 -16
- package/dist/filter/index.js +0 -3
- package/dist/filter/repository.js +0 -1
- package/dist/filter/types.js +0 -3
- package/dist/http/http.js +0 -13
- package/dist/http/index.js +0 -2
- package/dist/http/types.js +0 -3
- package/dist/index.js +0 -49
- package/dist/keybindings/index.js +0 -2
- package/dist/keybindings/registry.js +0 -1
- package/dist/keybindings/types.js +0 -3
- package/dist/limeobject/commands/bulk-create-dialog.js +0 -53
- package/dist/limeobject/commands/create-dialog.js +0 -28
- package/dist/limeobject/commands/delete-object.js +0 -17
- package/dist/limeobject/commands/index.js +0 -5
- package/dist/limeobject/commands/object-access.js +0 -17
- package/dist/limeobject/commands/save-object.js +0 -23
- package/dist/limeobject/decorator.js +0 -46
- package/dist/limeobject/error.js +0 -1
- package/dist/limeobject/file.js +0 -1
- package/dist/limeobject/index.js +0 -7
- package/dist/limeobject/limeobject.js +0 -1
- package/dist/limeobject/repository.js +0 -1
- package/dist/limeobject/types.js +0 -3
- package/dist/limetype/acl.js +0 -1
- package/dist/limetype/decorator.js +0 -36
- package/dist/limetype/find-limetype-by-label.js +0 -43
- package/dist/limetype/find-limetype-by-label.spec.js +0 -44
- package/dist/limetype/get-properties-by-type.js +0 -16
- package/dist/limetype/get-properties-by-type.spec.js +0 -31
- package/dist/limetype/get-property-by-label.js +0 -17
- package/dist/limetype/get-property-by-label.spec.js +0 -26
- package/dist/limetype/get-property-by-name.js +0 -17
- package/dist/limetype/get-property-by-name.spec.js +0 -26
- package/dist/limetype/has-label.js +0 -29
- package/dist/limetype/has-label.spec.js +0 -31
- package/dist/limetype/index.js +0 -11
- package/dist/limetype/limetype.js +0 -1
- package/dist/limetype/property.js +0 -52
- package/dist/limetype/repository.js +0 -1
- package/dist/limetype/types.js +0 -3
- package/dist/navigator/command.js +0 -17
- package/dist/navigator/decorator.js +0 -16
- package/dist/navigator/index.js +0 -4
- package/dist/navigator/navigator.js +0 -1
- package/dist/navigator/types.js +0 -3
- package/dist/notification-service/index.js +0 -3
- package/dist/notification-service/notification.js +0 -1
- package/dist/notification-service/repository.js +0 -1
- package/dist/notification-service/types.js +0 -3
- package/dist/notifications/index.js +0 -2
- package/dist/notifications/notifications.js +0 -1
- package/dist/notifications/types.js +0 -3
- package/dist/poller/factory.js +0 -1
- package/dist/poller/index.js +0 -3
- package/dist/poller/poller.js +0 -1
- package/dist/poller/types.js +0 -3
- package/dist/query/index.js +0 -3
- package/dist/query/query.js +0 -31
- package/dist/query/service.js +0 -1
- package/dist/query/types.js +0 -3
- package/dist/routeregistry/index.js +0 -2
- package/dist/routeregistry/registry.js +0 -1
- package/dist/routeregistry/types.js +0 -3
- package/dist/task/index.js +0 -2
- package/dist/task/repository.js +0 -53
- package/dist/task/types.js +0 -3
- package/dist/testing/component-testing.d.ts +0 -74
- package/dist/testing/component-testing.d.ts.map +0 -1
- package/dist/testing/component-testing.js +0 -177
- package/dist/testing/component-testing.spec.d.ts +0 -11
- package/dist/testing/component-testing.spec.d.ts.map +0 -1
- package/dist/testing/component-testing.spec.js +0 -71
- package/dist/testing/index.d.ts +0 -6
- package/dist/testing/index.d.ts.map +0 -1
- package/dist/testing/index.js +0 -5
- package/dist/testing/limeobjects/company.d.ts +0 -56
- package/dist/testing/limeobjects/company.d.ts.map +0 -1
- package/dist/testing/limeobjects/company.js +0 -656
- package/dist/testing/limeobjects/coworker.d.ts +0 -23
- package/dist/testing/limeobjects/coworker.d.ts.map +0 -1
- package/dist/testing/limeobjects/coworker.js +0 -106
- package/dist/testing/limeobjects/deal.d.ts +0 -42
- package/dist/testing/limeobjects/deal.d.ts.map +0 -1
- package/dist/testing/limeobjects/deal.js +0 -443
- package/dist/testing/limeobjects/document.d.ts +0 -21
- package/dist/testing/limeobjects/document.d.ts.map +0 -1
- package/dist/testing/limeobjects/document.js +0 -78
- package/dist/testing/limeobjects/index.d.ts +0 -207
- package/dist/testing/limeobjects/index.d.ts.map +0 -1
- package/dist/testing/limeobjects/index.js +0 -55
- package/dist/testing/limeobjects/person.d.ts +0 -21
- package/dist/testing/limeobjects/person.d.ts.map +0 -1
- package/dist/testing/limeobjects/person.js +0 -1158
- package/dist/testing/limeobjects/todo.d.ts +0 -27
- package/dist/testing/limeobjects/todo.d.ts.map +0 -1
- package/dist/testing/limeobjects/todo.js +0 -102
- package/dist/testing/limetypes/campaign.d.ts +0 -418
- package/dist/testing/limetypes/campaign.d.ts.map +0 -1
- package/dist/testing/limetypes/campaign.js +0 -477
- package/dist/testing/limetypes/company.d.ts +0 -592
- package/dist/testing/limetypes/company.d.ts.map +0 -1
- package/dist/testing/limetypes/company.js +0 -614
- package/dist/testing/limetypes/consent.d.ts +0 -200
- package/dist/testing/limetypes/consent.d.ts.map +0 -1
- package/dist/testing/limetypes/consent.js +0 -232
- package/dist/testing/limetypes/consenttype.d.ts +0 -189
- package/dist/testing/limetypes/consenttype.d.ts.map +0 -1
- package/dist/testing/limetypes/consenttype.js +0 -189
- package/dist/testing/limetypes/coworker.d.ts +0 -564
- package/dist/testing/limetypes/coworker.d.ts.map +0 -1
- package/dist/testing/limetypes/coworker.js +0 -564
- package/dist/testing/limetypes/deal.d.ts +0 -392
- package/dist/testing/limetypes/deal.d.ts.map +0 -1
- package/dist/testing/limetypes/deal.js +0 -419
- package/dist/testing/limetypes/document.d.ts +0 -310
- package/dist/testing/limetypes/document.d.ts.map +0 -1
- package/dist/testing/limetypes/document.js +0 -332
- package/dist/testing/limetypes/helpdesk.d.ts +0 -395
- package/dist/testing/limetypes/helpdesk.d.ts.map +0 -1
- package/dist/testing/limetypes/helpdesk.js +0 -417
- package/dist/testing/limetypes/helpdesktype.d.ts +0 -137
- package/dist/testing/limetypes/helpdesktype.d.ts.map +0 -1
- package/dist/testing/limetypes/helpdesktype.js +0 -137
- package/dist/testing/limetypes/history.d.ts +0 -309
- package/dist/testing/limetypes/history.d.ts.map +0 -1
- package/dist/testing/limetypes/history.js +0 -346
- package/dist/testing/limetypes/index.d.ts +0 -10
- package/dist/testing/limetypes/index.d.ts.map +0 -1
- package/dist/testing/limetypes/index.js +0 -67
- package/dist/testing/limetypes/infotiles.d.ts +0 -388
- package/dist/testing/limetypes/infotiles.d.ts.map +0 -1
- package/dist/testing/limetypes/infotiles.js +0 -509
- package/dist/testing/limetypes/localize.d.ts +0 -284
- package/dist/testing/limetypes/localize.d.ts.map +0 -1
- package/dist/testing/limetypes/localize.js +0 -284
- package/dist/testing/limetypes/mailing.d.ts +0 -213
- package/dist/testing/limetypes/mailing.d.ts.map +0 -1
- package/dist/testing/limetypes/mailing.js +0 -213
- package/dist/testing/limetypes/office.d.ts +0 -385
- package/dist/testing/limetypes/office.d.ts.map +0 -1
- package/dist/testing/limetypes/office.js +0 -385
- package/dist/testing/limetypes/participant.d.ts +0 -166
- package/dist/testing/limetypes/participant.d.ts.map +0 -1
- package/dist/testing/limetypes/participant.js +0 -188
- package/dist/testing/limetypes/person.d.ts +0 -473
- package/dist/testing/limetypes/person.d.ts.map +0 -1
- package/dist/testing/limetypes/person.js +0 -530
- package/dist/testing/limetypes/recipient.d.ts +0 -148
- package/dist/testing/limetypes/recipient.d.ts.map +0 -1
- package/dist/testing/limetypes/recipient.js +0 -170
- package/dist/testing/limetypes/solutionimprovement.d.ts +0 -303
- package/dist/testing/limetypes/solutionimprovement.d.ts.map +0 -1
- package/dist/testing/limetypes/solutionimprovement.js +0 -344
- package/dist/testing/limetypes/successplan.d.ts +0 -210
- package/dist/testing/limetypes/successplan.d.ts.map +0 -1
- package/dist/testing/limetypes/successplan.js +0 -210
- package/dist/testing/limetypes/target.d.ts +0 -161
- package/dist/testing/limetypes/target.d.ts.map +0 -1
- package/dist/testing/limetypes/target.js +0 -178
- package/dist/testing/limetypes/todo.d.ts +0 -387
- package/dist/testing/limetypes/todo.d.ts.map +0 -1
- package/dist/testing/limetypes/todo.js +0 -426
- package/dist/testing/platform/index.d.ts +0 -10
- package/dist/testing/platform/index.d.ts.map +0 -1
- package/dist/testing/platform/index.js +0 -62
- package/dist/testing/platform/platform.spec.d.ts +0 -2
- package/dist/testing/platform/platform.spec.d.ts.map +0 -1
- package/dist/testing/platform/platform.spec.js +0 -41
- package/dist/testing/services/datetimeformatter.d.ts +0 -7
- package/dist/testing/services/datetimeformatter.d.ts.map +0 -1
- package/dist/testing/services/datetimeformatter.js +0 -10
- package/dist/testing/services/index.d.ts +0 -3
- package/dist/testing/services/index.d.ts.map +0 -1
- package/dist/testing/services/index.js +0 -2
- package/dist/testing/services/translator.d.ts +0 -7
- package/dist/testing/services/translator.d.ts.map +0 -1
- package/dist/testing/services/translator.js +0 -9
- package/dist/translator/index.js +0 -2
- package/dist/translator/translator.js +0 -1
- package/dist/translator/types.js +0 -3
- package/dist/userdata/decorator.js +0 -16
- package/dist/userdata/index.js +0 -3
- package/dist/userdata/repository.js +0 -1
- package/dist/userdata/types.js +0 -3
- package/dist/userpreferences/index.js +0 -2
- package/dist/userpreferences/repository.js +0 -1
- package/dist/userpreferences/types.js +0 -3
- package/dist/view/index.js +0 -3
- package/dist/view/layout.js +0 -1
- package/dist/view/registry.js +0 -1
- package/dist/view/types.js +0 -3
- package/dist/webcomponent/index.js +0 -2
- package/dist/webcomponent/registry.js +0 -1
- package/dist/webcomponent/types.js +0 -3
- package/testing/package.json +0 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [6.0.0-beta.2](https://github.com/Lundalogik/lime-web-components/compare/v6.0.0-beta.1...v6.0.0-beta.2) (2025-03-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
* **action:** add hideLabel to action interface ([1c75f1a](https://github.com/Lundalogik/lime-web-components/commit/1c75f1aed7e35b6f5792176b1e3a2569868606c5))
|
|
8
|
+
* **view:** add interfaces for layouts ([d3759e4](https://github.com/Lundalogik/lime-web-components/commit/d3759e43b88eb922551671be2efb48bcd2459cc8)), closes [Lundalogik/crm-feature#3190](https://github.com/Lundalogik/crm-feature/issues/3190)
|
|
9
|
+
|
|
1
10
|
## [5.46.0](https://github.com/Lundalogik/lime-web-components/compare/v5.45.0...v5.46.0) (2025-03-06)
|
|
2
11
|
|
|
3
12
|
|
|
@@ -14,6 +23,43 @@
|
|
|
14
23
|
|
|
15
24
|
* **view:** add interfaces for layouts ([d3759e4](https://github.com/Lundalogik/lime-web-components/commit/d3759e43b88eb922551671be2efb48bcd2459cc8)), closes [Lundalogik/crm-feature#3190](https://github.com/Lundalogik/crm-feature/issues/3190)
|
|
16
25
|
|
|
26
|
+
## [6.0.0-beta.1](https://github.com/Lundalogik/lime-web-components/compare/v5.44.0...v6.0.0-beta.1) (2025-02-10)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### ⚠ BREAKING CHANGES
|
|
30
|
+
|
|
31
|
+
* **query:** The `Expression` type has all the same properties as before, but is more
|
|
32
|
+
restrictive and changes based on operator, which could lead to breaking builds if types are not
|
|
33
|
+
checked correctly
|
|
34
|
+
* Some previously optional methods are now required on some interfaces.
|
|
35
|
+
* **application:** `Session.language` has been removed. Use `getLanguage` from
|
|
36
|
+
`ApplicationRepository` instead.
|
|
37
|
+
* **platform:** The old deprecated route service has been removed. Use the navigator
|
|
38
|
+
service instead
|
|
39
|
+
* **limeobject:** `limetype` and `id` has been removed from some commands implementing
|
|
40
|
+
`LimeObjectCommand`, `context` can be used instead.
|
|
41
|
+
* **testing:** Testing package is removed, use the test platform from limeclient.js instead
|
|
42
|
+
* ES5 no longer supported
|
|
43
|
+
|
|
44
|
+
### Miscellaneous Chores
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
* remove old ES5 build ([e423de0](https://github.com/Lundalogik/lime-web-components/commit/e423de08f5321827a293a5ef232418ec2474e461))
|
|
48
|
+
|
|
49
|
+
### Documentation
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
* promote most beta services to public ([40279af](https://github.com/Lundalogik/lime-web-components/commit/40279af94f00e903c701a8060a898ad1190ad30e))
|
|
53
|
+
|
|
54
|
+
### Code Refactoring
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
* **application:** remove language from session ([c2f1967](https://github.com/Lundalogik/lime-web-components/commit/c2f1967933edcc7a47a1ab482969d40a0fc5885a))
|
|
58
|
+
* **limeobject:** remove deprecated properties ([701e085](https://github.com/Lundalogik/lime-web-components/commit/701e085a673566f74196b514b07f1d8908aa28ae))
|
|
59
|
+
* **platform:** remove route service ([c819e8c](https://github.com/Lundalogik/lime-web-components/commit/c819e8c871e94e85d2b19609d84016a2edaf8e4b))
|
|
60
|
+
* **query:** improve `Expression` type ([1a46df5](https://github.com/Lundalogik/lime-web-components/commit/1a46df52eb92a1a07b799798ded16325a55b5b8c))
|
|
61
|
+
* **testing:** remove package ([a2fb402](https://github.com/Lundalogik/lime-web-components/commit/a2fb40286853c065d044fb213e42bc7e66405450))
|
|
62
|
+
|
|
17
63
|
## [5.44.0](https://github.com/Lundalogik/lime-web-components/compare/v5.43.0...v5.44.0) (2025-01-27)
|
|
18
64
|
|
|
19
65
|
|
package/dist/action/action.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { AnyCommand, LimeObjectBulkCommand, LimeObjectCommand } from '../command
|
|
|
2
2
|
import { Condition } from '../conditionregistry';
|
|
3
3
|
/**
|
|
4
4
|
* Represents an action that is displayed in the UI
|
|
5
|
-
* @
|
|
5
|
+
* @beta
|
|
6
6
|
* @group Actions
|
|
7
7
|
*/
|
|
8
8
|
export interface Action<T extends AnyCommand = AnyCommand> {
|
|
@@ -41,21 +41,21 @@ export interface Action<T extends AnyCommand = AnyCommand> {
|
|
|
41
41
|
/**
|
|
42
42
|
* An action for a single {@link LimeObject}
|
|
43
43
|
*
|
|
44
|
-
* @
|
|
44
|
+
* @beta
|
|
45
45
|
* @group Actions
|
|
46
46
|
*/
|
|
47
47
|
export type LimeObjectAction = Action<LimeObjectCommand>;
|
|
48
48
|
/**
|
|
49
49
|
* An action for multiple {@link LimeObject}s
|
|
50
50
|
*
|
|
51
|
-
* @
|
|
51
|
+
* @beta
|
|
52
52
|
* @group Actions
|
|
53
53
|
*/
|
|
54
54
|
export type LimeObjectBulkAction = Action<LimeObjectBulkCommand>;
|
|
55
55
|
/**
|
|
56
56
|
* Icon of an action
|
|
57
57
|
*
|
|
58
|
-
* @
|
|
58
|
+
* @beta
|
|
59
59
|
* @group Actions
|
|
60
60
|
*/
|
|
61
61
|
export type Icon = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"session.d.ts","sourceRoot":"","sources":["../../src/application/session.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,WAAW,OAAO;IACpB;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAEhB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAE5B;;OAEG;IACH,KAAK,EAAE,OAAO,CAAC;IAEf;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAE7B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAElC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX
|
|
1
|
+
{"version":3,"file":"session.d.ts","sourceRoot":"","sources":["../../src/application/session.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,WAAW,OAAO;IACpB;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAEhB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAE5B;;OAEG;IACH,KAAK,EAAE,OAAO,CAAC;IAEf;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAE7B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAElC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -73,7 +73,7 @@ export interface CommandBus extends CommandHandler {
|
|
|
73
73
|
* @param commandClass - type of command
|
|
74
74
|
* @param handler - the handler instance used to execute the command
|
|
75
75
|
* @param metadata - metadata for the command
|
|
76
|
-
* @
|
|
76
|
+
* @beta
|
|
77
77
|
*/
|
|
78
78
|
register(commandClass: CommandClass, handler: CommandHandler, metadata?: Omit<CommandMetadata, 'id'>): void;
|
|
79
79
|
/**
|
|
@@ -103,7 +103,7 @@ export interface CommandBus extends CommandHandler {
|
|
|
103
103
|
/**
|
|
104
104
|
* Get a list of configs for all registered commands
|
|
105
105
|
*
|
|
106
|
-
* @
|
|
106
|
+
* @beta
|
|
107
107
|
*/
|
|
108
108
|
getAll?(): CommandMetadata[];
|
|
109
109
|
/**
|
|
@@ -220,7 +220,7 @@ export interface CommandConfig<T = any> {
|
|
|
220
220
|
/**
|
|
221
221
|
* Metadata for a command
|
|
222
222
|
*
|
|
223
|
-
* @
|
|
223
|
+
* @beta
|
|
224
224
|
* @group Command bus
|
|
225
225
|
*/
|
|
226
226
|
export type CommandMetadata = ConfigMetadata & {
|
|
@@ -255,7 +255,7 @@ export declare function getCommandId(value: AnyCommand | CommandIdentifier): str
|
|
|
255
255
|
* @param value - either a command or a command identifier
|
|
256
256
|
*
|
|
257
257
|
* @returns ids of the command
|
|
258
|
-
* @
|
|
258
|
+
* @public
|
|
259
259
|
* @group Command bus
|
|
260
260
|
*/
|
|
261
261
|
export declare function getCommandIds(value: AnyCommand | CommandIdentifier): string[];
|
|
@@ -3,7 +3,7 @@ import { LimeObject } from '../limeobject';
|
|
|
3
3
|
/**
|
|
4
4
|
* This interface defines callbacks intended to be registered to the {@link Condition} registry
|
|
5
5
|
*
|
|
6
|
-
* @
|
|
6
|
+
* @beta
|
|
7
7
|
* @group Conditions
|
|
8
8
|
*/
|
|
9
9
|
export type Condition<T = unknown> = {
|
|
@@ -26,7 +26,7 @@ export type Condition<T = unknown> = {
|
|
|
26
26
|
/**
|
|
27
27
|
* A condition to evaluate for a {@link LimeObject}
|
|
28
28
|
*
|
|
29
|
-
* @
|
|
29
|
+
* @beta
|
|
30
30
|
* @group Conditions
|
|
31
31
|
*/
|
|
32
32
|
export type LimeObjectCondition = Condition<LimeObject> & {
|
|
@@ -35,7 +35,7 @@ export type LimeObjectCondition = Condition<LimeObject> & {
|
|
|
35
35
|
/**
|
|
36
36
|
* A condition to evaluate for an {@link Action}
|
|
37
37
|
*
|
|
38
|
-
* @
|
|
38
|
+
* @beta
|
|
39
39
|
* @group Conditions
|
|
40
40
|
*/
|
|
41
41
|
export type ActionCondition = Condition<Action> & {
|
|
@@ -44,21 +44,21 @@ export type ActionCondition = Condition<Action> & {
|
|
|
44
44
|
/**
|
|
45
45
|
* Check if condition expects a lime object to be passed when it is evaluated
|
|
46
46
|
*
|
|
47
|
-
* @
|
|
47
|
+
* @beta
|
|
48
48
|
* @group Conditions
|
|
49
49
|
*/
|
|
50
50
|
export declare function isLimeObjectCondition(condition: Condition): condition is Condition<LimeObject>;
|
|
51
51
|
/**
|
|
52
52
|
* Check if condition expects an action to be passed when it is evaluated
|
|
53
53
|
*
|
|
54
|
-
* @
|
|
54
|
+
* @beta
|
|
55
55
|
* @group Conditions
|
|
56
56
|
*/
|
|
57
57
|
export declare function isActionCondition(condition: Condition): condition is Condition<Action>;
|
|
58
58
|
/**
|
|
59
59
|
* Service for adding and retrieving, and checking {@link Condition}s to and from the condition registry
|
|
60
60
|
*
|
|
61
|
-
* @
|
|
61
|
+
* @beta
|
|
62
62
|
* @group Conditions
|
|
63
63
|
*/
|
|
64
64
|
export interface ConditionRegistry {
|
|
@@ -24,8 +24,7 @@ export interface ConfigRepository extends StateRepository {
|
|
|
24
24
|
* @param key - name of the key containing the config
|
|
25
25
|
* @param data - the config data
|
|
26
26
|
* @returns a promise that will be resolved when the config has been saved
|
|
27
|
-
* @beta
|
|
28
27
|
*/
|
|
29
|
-
set
|
|
28
|
+
set<T = any>(key: string, data: T): Promise<void>;
|
|
30
29
|
}
|
|
31
30
|
//# sourceMappingURL=repository.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"repository.d.ts","sourceRoot":"","sources":["../../src/config/repository.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD;;;GAGG;AACH,MAAM,WAAW,gBAAiB,SAAQ,eAAe;IACrD;;;;;OAKG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;IAE1B;;;;;OAKG;IACH,GAAG,CAAC,CAAC,GAAG,GAAG,EAAE,GAAG,EAAE,MAAM,GAAG,CAAC,CAAC;IAE7B
|
|
1
|
+
{"version":3,"file":"repository.d.ts","sourceRoot":"","sources":["../../src/config/repository.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD;;;GAGG;AACH,MAAM,WAAW,gBAAiB,SAAQ,eAAe;IACrD;;;;;OAKG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;IAE1B;;;;;OAKG;IACH,GAAG,CAAC,CAAC,GAAG,GAAG,EAAE,GAAG,EAAE,MAAM,GAAG,CAAC,CAAC;IAE7B;;;;;;OAMG;IACH,GAAG,CAAC,CAAC,GAAG,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACrD"}
|
package/dist/core/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export * from './platform';
|
|
|
3
3
|
export * from './lime-web-component';
|
|
4
4
|
export * from './plugin-loader';
|
|
5
5
|
export * from './state';
|
|
6
|
-
export
|
|
6
|
+
export type { StateDecoratorConfig } from './decorators';
|
|
7
7
|
export * from './metadata';
|
|
8
8
|
export * from './idle';
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/core/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/core/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/core/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,YAAY,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AACzD,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC"}
|
package/dist/core/metadata.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ import { LimeWebComponentPlatform } from './platform';
|
|
|
10
10
|
* @see {@link CommandBus | CommandBus}
|
|
11
11
|
*
|
|
12
12
|
* @group Core
|
|
13
|
-
* @
|
|
13
|
+
* @beta
|
|
14
14
|
*/
|
|
15
15
|
export type ConfigMetadata = {
|
|
16
16
|
/**
|
|
@@ -48,7 +48,7 @@ export type ConfigMetadata = {
|
|
|
48
48
|
* Metadata about a package using Lime Web Components
|
|
49
49
|
*
|
|
50
50
|
* @group Core
|
|
51
|
-
* @
|
|
51
|
+
* @beta
|
|
52
52
|
*/
|
|
53
53
|
export interface LimePackageMetadata {
|
|
54
54
|
/**
|
package/dist/core/platform.d.ts
CHANGED
|
@@ -31,9 +31,8 @@ export interface LimeWebComponentPlatform {
|
|
|
31
31
|
* Check if a feature is enabled
|
|
32
32
|
*
|
|
33
33
|
* @param name - name of the feature switch
|
|
34
|
-
* @beta
|
|
35
34
|
*/
|
|
36
|
-
isFeatureEnabled
|
|
35
|
+
isFeatureEnabled(name: keyof FeatureSwitches): boolean;
|
|
37
36
|
}
|
|
38
37
|
/**
|
|
39
38
|
* Core platform service names
|
|
@@ -46,15 +45,11 @@ export declare const PlatformServiceName: PlatformServiceNameType;
|
|
|
46
45
|
* @group Core
|
|
47
46
|
*/
|
|
48
47
|
export interface PlatformServiceNameType {
|
|
49
|
-
/**
|
|
50
|
-
* @deprecated use the new {@link Navigator} instead
|
|
51
|
-
*/
|
|
52
|
-
Route: 'route';
|
|
53
48
|
}
|
|
54
49
|
/**
|
|
55
50
|
* Available feature switches
|
|
56
51
|
*
|
|
57
|
-
* @
|
|
52
|
+
* @public
|
|
58
53
|
* @group Core
|
|
59
54
|
*/
|
|
60
55
|
export interface FeatureSwitches {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"platform.d.ts","sourceRoot":"","sources":["../../src/core/platform.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC,IAAI,EAAE,kBAAkB,GAAG,sBAAsB,GAAG,uBAAuB,CAAC;IAE5E;;;;OAIG;IACH,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,CAAC;IAEvB;;;;OAIG;IACH,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC;IAE3B;;;;;;;;OAQG;IACH,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,GAAG,IAAI,CAAC;IAE3C
|
|
1
|
+
{"version":3,"file":"platform.d.ts","sourceRoot":"","sources":["../../src/core/platform.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC,IAAI,EAAE,kBAAkB,GAAG,sBAAsB,GAAG,uBAAuB,CAAC;IAE5E;;;;OAIG;IACH,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,CAAC;IAEvB;;;;OAIG;IACH,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC;IAE3B;;;;;;;;OAQG;IACH,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,GAAG,IAAI,CAAC;IAE3C;;;;OAIG;IACH,gBAAgB,CAAC,IAAI,EAAE,MAAM,eAAe,GAAG,OAAO,CAAC;CAC1D;AAED;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,EAAE,uBAE1B,CAAC;AAET;;;GAGG;AACH,MAAM,WAAW,uBAAuB;CAAG;AAE3C;;;;;GAKG;AACH,MAAM,WAAW,eAAe;CAAG"}
|
|
@@ -2,7 +2,7 @@ import { DateTimePropertyType } from '../limetype';
|
|
|
2
2
|
/**
|
|
3
3
|
* The possible types a date can be formatted as.
|
|
4
4
|
*
|
|
5
|
-
* @
|
|
5
|
+
* @public
|
|
6
6
|
* @group Localization
|
|
7
7
|
*/
|
|
8
8
|
export type DateTimeType = 'week' | 'relative' | DateTimePropertyType;
|
|
@@ -13,14 +13,14 @@ export type DateTimeType = 'week' | 'relative' | DateTimePropertyType;
|
|
|
13
13
|
* - `h23` is 24 hour clock where midnight is 0:00.
|
|
14
14
|
* - `h24` is 24 hour clock where midnight is 24:00.
|
|
15
15
|
*
|
|
16
|
-
* @
|
|
16
|
+
* @public
|
|
17
17
|
* @group Localization
|
|
18
18
|
*/
|
|
19
19
|
export type HourCycle = 'h11' | 'h12' | 'h23' | 'h24';
|
|
20
20
|
/**
|
|
21
21
|
* Options for `DateTimeFormatter.format()`.
|
|
22
22
|
*
|
|
23
|
-
* @
|
|
23
|
+
* @public
|
|
24
24
|
* @group Localization
|
|
25
25
|
*/
|
|
26
26
|
export interface DateTimeFormatterOptions {
|
|
@@ -47,7 +47,7 @@ export interface DateTimeFormatterOptions {
|
|
|
47
47
|
/**
|
|
48
48
|
* Service for formatting date and time values.
|
|
49
49
|
*
|
|
50
|
-
* @
|
|
50
|
+
* @public
|
|
51
51
|
* @group Localization
|
|
52
52
|
*/
|
|
53
53
|
export interface DateTimeFormatter {
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const F=require("@stencil/core"),c={Route:"route"},ne="idle-state";function re(e){return e&&["belongsto","hasone","hasmany","hasandbelongstomany"].includes(e.type)}function ie(e){return e&&["belongsto","hasone"].includes(e.type)}function oe(e){return e&&["time","timeofday","date","year","quarter","month"].includes(e.type)}function se(e){return e&&["string","text","phone","link"].includes(e.type)}function ce(e){return e&&["decimal","percent"].includes(e.type)}const ae="state.limetypes";c.LimeTypeRepository=ae;var _=function(e,t){return _=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[i]=r[i])},_(e,t)};function h(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");_(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}function O(e){var t=typeof Symbol=="function"&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&typeof e.length=="number")return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function R(e,t){var n=typeof Symbol=="function"&&e[Symbol.iterator];if(!n)return e;var r=n.call(e),i,o=[],s;try{for(;(t===void 0||t-- >0)&&!(i=r.next()).done;)o.push(i.value)}catch(a){s={error:a}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(s)throw s.error}}return o}function A(e,t,n){if(n||arguments.length===2)for(var r=0,i=t.length,o;r<i;r++)(o||!(r in t))&&(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))}function p(e){return typeof e=="function"}function B(e){var t=function(r){Error.call(r),r.stack=new Error().stack},n=e(t);return n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n}var C=B(function(e){return function(n){e(this),this.message=n?n.length+` errors occurred during unsubscription:
|
|
2
|
+
`+n.map(function(r,i){return i+1+") "+r.toString()}).join(`
|
|
3
|
+
`):"",this.name="UnsubscriptionError",this.errors=n}});function w(e,t){if(e){var n=e.indexOf(t);0<=n&&e.splice(n,1)}}var E=function(){function e(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var t,n,r,i,o;if(!this.closed){this.closed=!0;var s=this._parentage;if(s)if(this._parentage=null,Array.isArray(s))try{for(var a=O(s),u=a.next();!u.done;u=a.next()){var g=u.value;g.remove(this)}}catch(f){t={error:f}}finally{try{u&&!u.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}else s.remove(this);var I=this.initialTeardown;if(p(I))try{I()}catch(f){o=f instanceof C?f.errors:[f]}var D=this._finalizers;if(D){this._finalizers=null;try{for(var y=O(D),m=y.next();!m.done;m=y.next()){var te=m.value;try{L(te)}catch(f){o=o??[],f instanceof C?o=A(A([],R(o)),R(f.errors)):o.push(f)}}}catch(f){r={error:f}}finally{try{m&&!m.done&&(i=y.return)&&i.call(y)}finally{if(r)throw r.error}}}if(o)throw new C(o)}},e.prototype.add=function(t){var n;if(t&&t!==this)if(this.closed)L(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(n=this._finalizers)!==null&&n!==void 0?n:[]).push(t)}},e.prototype._hasParent=function(t){var n=this._parentage;return n===t||Array.isArray(n)&&n.includes(t)},e.prototype._addParent=function(t){var n=this._parentage;this._parentage=Array.isArray(n)?(n.push(t),n):n?[n,t]:t},e.prototype._removeParent=function(t){var n=this._parentage;n===t?this._parentage=null:Array.isArray(n)&&w(n,t)},e.prototype.remove=function(t){var n=this._finalizers;n&&w(n,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),k=E.EMPTY;function G(e){return e instanceof E||e&&"closed"in e&&p(e.remove)&&p(e.add)&&p(e.unsubscribe)}function L(e){p(e)?e():e.unsubscribe()}var ue={Promise:void 0},le={setTimeout:function(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];return setTimeout.apply(void 0,A([e,t],R(n)))},clearTimeout:function(e){return clearTimeout(e)},delegate:void 0};function fe(e){le.setTimeout(function(){throw e})}function N(){}function v(e){e()}var H=function(e){h(t,e);function t(n){var r=e.call(this)||this;return r.isStopped=!1,n?(r.destination=n,G(n)&&n.add(r)):r.destination=me,r}return t.create=function(n,r,i){return new P(n,r,i)},t.prototype.next=function(n){this.isStopped||this._next(n)},t.prototype.error=function(n){this.isStopped||(this.isStopped=!0,this._error(n))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(n){this.destination.next(n)},t.prototype._error=function(n){try{this.destination.error(n)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(E),pe=function(){function e(t){this.partialObserver=t}return e.prototype.next=function(t){var n=this.partialObserver;if(n.next)try{n.next(t)}catch(r){b(r)}},e.prototype.error=function(t){var n=this.partialObserver;if(n.error)try{n.error(t)}catch(r){b(r)}else b(t)},e.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(n){b(n)}},e}(),P=function(e){h(t,e);function t(n,r,i){var o=e.call(this)||this,s;return p(n)||!n?s={next:n??void 0,error:r??void 0,complete:i??void 0}:s=n,o.destination=new pe(s),o}return t}(H);function b(e){fe(e)}function de(e){throw e}var me={closed:!0,next:N,error:de,complete:N},he=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function ye(e){return e}function be(e){return e.length===0?ye:e.length===1?e[0]:function(n){return e.reduce(function(r,i){return i(r)},n)}}var T=function(){function e(t){t&&(this._subscribe=t)}return e.prototype.lift=function(t){var n=new e;return n.source=this,n.operator=t,n},e.prototype.subscribe=function(t,n,r){var i=this,o=Se(t)?t:new P(t,n,r);return v(function(){var s=i,a=s.operator,u=s.source;o.add(a?a.call(o,u):u?i._subscribe(o):i._trySubscribe(o))}),o},e.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(n){t.error(n)}},e.prototype.forEach=function(t,n){var r=this;return n=x(n),new n(function(i,o){var s=new P({next:function(a){try{t(a)}catch(u){o(u),s.unsubscribe()}},error:o,complete:i});r.subscribe(s)})},e.prototype._subscribe=function(t){var n;return(n=this.source)===null||n===void 0?void 0:n.subscribe(t)},e.prototype[he]=function(){return this},e.prototype.pipe=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return be(t)(this)},e.prototype.toPromise=function(t){var n=this;return t=x(t),new t(function(r,i){var o;n.subscribe(function(s){return o=s},function(s){return i(s)},function(){return r(o)})})},e.create=function(t){return new e(t)},e}();function x(e){var t;return(t=e??ue.Promise)!==null&&t!==void 0?t:Promise}function ve(e){return e&&p(e.next)&&p(e.error)&&p(e.complete)}function Se(e){return e&&e instanceof H||ve(e)&&G(e)}var Ee=B(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),Q=function(e){h(t,e);function t(){var n=e.call(this)||this;return n.closed=!1,n.currentObservers=null,n.observers=[],n.isStopped=!1,n.hasError=!1,n.thrownError=null,n}return t.prototype.lift=function(n){var r=new M(this,this);return r.operator=n,r},t.prototype._throwIfClosed=function(){if(this.closed)throw new Ee},t.prototype.next=function(n){var r=this;v(function(){var i,o;if(r._throwIfClosed(),!r.isStopped){r.currentObservers||(r.currentObservers=Array.from(r.observers));try{for(var s=O(r.currentObservers),a=s.next();!a.done;a=s.next()){var u=a.value;u.next(n)}}catch(g){i={error:g}}finally{try{a&&!a.done&&(o=s.return)&&o.call(s)}finally{if(i)throw i.error}}}})},t.prototype.error=function(n){var r=this;v(function(){if(r._throwIfClosed(),!r.isStopped){r.hasError=r.isStopped=!0,r.thrownError=n;for(var i=r.observers;i.length;)i.shift().error(n)}})},t.prototype.complete=function(){var n=this;v(function(){if(n._throwIfClosed(),!n.isStopped){n.isStopped=!0;for(var r=n.observers;r.length;)r.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var n;return((n=this.observers)===null||n===void 0?void 0:n.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(n){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,n)},t.prototype._subscribe=function(n){return this._throwIfClosed(),this._checkFinalizedStatuses(n),this._innerSubscribe(n)},t.prototype._innerSubscribe=function(n){var r=this,i=this,o=i.hasError,s=i.isStopped,a=i.observers;return o||s?k:(this.currentObservers=null,a.push(n),new E(function(){r.currentObservers=null,w(a,n)}))},t.prototype._checkFinalizedStatuses=function(n){var r=this,i=r.hasError,o=r.thrownError,s=r.isStopped;i?n.error(o):s&&n.complete()},t.prototype.asObservable=function(){var n=new T;return n.source=this,n},t.create=function(n,r){return new M(n,r)},t}(T),M=function(e){h(t,e);function t(n,r){var i=e.call(this)||this;return i.destination=n,i.source=r,i}return t.prototype.next=function(n){var r,i;(i=(r=this.destination)===null||r===void 0?void 0:r.next)===null||i===void 0||i.call(r,n)},t.prototype.error=function(n){var r,i;(i=(r=this.destination)===null||r===void 0?void 0:r.error)===null||i===void 0||i.call(r,n)},t.prototype.complete=function(){var n,r;(r=(n=this.destination)===null||n===void 0?void 0:n.complete)===null||r===void 0||r.call(n)},t.prototype._subscribe=function(n){var r,i;return(i=(r=this.source)===null||r===void 0?void 0:r.subscribe(n))!==null&&i!==void 0?i:k},t}(Q),ge=function(e){h(t,e);function t(n){var r=e.call(this)||this;return r._value=n,r}return Object.defineProperty(t.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),t.prototype._subscribe=function(n){var r=e.prototype._subscribe.call(this,n);return!r.closed&&n.next(this._value),r},t.prototype.getValue=function(){var n=this,r=n.hasError,i=n.thrownError,o=n._value;if(r)throw i;return this._throwIfClosed(),o},t.prototype.next=function(n){e.prototype.next.call(this,this._value=n)},t}(Q);function Ce(e){return e}function l(e,t){return(n,r)=>{const i=_e(n,r,e,t);i.length===1&&Oe(n,i)}}const $=new WeakMap,S=new WeakMap,W=new WeakMap;function _e(e,t,n,r){let i=$.get(e);return i||(i=[],$.set(e,i)),i.push({options:n,name:t,optionFactory:r.optionFactory||Ce,service:{name:r.name,method:r.method||"subscribe"}}),i}function Oe(e,t){e.connectedCallback=Y(e.connectedCallback,t),e.componentWillLoad=Re(e.componentWillLoad,t),e.componentDidUnload=V(e.componentDidUnload),e.disconnectedCallback=V(e.disconnectedCallback)}function Y(e,t){return async function(...n){W.set(this,!0),S.set(this,[]),await q(this);const r=new ge(this.context);if(we(this,"context",r),t.forEach(i=>{i.options=i.optionFactory(i.options,this),Ae(i.options)&&(i.options.context=r),Pe(this,i)}),e)return e.apply(this,n)}}function Re(e,t){return async function(...n){return W.get(this)===!0?(await q(this),e?e.apply(this,n):void 0):Y(e,t).apply(this,n)}}function V(e){return async function(...t){let n;return e&&(n=e.apply(this,t)),je(this),n}}function Ae(e){return"context"in e}function q(e){const t=[];return e.platform||t.push(U(e,"platform")),e.context||t.push(U(e,"context")),t.length?Promise.all(t):Promise.resolve()}function U(e,t){const n=F.getElement(e);return new Promise(r=>{Object.defineProperty(n,t,{configurable:!0,set:i=>{delete n[t],n[t]=i,r()}})})}function we(e,t,n){const r=F.getElement(e),{get:i,set:o}=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(r),t);Object.defineProperty(r,t,{configurable:!0,get:i,set:function(s){o.call(this,s),n.next(s)}})}function Pe(e,t){const n=De(e,t);if(typeof n!="function")return;S.get(e).push(n)}function je(e){S.get(e).forEach(n=>n()),S.set(e,[])}function Ie(e,t){return n=>{e[t]=n}}function De(e,t){const n={...t.options};Le(n,e);const r=t.service.name,i=e.platform;if(!i.has(r))throw new Error(`Service ${r} does not exist`);return i.get(r)[t.service.method](Ie(e,t.name),n)}function Le(e,t){e.filter&&(e.filter=e.filter.map(n=>n.bind(t))),e.map&&(e.map=e.map.map(n=>n.bind(t)))}function Ne(e={}){const t={name:c.LimeTypeRepository};return l(e,t)}function Te(e={}){const t={name:c.LimeTypeRepository};return e.map=[xe,...e.map||[]],e.context=null,l(e,t)}function xe(e){const{limetype:t}=this.context;return e[t]}const Me=e=>t=>Object.values(t).find(j(e));function $e(e,t){return Object.values(e.properties).filter(n=>n.type===t)}function Ve(e,t){return Object.values(e.properties).find(j(t))}function Ue(e,t){return e.properties[t]}const j=e=>t=>(t==null?void 0:t.label)===e,Fe="state.limeobjects";c.LimeObjectRepository=Fe;function Be(e={}){const t={name:c.LimeObjectRepository,optionFactory:He};return l(e,t)}function ke(e={}){const t={name:c.LimeObjectRepository};return e.map=[Ge,...e.map||[]],e.context=null,l(e,t)}function Ge(e){const{limetype:t,id:n}=this.context;if(e[t])return e[t].find(r=>r.id===n)}function He(e,t){return e.getLimetype&&(e.limetype=e.getLimetype(t)),e}var K=(e=>(e.Received="command.received",e.Handled="command.handled",e.Failed="command.failed",e))(K||{});function d(e){return t=>{Qe(t,e.id),We(t,e.id)}}function Qe(e,t){e.commandId=t}function We(e,t){Object.defineProperty(e,Symbol.hasInstance,{value:n=>J(n).includes(t)})}function X(e){return typeof e=="string"?e:e&&e.constructor&&e.constructor.commandId?e.constructor.commandId:e&&e.commandId?e.commandId:null}function J(e){let t=[],n,r=e;for(;n=X(r);)t=[...t,n],r=Object.getPrototypeOf(r);return Array.from(new Set(t))}const Ye="commandBus";c.CommandBus=Ye;var qe=Object.getOwnPropertyDescriptor,Ke=(e,t,n,r)=>{for(var i=r>1?void 0:r?qe(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i};exports.BulkCreateDialogCommand=class{};exports.BulkCreateDialogCommand=Ke([d({id:"limeobject.bulk-create-dialog"})],exports.BulkCreateDialogCommand);var Xe=Object.getOwnPropertyDescriptor,Je=(e,t,n,r)=>{for(var i=r>1?void 0:r?Xe(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i};exports.CreateLimeobjectDialogCommand=class{constructor(){this.route=!1}};exports.CreateLimeobjectDialogCommand=Je([d({id:"limeobject.create-dialog"})],exports.CreateLimeobjectDialogCommand);var Ze=Object.getOwnPropertyDescriptor,ze=(e,t,n,r)=>{for(var i=r>1?void 0:r?Ze(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i};exports.DeleteObjectCommand=class{};exports.DeleteObjectCommand=ze([d({id:"limeobject.delete-object"})],exports.DeleteObjectCommand);var et=Object.getOwnPropertyDescriptor,tt=(e,t,n,r)=>{for(var i=r>1?void 0:r?et(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i};exports.OpenObjectAccessDialogCommand=class{};exports.OpenObjectAccessDialogCommand=tt([d({id:"limeobject.object-access"})],exports.OpenObjectAccessDialogCommand);var nt=Object.getOwnPropertyDescriptor,rt=(e,t,n,r)=>{for(var i=r>1?void 0:r?nt(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i};exports.SaveLimeObjectCommand=class{constructor(){this.route=!1}};exports.SaveLimeObjectCommand=rt([d({id:"limeobject.save-object"})],exports.SaveLimeObjectCommand);var Z=(e=>(e.AND="AND",e.OR="OR",e.NOT="!",e.EQUALS="=",e.NOT_EQUALS="!=",e.GREATER=">",e.LESS="<",e.IN="IN",e.BEGINS="=?",e.LIKE="?",e.LESS_OR_EQUAL="<=",e.GREATER_OR_EQUAL=">=",e.ENDS="=$",e))(Z||{});const it={Count:"COUNT",Sum:"SUM",Average:"AVG",Maximum:"MAX",Minimum:"MIN"},ot="query";c.Query=ot;const st={Get:"GET",Post:"POST",Put:"PUT",Delete:"DELETE",Patch:"PATCH"},ct="http";c.Http=ct;const at="eventDispatcher";c.EventDispatcher=at;const ut="translate";c.Translate=ut;const lt="dialog";c.Dialog=lt;const ft="keybindingRegistry";c.KeybindingRegistry=ft;const pt="navigator";c.Navigator=pt;function dt(e){const t={name:c.Navigator};return l({context:null,...e},t)}var mt=Object.getOwnPropertyDescriptor,ht=(e,t,n,r)=>{for(var i=r>1?void 0:r?mt(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i};exports.NavigateCommand=class{};exports.NavigateCommand=ht([d({id:"navigator.navigate"})],exports.NavigateCommand);const yt="notifications";c.Notification=yt;const bt="routeRegistry";c.RouteRegistry=bt;var z=(e=>(e.Pending="PENDING",e.Started="STARTED",e.Retry="RETRY",e.Success="SUCCESS",e.Failure="FAILURE",e))(z||{}),ee=(e=>(e.Created="task.created",e.Success="task.success",e.Failed="task.failed",e))(ee||{});const vt="state.tasks";c.TaskRepository=vt;const St="state.configs";c.ConfigRepository=St;function Et(e){const t={name:c.ConfigRepository};return l(e,t)}const gt="state.device";c.Device=gt;function Ct(e={}){const t={name:c.Device};return l(e,t)}const _t="state.filters";c.FilterRepository=_t;function Ot(e={}){const t={name:c.FilterRepository};return l(e,t)}const Rt="state.user-data";c.UserDataRepository=Rt;function At(e={}){const t={name:c.UserDataRepository};return l(e,t)}const wt="state.application";c.Application=wt;function Pt(e={}){const t={name:c.Application};return e.map=[jt,...e.map||[]],l(e,t)}function jt(e){return e.applicationName}function It(e={}){const t={name:c.Application};return e.map=[Dt,...e.map||[]],l(e,t)}function Dt(e){return e.currentUser}function Lt(e={}){const t={name:c.Application};return e.map=[Nt,...e.map||[]],l(e,t)}function Nt(e){return e.session}const Tt="userPreferences";c.UserPreferencesRepository=Tt;const xt="datetimeformatter";c.DateTimeFormatter=xt;function Mt(e){return e.type==="limeobject"}function $t(e){return e.type==="action"}const Vt="conditionRegistry";c.ConditionRegistry=Vt;const Ut="viewFactoryRegistry";c.ViewFactoryRegistry=Ut;const Ft="webComponentRegistry";c.WebComponentRegistry=Ft;const Bt="state.notifications";c.NotificationRepository=Bt;const kt="pollerFactory";c.PollerFactory=kt;exports.AggregateOperator=it;exports.Command=d;exports.CommandEventName=K;exports.HttpMethod=st;exports.IdleStateEventName=ne;exports.Operator=Z;exports.PlatformServiceName=c;exports.SelectApplicationName=Pt;exports.SelectConfig=Et;exports.SelectCurrentLimeObject=ke;exports.SelectCurrentLimeType=Te;exports.SelectCurrentUser=It;exports.SelectDevice=Ct;exports.SelectFilters=Ot;exports.SelectLimeObjects=Be;exports.SelectLimeTypes=Ne;exports.SelectQueryParam=dt;exports.SelectSession=Lt;exports.SelectUserData=At;exports.TaskEventType=ee;exports.TaskState=z;exports.findLimetypeByLabel=Me;exports.getCommandId=X;exports.getCommandIds=J;exports.getPropertiesByType=$e;exports.getPropertyByLabel=Ve;exports.getPropertyByName=Ue;exports.hasLabel=j;exports.isActionCondition=$t;exports.isDate=oe;exports.isFloat=ce;exports.isLimeObjectCondition=Mt;exports.isRelation=re;exports.isSingleRelation=ie;exports.isString=se;
|
|
4
|
+
//# sourceMappingURL=index.cjs.js.map
|