@openmrs/ngx-formentry 3.0.1-pre.100
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/abstract-controls-extension/afe-control-type.d.ts +6 -0
- package/abstract-controls-extension/afe-form-array.d.ts +43 -0
- package/abstract-controls-extension/afe-form-control.d.ts +46 -0
- package/abstract-controls-extension/afe-form-group.d.ts +38 -0
- package/abstract-controls-extension/control-extensions.d.ts +4 -0
- package/abstract-controls-extension/index.d.ts +4 -0
- package/abstract-controls-extension/value-change.listener.d.ts +4 -0
- package/bundles/openmrs-ngx-formentry.umd.js +16098 -0
- package/bundles/openmrs-ngx-formentry.umd.js.map +1 -0
- package/change-tracking/control-relation.d.ts +12 -0
- package/change-tracking/control-relations.d.ts +12 -0
- package/components/afe-ng-select.component.d.ts +28 -0
- package/components/appointments-overview/appointments-overview.component.d.ts +17 -0
- package/components/check-box/checkbox.component.d.ts +19 -0
- package/components/check-box/checkbox.module.d.ts +9 -0
- package/components/custom-component-wrapper/custom-component-wrapper..module.d.ts +9 -0
- package/components/custom-component-wrapper/custom-component-wrapper.component.d.ts +12 -0
- package/components/custom-control-wrapper/custom-control-wrapper..module.d.ts +10 -0
- package/components/custom-control-wrapper/custom-control-wrapper.component.d.ts +28 -0
- package/components/date-time-picker/date-picker/date-picker.component.d.ts +45 -0
- package/components/date-time-picker/date-time-picker.component.d.ts +28 -0
- package/components/date-time-picker/date-time-picker.module.d.ts +13 -0
- package/components/date-time-picker/index.d.ts +8 -0
- package/components/date-time-picker/picker-modal/modal.component.d.ts +12 -0
- package/components/date-time-picker/pipes/moment.pipe.d.ts +11 -0
- package/components/date-time-picker/time-picker/time-picker.component.d.ts +32 -0
- package/components/file-upload/file-upload.component.d.ts +29 -0
- package/components/file-upload/file-upload.module.d.ts +12 -0
- package/components/file-upload/secure.pipe.d.ts +26 -0
- package/components/input/input.directive.d.ts +31 -0
- package/components/input/input.module.d.ts +11 -0
- package/components/input/label.component.d.ts +90 -0
- package/components/input/text-area.directive.d.ts +24 -0
- package/components/ngx-datetime-picker/ngx-datetime-picker.component.d.ts +21 -0
- package/components/ngx-datetime-picker/ngx-datetime-picker.module.d.ts +11 -0
- package/components/ngx-pick-datetime/lib/date-time/adapter/date-time-adapter.class.d.ts +189 -0
- package/components/ngx-pick-datetime/lib/date-time/adapter/date-time-format.class.d.ts +15 -0
- package/components/ngx-pick-datetime/lib/date-time/adapter/native-date-time-adapter.class.d.ts +73 -0
- package/components/ngx-pick-datetime/lib/date-time/adapter/native-date-time-format.class.d.ts +5 -0
- package/components/ngx-pick-datetime/lib/date-time/adapter/native-date-time.module.d.ts +12 -0
- package/components/ngx-pick-datetime/lib/date-time/calendar-body.component.d.ts +76 -0
- package/components/ngx-pick-datetime/lib/date-time/calendar-month-view.component.d.ts +139 -0
- package/components/ngx-pick-datetime/lib/date-time/calendar-multi-year-view.component.d.ts +108 -0
- package/components/ngx-pick-datetime/lib/date-time/calendar-year-view.component.d.ts +120 -0
- package/components/ngx-pick-datetime/lib/date-time/calendar.component.d.ts +137 -0
- package/components/ngx-pick-datetime/lib/date-time/date-time-inline.component.d.ts +92 -0
- package/components/ngx-pick-datetime/lib/date-time/date-time-picker-container.component.d.ts +121 -0
- package/components/ngx-pick-datetime/lib/date-time/date-time-picker-input.directive.d.ts +149 -0
- package/components/ngx-pick-datetime/lib/date-time/date-time-picker-intl.service.d.ts +51 -0
- package/components/ngx-pick-datetime/lib/date-time/date-time-picker-trigger.directive.d.ts +20 -0
- package/components/ngx-pick-datetime/lib/date-time/date-time-picker.animations.d.ts +8 -0
- package/components/ngx-pick-datetime/lib/date-time/date-time-picker.component.d.ts +156 -0
- package/components/ngx-pick-datetime/lib/date-time/date-time.class.d.ts +89 -0
- package/components/ngx-pick-datetime/lib/date-time/date-time.module.d.ts +23 -0
- package/components/ngx-pick-datetime/lib/date-time/numberedFixLen.pipe.d.ts +10 -0
- package/components/ngx-pick-datetime/lib/date-time/timer-box.component.d.ts +35 -0
- package/components/ngx-pick-datetime/lib/date-time/timer.component.d.ts +128 -0
- package/components/ngx-pick-datetime/lib/dialog/dialog-config.class.d.ts +93 -0
- package/components/ngx-pick-datetime/lib/dialog/dialog-container.component.d.ts +58 -0
- package/components/ngx-pick-datetime/lib/dialog/dialog-ref.class.d.ts +49 -0
- package/components/ngx-pick-datetime/lib/dialog/dialog.module.d.ts +11 -0
- package/components/ngx-pick-datetime/lib/dialog/dialog.service.d.ts +73 -0
- package/components/ngx-pick-datetime/lib/utils/index.d.ts +4 -0
- package/components/ngx-pick-datetime/lib/utils/object.utils.d.ts +11 -0
- package/components/ngx-remote-select/ngx-remote-select.component.d.ts +40 -0
- package/components/ngx-remote-select/ngx-remote-select.module.d.ts +10 -0
- package/components/ngx-tabset/components/ngx-tab-set.component.d.ts +19 -0
- package/components/ngx-tabset/components/tab.component.d.ts +13 -0
- package/components/ngx-tabset/directives/hover-class.directive.d.ts +11 -0
- package/components/ngx-tabset/modules/ngx-tabset.module.d.ts +19 -0
- package/components/number-input/number-input.component.d.ts +151 -0
- package/components/number-input/number-input.module.d.ts +9 -0
- package/components/radio-button/radio.component.d.ts +22 -0
- package/components/radio-button/radio.module.d.ts +9 -0
- package/components/select/optgroup.directive.d.ts +6 -0
- package/components/select/option.directive.d.ts +6 -0
- package/components/select/select.component.d.ts +115 -0
- package/components/select/select.module.d.ts +11 -0
- package/esm2015/abstract-controls-extension/afe-control-type.js +8 -0
- package/esm2015/abstract-controls-extension/afe-form-array.js +85 -0
- package/esm2015/abstract-controls-extension/afe-form-control.js +88 -0
- package/esm2015/abstract-controls-extension/afe-form-group.js +61 -0
- package/esm2015/abstract-controls-extension/control-extensions.js +5 -0
- package/esm2015/abstract-controls-extension/index.js +5 -0
- package/esm2015/abstract-controls-extension/value-change.listener.js +2 -0
- package/esm2015/change-tracking/control-relation.js +44 -0
- package/esm2015/change-tracking/control-relations.js +32 -0
- package/esm2015/components/afe-ng-select.component.js +101 -0
- package/esm2015/components/appointments-overview/appointments-overview.component.js +121 -0
- package/esm2015/components/check-box/checkbox.component.js +90 -0
- package/esm2015/components/check-box/checkbox.module.js +19 -0
- package/esm2015/components/custom-component-wrapper/custom-component-wrapper..module.js +21 -0
- package/esm2015/components/custom-component-wrapper/custom-component-wrapper.component.js +23 -0
- package/esm2015/components/custom-control-wrapper/custom-control-wrapper..module.js +22 -0
- package/esm2015/components/custom-control-wrapper/custom-control-wrapper.component.js +73 -0
- package/esm2015/components/date-time-picker/date-picker/date-picker.component.js +192 -0
- package/esm2015/components/date-time-picker/date-time-picker.component.js +119 -0
- package/esm2015/components/date-time-picker/date-time-picker.module.js +47 -0
- package/esm2015/components/date-time-picker/index.js +9 -0
- package/esm2015/components/date-time-picker/picker-modal/modal.component.js +31 -0
- package/esm2015/components/date-time-picker/pipes/moment.pipe.js +17 -0
- package/esm2015/components/date-time-picker/time-picker/time-picker.component.js +125 -0
- package/esm2015/components/file-upload/file-upload.component.js +122 -0
- package/esm2015/components/file-upload/file-upload.module.js +39 -0
- package/esm2015/components/file-upload/secure.pipe.js +101 -0
- package/esm2015/components/input/input.directive.js +78 -0
- package/esm2015/components/input/input.module.js +23 -0
- package/esm2015/components/input/label.component.js +263 -0
- package/esm2015/components/input/text-area.directive.js +54 -0
- package/esm2015/components/ngx-datetime-picker/ngx-datetime-picker.component.js +80 -0
- package/esm2015/components/ngx-datetime-picker/ngx-datetime-picker.module.js +38 -0
- package/esm2015/components/ngx-pick-datetime/lib/date-time/adapter/date-time-adapter.class.js +114 -0
- package/esm2015/components/ngx-pick-datetime/lib/date-time/adapter/date-time-format.class.js +7 -0
- package/esm2015/components/ngx-pick-datetime/lib/date-time/adapter/native-date-time-adapter.class.js +347 -0
- package/esm2015/components/ngx-pick-datetime/lib/date-time/adapter/native-date-time-format.class.js +16 -0
- package/esm2015/components/ngx-pick-datetime/lib/date-time/adapter/native-date-time.module.js +39 -0
- package/esm2015/components/ngx-pick-datetime/lib/date-time/calendar-body.component.js +149 -0
- package/esm2015/components/ngx-pick-datetime/lib/date-time/calendar-month-view.component.js +445 -0
- package/esm2015/components/ngx-pick-datetime/lib/date-time/calendar-multi-year-view.component.js +378 -0
- package/esm2015/components/ngx-pick-datetime/lib/date-time/calendar-year-view.component.js +373 -0
- package/esm2015/components/ngx-pick-datetime/lib/date-time/calendar.component.js +348 -0
- package/esm2015/components/ngx-pick-datetime/lib/date-time/date-time-inline.component.js +265 -0
- package/esm2015/components/ngx-pick-datetime/lib/date-time/date-time-picker-container.component.js +399 -0
- package/esm2015/components/ngx-pick-datetime/lib/date-time/date-time-picker-input.directive.js +614 -0
- package/esm2015/components/ngx-pick-datetime/lib/date-time/date-time-picker-intl.service.js +62 -0
- package/esm2015/components/ngx-pick-datetime/lib/date-time/date-time-picker-trigger.directive.js +70 -0
- package/esm2015/components/ngx-pick-datetime/lib/date-time/date-time-picker.animations.js +21 -0
- package/esm2015/components/ngx-pick-datetime/lib/date-time/date-time-picker.component.js +528 -0
- package/esm2015/components/ngx-pick-datetime/lib/date-time/date-time.class.js +166 -0
- package/esm2015/components/ngx-pick-datetime/lib/date-time/date-time.module.js +83 -0
- package/esm2015/components/ngx-pick-datetime/lib/date-time/numberedFixLen.pipe.js +28 -0
- package/esm2015/components/ngx-pick-datetime/lib/date-time/timer-box.component.js +96 -0
- package/esm2015/components/ngx-pick-datetime/lib/date-time/timer.component.js +298 -0
- package/esm2015/components/ngx-pick-datetime/lib/dialog/dialog-config.class.js +56 -0
- package/esm2015/components/ngx-pick-datetime/lib/dialog/dialog-container.component.js +247 -0
- package/esm2015/components/ngx-pick-datetime/lib/dialog/dialog-ref.class.js +119 -0
- package/esm2015/components/ngx-pick-datetime/lib/dialog/dialog.module.js +27 -0
- package/esm2015/components/ngx-pick-datetime/lib/dialog/dialog.service.js +233 -0
- package/esm2015/components/ngx-pick-datetime/lib/utils/index.js +5 -0
- package/esm2015/components/ngx-pick-datetime/lib/utils/object.utils.js +26 -0
- package/esm2015/components/ngx-remote-select/ngx-remote-select.component.js +135 -0
- package/esm2015/components/ngx-remote-select/ngx-remote-select.module.js +21 -0
- package/esm2015/components/ngx-tabset/components/ngx-tab-set.component.js +76 -0
- package/esm2015/components/ngx-tabset/components/tab.component.js +37 -0
- package/esm2015/components/ngx-tabset/directives/hover-class.directive.js +30 -0
- package/esm2015/components/ngx-tabset/modules/ngx-tabset.module.js +38 -0
- package/esm2015/components/number-input/number-input.component.js +233 -0
- package/esm2015/components/number-input/number-input.module.js +20 -0
- package/esm2015/components/radio-button/radio.component.js +87 -0
- package/esm2015/components/radio-button/radio.module.js +19 -0
- package/esm2015/components/select/optgroup.directive.js +19 -0
- package/esm2015/components/select/option.directive.js +19 -0
- package/esm2015/components/select/select.component.js +187 -0
- package/esm2015/components/select/select.module.js +23 -0
- package/esm2015/form-entry/control-alerts/alert-helpers.js +40 -0
- package/esm2015/form-entry/control-alerts/can-generate-alert.js +2 -0
- package/esm2015/form-entry/control-calculators/can-calculate.js +2 -0
- package/esm2015/form-entry/control-hiders-disablers/can-disable.js +2 -0
- package/esm2015/form-entry/control-hiders-disablers/can-hide.js +2 -0
- package/esm2015/form-entry/control-hiders-disablers/disabler-helper.js +32 -0
- package/esm2015/form-entry/control-hiders-disablers/hider-helpers.js +40 -0
- package/esm2015/form-entry/data-sources/data-sources.js +30 -0
- package/esm2015/form-entry/data-sources/dummy-data-source.js +104 -0
- package/esm2015/form-entry/directives/collapse-animations.js +11 -0
- package/esm2015/form-entry/directives/collapse.directive.js +172 -0
- package/esm2015/form-entry/directives/historical-value.directive.js +67 -0
- package/esm2015/form-entry/error-renderer/error-renderer.component.js +56 -0
- package/esm2015/form-entry/expression-runner/expression-runner.js +170 -0
- package/esm2015/form-entry/form-entry.module.js +187 -0
- package/esm2015/form-entry/form-factory/control-relations.factory.js +238 -0
- package/esm2015/form-entry/form-factory/form-control.service.js +119 -0
- package/esm2015/form-entry/form-factory/form-node.js +96 -0
- package/esm2015/form-entry/form-factory/form.factory.js +141 -0
- package/esm2015/form-entry/form-factory/form.js +189 -0
- package/esm2015/form-entry/form-factory/hiders-disablers.factory.js +67 -0
- package/esm2015/form-entry/form-factory/question.factory.js +942 -0
- package/esm2015/form-entry/form-factory/show-messages.factory.js +31 -0
- package/esm2015/form-entry/form-factory/validation.factory.js +147 -0
- package/esm2015/form-entry/form-renderer/form-renderer.component.js +268 -0
- package/esm2015/form-entry/helpers/historical-expression-helper-service.js +42 -0
- package/esm2015/form-entry/helpers/historical-field-helper-service.js +39 -0
- package/esm2015/form-entry/helpers/js-expression-helper.js +269 -0
- package/esm2015/form-entry/helpers/risk-dataset-table.js +247 -0
- package/esm2015/form-entry/pipes/time-ago.pipe.js +107 -0
- package/esm2015/form-entry/question-models/checkbox.model.js +11 -0
- package/esm2015/form-entry/question-models/conditional-validation.model.js +9 -0
- package/esm2015/form-entry/question-models/custom-control-question.model.js +10 -0
- package/esm2015/form-entry/question-models/date-question.js +12 -0
- package/esm2015/form-entry/question-models/date-validation.model.js +10 -0
- package/esm2015/form-entry/question-models/file-upload-question.js +13 -0
- package/esm2015/form-entry/question-models/group-question.js +12 -0
- package/esm2015/form-entry/question-models/interfaces/base-options.js +2 -0
- package/esm2015/form-entry/question-models/interfaces/checkbox-options.js +2 -0
- package/esm2015/form-entry/question-models/interfaces/data-source.js +2 -0
- package/esm2015/form-entry/question-models/interfaces/date-question-options.js +2 -0
- package/esm2015/form-entry/question-models/interfaces/file-upload-question-options.js +2 -0
- package/esm2015/form-entry/question-models/interfaces/group-question-options.js +2 -0
- package/esm2015/form-entry/question-models/interfaces/multi-select-options.js +2 -0
- package/esm2015/form-entry/question-models/interfaces/nested-questions.js +7 -0
- package/esm2015/form-entry/question-models/interfaces/radio-button-options.js +2 -0
- package/esm2015/form-entry/question-models/interfaces/repeating-question-options.js +2 -0
- package/esm2015/form-entry/question-models/interfaces/select-option.js +2 -0
- package/esm2015/form-entry/question-models/interfaces/select-question-options.js +2 -0
- package/esm2015/form-entry/question-models/interfaces/test-order-question-options.js +2 -0
- package/esm2015/form-entry/question-models/interfaces/text-area-question-options.js +2 -0
- package/esm2015/form-entry/question-models/interfaces/text-question-options.js +2 -0
- package/esm2015/form-entry/question-models/interfaces/ui-select-question-options.js +2 -0
- package/esm2015/form-entry/question-models/js-expression-validation.model.js +8 -0
- package/esm2015/form-entry/question-models/max-validation.model.js +9 -0
- package/esm2015/form-entry/question-models/min-validation.model.js +9 -0
- package/esm2015/form-entry/question-models/models.js +13 -0
- package/esm2015/form-entry/question-models/multi-select-question.js +11 -0
- package/esm2015/form-entry/question-models/pair.model.js +7 -0
- package/esm2015/form-entry/question-models/question-base.js +26 -0
- package/esm2015/form-entry/question-models/radio-button.model.js +12 -0
- package/esm2015/form-entry/question-models/rendering-type.js +9 -0
- package/esm2015/form-entry/question-models/repeating-question.js +11 -0
- package/esm2015/form-entry/question-models/select-option.js +7 -0
- package/esm2015/form-entry/question-models/select-question.js +12 -0
- package/esm2015/form-entry/question-models/test-order-question.js +15 -0
- package/esm2015/form-entry/question-models/text-area-input-question.js +13 -0
- package/esm2015/form-entry/question-models/text-input-question.js +10 -0
- package/esm2015/form-entry/question-models/ui-select-question.js +11 -0
- package/esm2015/form-entry/question-models/validation.model.js +7 -0
- package/esm2015/form-entry/services/debug-mode.service.js +24 -0
- package/esm2015/form-entry/services/form-errors.service.js +21 -0
- package/esm2015/form-entry/services/form-schema-compiler.service.js +248 -0
- package/esm2015/form-entry/services/historical-encounter-data.service.js +172 -0
- package/esm2015/form-entry/utils/messages.js +12 -0
- package/esm2015/form-entry/validators/conditional-answered.validator.js +46 -0
- package/esm2015/form-entry/validators/conditional-required.validator.js +40 -0
- package/esm2015/form-entry/validators/date.validator.js +18 -0
- package/esm2015/form-entry/validators/future-date-restriction.validator.js +21 -0
- package/esm2015/form-entry/validators/js-expression.validator.js +26 -0
- package/esm2015/form-entry/validators/max-date.validator.js +23 -0
- package/esm2015/form-entry/validators/max.validator.js +17 -0
- package/esm2015/form-entry/validators/min-date.validator.js +23 -0
- package/esm2015/form-entry/validators/min.validator.js +17 -0
- package/esm2015/form-entry/validators/required.validator.js +11 -0
- package/esm2015/form-entry/validators/validations.js +5 -0
- package/esm2015/form-entry/value-adapters/encounter.adapter.js +171 -0
- package/esm2015/form-entry/value-adapters/obs-adapter-helper.js +512 -0
- package/esm2015/form-entry/value-adapters/obs.adapter.js +542 -0
- package/esm2015/form-entry/value-adapters/order.adapter.js +186 -0
- package/esm2015/form-entry/value-adapters/person-attribute.adapter.js +88 -0
- package/esm2015/form-entry/value-adapters/value.adapter.js +2 -0
- package/esm2015/lib/index.js +58 -0
- package/esm2015/openmrs-ngx-formentry.js +5 -0
- package/esm2015/public_api.js +2 -0
- package/esm2015/shared.module.js +21 -0
- package/fesm2015/openmrs-ngx-formentry.js +14317 -0
- package/fesm2015/openmrs-ngx-formentry.js.map +1 -0
- package/form-entry/control-alerts/alert-helpers.d.ts +9 -0
- package/form-entry/control-alerts/can-generate-alert.d.ts +18 -0
- package/form-entry/control-calculators/can-calculate.d.ts +5 -0
- package/form-entry/control-hiders-disablers/can-disable.d.ts +19 -0
- package/form-entry/control-hiders-disablers/can-hide.d.ts +20 -0
- package/form-entry/control-hiders-disablers/disabler-helper.d.ts +7 -0
- package/form-entry/control-hiders-disablers/hider-helpers.d.ts +9 -0
- package/form-entry/data-sources/data-sources.d.ts +10 -0
- package/form-entry/data-sources/dummy-data-source.d.ts +18 -0
- package/form-entry/directives/collapse-animations.d.ts +4 -0
- package/form-entry/directives/collapse.directive.d.ts +45 -0
- package/form-entry/directives/historical-value.directive.d.ts +16 -0
- package/form-entry/error-renderer/error-renderer.component.d.ts +18 -0
- package/form-entry/expression-runner/expression-runner.d.ts +18 -0
- package/form-entry/form-entry.module.d.ts +30 -0
- package/form-entry/form-factory/control-relations.factory.d.ts +18 -0
- package/form-entry/form-factory/form-control.service.d.ts +25 -0
- package/form-entry/form-factory/form-node.d.ts +52 -0
- package/form-entry/form-factory/form.d.ts +28 -0
- package/form-entry/form-factory/form.factory.d.ts +27 -0
- package/form-entry/form-factory/hiders-disablers.factory.d.ts +20 -0
- package/form-entry/form-factory/question.factory.d.ts +62 -0
- package/form-entry/form-factory/show-messages.factory.d.ts +15 -0
- package/form-entry/form-factory/validation.factory.d.ts +25 -0
- package/form-entry/form-renderer/form-renderer.component.d.ts +63 -0
- package/form-entry/helpers/historical-expression-helper-service.d.ts +8 -0
- package/form-entry/helpers/historical-field-helper-service.d.ts +7 -0
- package/form-entry/helpers/js-expression-helper.d.ts +29 -0
- package/form-entry/helpers/risk-dataset-table.d.ts +1 -0
- package/form-entry/pipes/time-ago.pipe.d.ts +14 -0
- package/form-entry/question-models/checkbox.model.d.ts +9 -0
- package/form-entry/question-models/conditional-validation.model.d.ts +6 -0
- package/form-entry/question-models/custom-control-question.model.d.ts +6 -0
- package/form-entry/question-models/date-question.d.ts +7 -0
- package/form-entry/question-models/date-validation.model.d.ts +5 -0
- package/form-entry/question-models/file-upload-question.d.ts +8 -0
- package/form-entry/question-models/group-question.d.ts +8 -0
- package/form-entry/question-models/interfaces/base-options.d.ts +30 -0
- package/form-entry/question-models/interfaces/checkbox-options.d.ts +7 -0
- package/form-entry/question-models/interfaces/data-source.d.ts +10 -0
- package/form-entry/question-models/interfaces/date-question-options.d.ts +3 -0
- package/form-entry/question-models/interfaces/file-upload-question-options.d.ts +5 -0
- package/form-entry/question-models/interfaces/group-question-options.d.ts +5 -0
- package/form-entry/question-models/interfaces/multi-select-options.d.ts +4 -0
- package/form-entry/question-models/interfaces/nested-questions.d.ts +6 -0
- package/form-entry/question-models/interfaces/radio-button-options.d.ts +8 -0
- package/form-entry/question-models/interfaces/repeating-question-options.d.ts +7 -0
- package/form-entry/question-models/interfaces/select-option.d.ts +4 -0
- package/form-entry/question-models/interfaces/select-question-options.d.ts +9 -0
- package/form-entry/question-models/interfaces/test-order-question-options.d.ts +14 -0
- package/form-entry/question-models/interfaces/text-area-question-options.d.ts +5 -0
- package/form-entry/question-models/interfaces/text-question-options.d.ts +4 -0
- package/form-entry/question-models/interfaces/ui-select-question-options.d.ts +9 -0
- package/form-entry/question-models/js-expression-validation.model.d.ts +5 -0
- package/form-entry/question-models/max-validation.model.d.ts +5 -0
- package/form-entry/question-models/min-validation.model.d.ts +5 -0
- package/form-entry/question-models/models.d.ts +16 -0
- package/form-entry/question-models/multi-select-question.d.ts +9 -0
- package/form-entry/question-models/pair.model.d.ts +5 -0
- package/form-entry/question-models/question-base.d.ts +45 -0
- package/form-entry/question-models/radio-button.model.d.ts +7 -0
- package/form-entry/question-models/rendering-type.d.ts +7 -0
- package/form-entry/question-models/repeating-question.d.ts +7 -0
- package/form-entry/question-models/select-option.d.ts +6 -0
- package/form-entry/question-models/select-question.d.ts +10 -0
- package/form-entry/question-models/test-order-question.d.ts +13 -0
- package/form-entry/question-models/text-area-input-question.d.ts +7 -0
- package/form-entry/question-models/text-input-question.d.ts +6 -0
- package/form-entry/question-models/ui-select-question.d.ts +11 -0
- package/form-entry/question-models/validation.model.d.ts +5 -0
- package/form-entry/services/debug-mode.service.d.ts +8 -0
- package/form-entry/services/form-errors.service.d.ts +13 -0
- package/form-entry/services/form-schema-compiler.service.d.ts +23 -0
- package/form-entry/services/historical-encounter-data.service.d.ts +15 -0
- package/form-entry/utils/messages.d.ts +11 -0
- package/form-entry/validators/conditional-answered.validator.d.ts +8 -0
- package/form-entry/validators/conditional-required.validator.d.ts +8 -0
- package/form-entry/validators/date.validator.d.ts +7 -0
- package/form-entry/validators/future-date-restriction.validator.d.ts +7 -0
- package/form-entry/validators/js-expression.validator.d.ts +8 -0
- package/form-entry/validators/max-date.validator.d.ts +6 -0
- package/form-entry/validators/max.validator.d.ts +6 -0
- package/form-entry/validators/min-date.validator.d.ts +6 -0
- package/form-entry/validators/min.validator.d.ts +6 -0
- package/form-entry/validators/required.validator.d.ts +6 -0
- package/form-entry/validators/validations.d.ts +4 -0
- package/form-entry/value-adapters/encounter.adapter.d.ts +26 -0
- package/form-entry/value-adapters/obs-adapter-helper.d.ts +34 -0
- package/form-entry/value-adapters/obs.adapter.d.ts +38 -0
- package/form-entry/value-adapters/order.adapter.d.ts +20 -0
- package/form-entry/value-adapters/person-attribute.adapter.d.ts +15 -0
- package/form-entry/value-adapters/value.adapter.d.ts +5 -0
- package/lib/index.d.ts +58 -0
- package/openmrs-ngx-formentry.d.ts +5 -0
- package/package.json +34 -0
- package/public_api.d.ts +1 -0
- package/shared.module.d.ts +9 -0
- package/styles/ngx-formentry.css +374 -0
- package/styles/picker.min.css +770 -0
|
@@ -0,0 +1,770 @@
|
|
|
1
|
+
.cdk-global-overlay-wrapper,
|
|
2
|
+
.cdk-overlay-container {
|
|
3
|
+
pointer-events: none;
|
|
4
|
+
top: 0;
|
|
5
|
+
left: 0;
|
|
6
|
+
height: 100%;
|
|
7
|
+
width: 100%;
|
|
8
|
+
}
|
|
9
|
+
.cdk-overlay-container {
|
|
10
|
+
position: fixed;
|
|
11
|
+
z-index: 1000;
|
|
12
|
+
}
|
|
13
|
+
.cdk-overlay-container:empty {
|
|
14
|
+
display: none;
|
|
15
|
+
}
|
|
16
|
+
.cdk-global-overlay-wrapper {
|
|
17
|
+
display: -webkit-box;
|
|
18
|
+
display: -webkit-flex;
|
|
19
|
+
display: -moz-box;
|
|
20
|
+
display: -ms-flexbox;
|
|
21
|
+
display: flex;
|
|
22
|
+
position: absolute;
|
|
23
|
+
z-index: 1000;
|
|
24
|
+
}
|
|
25
|
+
.cdk-overlay-pane {
|
|
26
|
+
position: absolute;
|
|
27
|
+
pointer-events: auto;
|
|
28
|
+
-webkit-box-sizing: border-box;
|
|
29
|
+
-moz-box-sizing: border-box;
|
|
30
|
+
box-sizing: border-box;
|
|
31
|
+
z-index: 1000;
|
|
32
|
+
display: -webkit-box;
|
|
33
|
+
display: -webkit-flex;
|
|
34
|
+
display: -moz-box;
|
|
35
|
+
display: -ms-flexbox;
|
|
36
|
+
display: flex;
|
|
37
|
+
max-width: 100%;
|
|
38
|
+
max-height: 100%;
|
|
39
|
+
}
|
|
40
|
+
.cdk-overlay-backdrop {
|
|
41
|
+
position: absolute;
|
|
42
|
+
top: 0;
|
|
43
|
+
bottom: 0;
|
|
44
|
+
left: 0;
|
|
45
|
+
right: 0;
|
|
46
|
+
z-index: 1000;
|
|
47
|
+
pointer-events: auto;
|
|
48
|
+
-webkit-tap-highlight-color: transparent;
|
|
49
|
+
-webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
50
|
+
-o-transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
51
|
+
-moz-transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
52
|
+
transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
53
|
+
opacity: 0;
|
|
54
|
+
}
|
|
55
|
+
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
|
|
56
|
+
opacity: 1;
|
|
57
|
+
}
|
|
58
|
+
@media screen and (-ms-high-contrast: active) {
|
|
59
|
+
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
|
|
60
|
+
opacity: 0.6;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
.cdk-overlay-dark-backdrop {
|
|
64
|
+
background: rgba(0, 0, 0, 0.288);
|
|
65
|
+
}
|
|
66
|
+
.cdk-overlay-transparent-backdrop,
|
|
67
|
+
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
|
|
68
|
+
opacity: 0;
|
|
69
|
+
}
|
|
70
|
+
.cdk-overlay-connected-position-bounding-box {
|
|
71
|
+
position: absolute;
|
|
72
|
+
z-index: 1000;
|
|
73
|
+
display: -webkit-box;
|
|
74
|
+
display: -webkit-flex;
|
|
75
|
+
display: -moz-box;
|
|
76
|
+
display: -ms-flexbox;
|
|
77
|
+
display: flex;
|
|
78
|
+
-webkit-box-orient: vertical;
|
|
79
|
+
-webkit-box-direction: normal;
|
|
80
|
+
-webkit-flex-direction: column;
|
|
81
|
+
-moz-box-orient: vertical;
|
|
82
|
+
-moz-box-direction: normal;
|
|
83
|
+
-ms-flex-direction: column;
|
|
84
|
+
flex-direction: column;
|
|
85
|
+
min-width: 1px;
|
|
86
|
+
min-height: 1px;
|
|
87
|
+
}
|
|
88
|
+
.cdk-global-scrollblock {
|
|
89
|
+
position: fixed;
|
|
90
|
+
width: 100%;
|
|
91
|
+
overflow-y: scroll;
|
|
92
|
+
}
|
|
93
|
+
.owl-dialog-container {
|
|
94
|
+
position: relative;
|
|
95
|
+
pointer-events: auto;
|
|
96
|
+
-webkit-box-sizing: border-box;
|
|
97
|
+
-moz-box-sizing: border-box;
|
|
98
|
+
box-sizing: border-box;
|
|
99
|
+
display: block;
|
|
100
|
+
padding: 1.5em;
|
|
101
|
+
-webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
|
|
102
|
+
0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
|
|
103
|
+
-moz-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
|
|
104
|
+
0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
|
|
105
|
+
box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
|
|
106
|
+
0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
|
|
107
|
+
-moz-border-radius: 2px;
|
|
108
|
+
border-radius: 2px;
|
|
109
|
+
overflow: auto;
|
|
110
|
+
background: #fff;
|
|
111
|
+
color: rgba(0, 0, 0, 0.87);
|
|
112
|
+
width: 100%;
|
|
113
|
+
height: 100%;
|
|
114
|
+
outline: 0;
|
|
115
|
+
}
|
|
116
|
+
.owl-dt-container,
|
|
117
|
+
.owl-dt-container * {
|
|
118
|
+
-webkit-box-sizing: border-box;
|
|
119
|
+
-moz-box-sizing: border-box;
|
|
120
|
+
box-sizing: border-box;
|
|
121
|
+
}
|
|
122
|
+
.owl-dt-container {
|
|
123
|
+
display: block;
|
|
124
|
+
font-size: 16px;
|
|
125
|
+
font-size: 1rem;
|
|
126
|
+
background: #fff;
|
|
127
|
+
pointer-events: auto;
|
|
128
|
+
z-index: 1000;
|
|
129
|
+
}
|
|
130
|
+
.owl-dt-container-row {
|
|
131
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
|
|
132
|
+
}
|
|
133
|
+
.owl-dt-container-row:last-child {
|
|
134
|
+
border-bottom: none;
|
|
135
|
+
}
|
|
136
|
+
.owl-dt-calendar {
|
|
137
|
+
display: -webkit-box;
|
|
138
|
+
display: -webkit-flex;
|
|
139
|
+
display: -moz-box;
|
|
140
|
+
display: -ms-flexbox;
|
|
141
|
+
display: flex;
|
|
142
|
+
-webkit-box-orient: vertical;
|
|
143
|
+
-webkit-box-direction: normal;
|
|
144
|
+
-webkit-flex-direction: column;
|
|
145
|
+
-moz-box-orient: vertical;
|
|
146
|
+
-moz-box-direction: normal;
|
|
147
|
+
-ms-flex-direction: column;
|
|
148
|
+
flex-direction: column;
|
|
149
|
+
width: 100%;
|
|
150
|
+
}
|
|
151
|
+
.owl-dt-calendar-control {
|
|
152
|
+
display: -webkit-box;
|
|
153
|
+
display: -webkit-flex;
|
|
154
|
+
display: -moz-box;
|
|
155
|
+
display: -ms-flexbox;
|
|
156
|
+
display: flex;
|
|
157
|
+
-webkit-box-align: center;
|
|
158
|
+
-webkit-align-items: center;
|
|
159
|
+
-moz-box-align: center;
|
|
160
|
+
-ms-flex-align: center;
|
|
161
|
+
align-items: center;
|
|
162
|
+
font-size: 1em;
|
|
163
|
+
width: 100%;
|
|
164
|
+
padding: 0.5em;
|
|
165
|
+
color: #000;
|
|
166
|
+
}
|
|
167
|
+
.owl-dt-calendar-control .owl-dt-calendar-control-content {
|
|
168
|
+
-webkit-box-flex: 1;
|
|
169
|
+
-webkit-flex: 1 1 auto;
|
|
170
|
+
-moz-box-flex: 1;
|
|
171
|
+
-ms-flex: 1 1 auto;
|
|
172
|
+
flex: 1 1 auto;
|
|
173
|
+
display: -webkit-box;
|
|
174
|
+
display: -webkit-flex;
|
|
175
|
+
display: -moz-box;
|
|
176
|
+
display: -ms-flexbox;
|
|
177
|
+
display: flex;
|
|
178
|
+
-webkit-box-pack: center;
|
|
179
|
+
-webkit-justify-content: center;
|
|
180
|
+
-moz-box-pack: center;
|
|
181
|
+
-ms-flex-pack: center;
|
|
182
|
+
justify-content: center;
|
|
183
|
+
-webkit-box-align: center;
|
|
184
|
+
-webkit-align-items: center;
|
|
185
|
+
-moz-box-align: center;
|
|
186
|
+
-ms-flex-align: center;
|
|
187
|
+
align-items: center;
|
|
188
|
+
}
|
|
189
|
+
.owl-dt-calendar-control
|
|
190
|
+
.owl-dt-calendar-control-content
|
|
191
|
+
.owl-dt-calendar-control-button {
|
|
192
|
+
padding: 0 0.8em;
|
|
193
|
+
}
|
|
194
|
+
.owl-dt-calendar-control
|
|
195
|
+
.owl-dt-calendar-control-content
|
|
196
|
+
.owl-dt-calendar-control-button:hover {
|
|
197
|
+
background-color: rgba(0, 0, 0, 0.12);
|
|
198
|
+
}
|
|
199
|
+
.owl-dt-calendar-main {
|
|
200
|
+
display: -webkit-box;
|
|
201
|
+
display: -webkit-flex;
|
|
202
|
+
display: -moz-box;
|
|
203
|
+
display: -ms-flexbox;
|
|
204
|
+
display: flex;
|
|
205
|
+
-webkit-box-orient: vertical;
|
|
206
|
+
-webkit-box-direction: normal;
|
|
207
|
+
-webkit-flex-direction: column;
|
|
208
|
+
-moz-box-orient: vertical;
|
|
209
|
+
-moz-box-direction: normal;
|
|
210
|
+
-ms-flex-direction: column;
|
|
211
|
+
flex-direction: column;
|
|
212
|
+
-webkit-box-flex: 1;
|
|
213
|
+
-webkit-flex: 1 1 auto;
|
|
214
|
+
-moz-box-flex: 1;
|
|
215
|
+
-ms-flex: 1 1 auto;
|
|
216
|
+
flex: 1 1 auto;
|
|
217
|
+
padding: 0 0.5em 0.5em;
|
|
218
|
+
outline: 0;
|
|
219
|
+
}
|
|
220
|
+
.owl-dt-calendar-view {
|
|
221
|
+
display: block;
|
|
222
|
+
-webkit-box-flex: 1;
|
|
223
|
+
-webkit-flex: 1 1 auto;
|
|
224
|
+
-moz-box-flex: 1;
|
|
225
|
+
-ms-flex: 1 1 auto;
|
|
226
|
+
flex: 1 1 auto;
|
|
227
|
+
}
|
|
228
|
+
.owl-dt-calendar-multi-year-view {
|
|
229
|
+
display: -webkit-box;
|
|
230
|
+
display: -webkit-flex;
|
|
231
|
+
display: -moz-box;
|
|
232
|
+
display: -ms-flexbox;
|
|
233
|
+
display: flex;
|
|
234
|
+
-webkit-box-align: center;
|
|
235
|
+
-webkit-align-items: center;
|
|
236
|
+
-moz-box-align: center;
|
|
237
|
+
-ms-flex-align: center;
|
|
238
|
+
align-items: center;
|
|
239
|
+
}
|
|
240
|
+
.owl-dt-calendar-multi-year-view .owl-dt-calendar-table {
|
|
241
|
+
width: -webkit-calc(100% - 3em);
|
|
242
|
+
width: -moz-calc(100% - 3em);
|
|
243
|
+
width: calc(100% - 3em);
|
|
244
|
+
}
|
|
245
|
+
.owl-dt-calendar-multi-year-view
|
|
246
|
+
.owl-dt-calendar-table
|
|
247
|
+
.owl-dt-calendar-header
|
|
248
|
+
th {
|
|
249
|
+
padding-bottom: 0.25em;
|
|
250
|
+
}
|
|
251
|
+
.owl-dt-calendar-table {
|
|
252
|
+
width: 100%;
|
|
253
|
+
border-collapse: collapse;
|
|
254
|
+
border-spacing: 0;
|
|
255
|
+
}
|
|
256
|
+
.owl-dt-calendar-table .owl-dt-calendar-header {
|
|
257
|
+
color: rgba(0, 0, 0, 0.4);
|
|
258
|
+
}
|
|
259
|
+
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-weekdays th {
|
|
260
|
+
font-size: 0.7em;
|
|
261
|
+
font-weight: 400;
|
|
262
|
+
text-align: center;
|
|
263
|
+
padding-bottom: 1em;
|
|
264
|
+
}
|
|
265
|
+
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider {
|
|
266
|
+
position: relative;
|
|
267
|
+
height: 1px;
|
|
268
|
+
padding-bottom: 0.5em;
|
|
269
|
+
}
|
|
270
|
+
.owl-dt-calendar-table
|
|
271
|
+
.owl-dt-calendar-header
|
|
272
|
+
.owl-dt-calendar-table-divider:after {
|
|
273
|
+
content: '';
|
|
274
|
+
position: absolute;
|
|
275
|
+
top: 0;
|
|
276
|
+
left: -0.5em;
|
|
277
|
+
right: -0.5em;
|
|
278
|
+
height: 1px;
|
|
279
|
+
background: rgba(0, 0, 0, 0.12);
|
|
280
|
+
}
|
|
281
|
+
.owl-dt-calendar-table .owl-dt-calendar-cell {
|
|
282
|
+
position: relative;
|
|
283
|
+
height: 0;
|
|
284
|
+
line-height: 0;
|
|
285
|
+
text-align: center;
|
|
286
|
+
outline: 0;
|
|
287
|
+
color: rgba(0, 0, 0, 0.85);
|
|
288
|
+
-webkit-appearance: none;
|
|
289
|
+
-webkit-tap-highlight-color: transparent;
|
|
290
|
+
-webkit-tap-highlight-color: transparent;
|
|
291
|
+
}
|
|
292
|
+
.owl-dt-calendar-table .owl-dt-calendar-cell-content {
|
|
293
|
+
position: absolute;
|
|
294
|
+
top: 5%;
|
|
295
|
+
left: 5%;
|
|
296
|
+
display: -webkit-box;
|
|
297
|
+
display: -webkit-flex;
|
|
298
|
+
display: -moz-box;
|
|
299
|
+
display: -ms-flexbox;
|
|
300
|
+
display: flex;
|
|
301
|
+
-webkit-box-align: center;
|
|
302
|
+
-webkit-align-items: center;
|
|
303
|
+
-moz-box-align: center;
|
|
304
|
+
-ms-flex-align: center;
|
|
305
|
+
align-items: center;
|
|
306
|
+
-webkit-box-pack: center;
|
|
307
|
+
-webkit-justify-content: center;
|
|
308
|
+
-moz-box-pack: center;
|
|
309
|
+
-ms-flex-pack: center;
|
|
310
|
+
justify-content: center;
|
|
311
|
+
-webkit-box-sizing: border-box;
|
|
312
|
+
-moz-box-sizing: border-box;
|
|
313
|
+
box-sizing: border-box;
|
|
314
|
+
width: 90%;
|
|
315
|
+
height: 90%;
|
|
316
|
+
font-size: 0.8em;
|
|
317
|
+
line-height: 1;
|
|
318
|
+
border: 1px solid transparent;
|
|
319
|
+
-moz-border-radius: 999px;
|
|
320
|
+
border-radius: 999px;
|
|
321
|
+
color: inherit;
|
|
322
|
+
cursor: pointer;
|
|
323
|
+
}
|
|
324
|
+
.owl-dt-calendar-table .owl-dt-calendar-cell-out {
|
|
325
|
+
opacity: 0.2;
|
|
326
|
+
}
|
|
327
|
+
.owl-dt-calendar-table
|
|
328
|
+
.owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected) {
|
|
329
|
+
border-color: rgba(0, 0, 0, 0.4);
|
|
330
|
+
}
|
|
331
|
+
.owl-dt-calendar-table .owl-dt-calendar-cell-selected {
|
|
332
|
+
color: rgba(255, 255, 255, 0.85);
|
|
333
|
+
background-color: #3f51b5;
|
|
334
|
+
}
|
|
335
|
+
.owl-dt-calendar-table
|
|
336
|
+
.owl-dt-calendar-cell-selected.owl-dt-calendar-cell-today {
|
|
337
|
+
-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.85);
|
|
338
|
+
-moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.85);
|
|
339
|
+
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.85);
|
|
340
|
+
}
|
|
341
|
+
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled {
|
|
342
|
+
cursor: default;
|
|
343
|
+
}
|
|
344
|
+
.owl-dt-calendar-table
|
|
345
|
+
.owl-dt-calendar-cell-disabled
|
|
346
|
+
> .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected) {
|
|
347
|
+
color: rgba(0, 0, 0, 0.4);
|
|
348
|
+
}
|
|
349
|
+
.owl-dt-calendar-table
|
|
350
|
+
.owl-dt-calendar-cell-disabled
|
|
351
|
+
> .owl-dt-calendar-cell-content.owl-dt-calendar-cell-selected {
|
|
352
|
+
opacity: 0.4;
|
|
353
|
+
}
|
|
354
|
+
.owl-dt-calendar-table
|
|
355
|
+
.owl-dt-calendar-cell-disabled
|
|
356
|
+
> .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected) {
|
|
357
|
+
border-color: rgba(0, 0, 0, 0.2);
|
|
358
|
+
}
|
|
359
|
+
.owl-dt-calendar-table
|
|
360
|
+
.owl-dt-calendar-cell-active:focus
|
|
361
|
+
> .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected),
|
|
362
|
+
.owl-dt-calendar-table
|
|
363
|
+
:not(.owl-dt-calendar-cell-disabled):hover
|
|
364
|
+
> .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected) {
|
|
365
|
+
background-color: rgba(0, 0, 0, 0.04);
|
|
366
|
+
}
|
|
367
|
+
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range {
|
|
368
|
+
background: rgba(63, 81, 181, 0.2);
|
|
369
|
+
}
|
|
370
|
+
.owl-dt-calendar-table
|
|
371
|
+
.owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-from {
|
|
372
|
+
-moz-border-radius-topleft: 999px;
|
|
373
|
+
border-top-left-radius: 999px;
|
|
374
|
+
-moz-border-radius-bottomleft: 999px;
|
|
375
|
+
border-bottom-left-radius: 999px;
|
|
376
|
+
}
|
|
377
|
+
.owl-dt-calendar-table
|
|
378
|
+
.owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-to {
|
|
379
|
+
-moz-border-radius-topright: 999px;
|
|
380
|
+
border-top-right-radius: 999px;
|
|
381
|
+
-moz-border-radius-bottomright: 999px;
|
|
382
|
+
border-bottom-right-radius: 999px;
|
|
383
|
+
}
|
|
384
|
+
.owl-dt-timer {
|
|
385
|
+
display: -webkit-box;
|
|
386
|
+
display: -webkit-flex;
|
|
387
|
+
display: -moz-box;
|
|
388
|
+
display: -ms-flexbox;
|
|
389
|
+
display: flex;
|
|
390
|
+
-webkit-box-pack: center;
|
|
391
|
+
-webkit-justify-content: center;
|
|
392
|
+
-moz-box-pack: center;
|
|
393
|
+
-ms-flex-pack: center;
|
|
394
|
+
justify-content: center;
|
|
395
|
+
width: 100%;
|
|
396
|
+
height: 7em;
|
|
397
|
+
padding: 0.5em;
|
|
398
|
+
outline: 0;
|
|
399
|
+
}
|
|
400
|
+
.owl-dt-timer-box {
|
|
401
|
+
position: relative;
|
|
402
|
+
display: -webkit-inline-box;
|
|
403
|
+
display: -webkit-inline-flex;
|
|
404
|
+
display: -moz-inline-box;
|
|
405
|
+
display: -ms-inline-flexbox;
|
|
406
|
+
display: inline-flex;
|
|
407
|
+
-webkit-box-orient: vertical;
|
|
408
|
+
-webkit-box-direction: normal;
|
|
409
|
+
-webkit-flex-direction: column;
|
|
410
|
+
-moz-box-orient: vertical;
|
|
411
|
+
-moz-box-direction: normal;
|
|
412
|
+
-ms-flex-direction: column;
|
|
413
|
+
flex-direction: column;
|
|
414
|
+
-webkit-box-align: center;
|
|
415
|
+
-webkit-align-items: center;
|
|
416
|
+
-moz-box-align: center;
|
|
417
|
+
-ms-flex-align: center;
|
|
418
|
+
align-items: center;
|
|
419
|
+
width: 25%;
|
|
420
|
+
height: 100%;
|
|
421
|
+
}
|
|
422
|
+
.owl-dt-timer-content {
|
|
423
|
+
-webkit-box-flex: 1;
|
|
424
|
+
-webkit-flex: 1 1 auto;
|
|
425
|
+
-moz-box-flex: 1;
|
|
426
|
+
-ms-flex: 1 1 auto;
|
|
427
|
+
flex: 1 1 auto;
|
|
428
|
+
display: -webkit-box;
|
|
429
|
+
display: -webkit-flex;
|
|
430
|
+
display: -moz-box;
|
|
431
|
+
display: -ms-flexbox;
|
|
432
|
+
display: flex;
|
|
433
|
+
-webkit-box-pack: center;
|
|
434
|
+
-webkit-justify-content: center;
|
|
435
|
+
-moz-box-pack: center;
|
|
436
|
+
-ms-flex-pack: center;
|
|
437
|
+
justify-content: center;
|
|
438
|
+
-webkit-box-align: center;
|
|
439
|
+
-webkit-align-items: center;
|
|
440
|
+
-moz-box-align: center;
|
|
441
|
+
-ms-flex-align: center;
|
|
442
|
+
align-items: center;
|
|
443
|
+
width: 100%;
|
|
444
|
+
margin: 0.2em 0;
|
|
445
|
+
}
|
|
446
|
+
.owl-dt-timer-content .owl-dt-timer-input {
|
|
447
|
+
display: block;
|
|
448
|
+
width: 2em;
|
|
449
|
+
text-align: center;
|
|
450
|
+
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
451
|
+
-moz-border-radius: 3px;
|
|
452
|
+
border-radius: 3px;
|
|
453
|
+
outline: medium none;
|
|
454
|
+
font-size: 1.2em;
|
|
455
|
+
padding: 0.2em;
|
|
456
|
+
}
|
|
457
|
+
.owl-dt-timer-divider {
|
|
458
|
+
display: inline-block;
|
|
459
|
+
-webkit-align-self: flex-end;
|
|
460
|
+
-ms-flex-item-align: end;
|
|
461
|
+
align-self: flex-end;
|
|
462
|
+
position: absolute;
|
|
463
|
+
width: 0.6em;
|
|
464
|
+
height: 100%;
|
|
465
|
+
left: -0.3em;
|
|
466
|
+
}
|
|
467
|
+
.owl-dt-timer-divider:after,
|
|
468
|
+
.owl-dt-timer-divider:before {
|
|
469
|
+
content: '';
|
|
470
|
+
display: inline-block;
|
|
471
|
+
width: 0.35em;
|
|
472
|
+
height: 0.35em;
|
|
473
|
+
position: absolute;
|
|
474
|
+
left: 50%;
|
|
475
|
+
-moz-border-radius: 50%;
|
|
476
|
+
border-radius: 50%;
|
|
477
|
+
-webkit-transform: translateX(-50%);
|
|
478
|
+
-moz-transform: translateX(-50%);
|
|
479
|
+
-ms-transform: translateX(-50%);
|
|
480
|
+
transform: translateX(-50%);
|
|
481
|
+
background-color: currentColor;
|
|
482
|
+
}
|
|
483
|
+
.owl-dt-timer-divider:before {
|
|
484
|
+
top: 35%;
|
|
485
|
+
}
|
|
486
|
+
.owl-dt-timer-divider:after {
|
|
487
|
+
bottom: 35%;
|
|
488
|
+
}
|
|
489
|
+
.owl-dt-control-button {
|
|
490
|
+
-webkit-user-select: none;
|
|
491
|
+
-moz-user-select: none;
|
|
492
|
+
-ms-user-select: none;
|
|
493
|
+
user-select: none;
|
|
494
|
+
cursor: pointer;
|
|
495
|
+
outline: 0;
|
|
496
|
+
border: none;
|
|
497
|
+
-webkit-tap-highlight-color: transparent;
|
|
498
|
+
display: inline-block;
|
|
499
|
+
white-space: nowrap;
|
|
500
|
+
text-decoration: none;
|
|
501
|
+
vertical-align: baseline;
|
|
502
|
+
margin: 0;
|
|
503
|
+
padding: 0;
|
|
504
|
+
background-color: transparent;
|
|
505
|
+
font-size: 1em;
|
|
506
|
+
color: inherit;
|
|
507
|
+
}
|
|
508
|
+
.owl-dt-control-button .owl-dt-control-button-content {
|
|
509
|
+
position: relative;
|
|
510
|
+
display: -webkit-inline-box;
|
|
511
|
+
display: -webkit-inline-flex;
|
|
512
|
+
display: -moz-inline-box;
|
|
513
|
+
display: -ms-inline-flexbox;
|
|
514
|
+
display: inline-flex;
|
|
515
|
+
-webkit-box-pack: center;
|
|
516
|
+
-webkit-justify-content: center;
|
|
517
|
+
-moz-box-pack: center;
|
|
518
|
+
-ms-flex-pack: center;
|
|
519
|
+
justify-content: center;
|
|
520
|
+
-webkit-box-align: center;
|
|
521
|
+
-webkit-align-items: center;
|
|
522
|
+
-moz-box-align: center;
|
|
523
|
+
-ms-flex-align: center;
|
|
524
|
+
align-items: center;
|
|
525
|
+
outline: 0;
|
|
526
|
+
}
|
|
527
|
+
.owl-dt-control-period-button .owl-dt-control-button-content {
|
|
528
|
+
height: 1.5em;
|
|
529
|
+
padding: 0 0.5em;
|
|
530
|
+
-moz-border-radius: 3px;
|
|
531
|
+
border-radius: 3px;
|
|
532
|
+
-webkit-transition: background-color 0.1s linear;
|
|
533
|
+
-o-transition: background-color 0.1s linear;
|
|
534
|
+
-moz-transition: background-color 0.1s linear;
|
|
535
|
+
transition: background-color 0.1s linear;
|
|
536
|
+
}
|
|
537
|
+
.owl-dt-control-period-button:hover > .owl-dt-control-button-content {
|
|
538
|
+
background-color: rgba(0, 0, 0, 0.12);
|
|
539
|
+
}
|
|
540
|
+
.owl-dt-control-period-button .owl-dt-control-button-arrow {
|
|
541
|
+
display: -webkit-box;
|
|
542
|
+
display: -webkit-flex;
|
|
543
|
+
display: -moz-box;
|
|
544
|
+
display: -ms-flexbox;
|
|
545
|
+
display: flex;
|
|
546
|
+
-webkit-box-pack: center;
|
|
547
|
+
-webkit-justify-content: center;
|
|
548
|
+
-moz-box-pack: center;
|
|
549
|
+
-ms-flex-pack: center;
|
|
550
|
+
justify-content: center;
|
|
551
|
+
-webkit-box-align: center;
|
|
552
|
+
-webkit-align-items: center;
|
|
553
|
+
-moz-box-align: center;
|
|
554
|
+
-ms-flex-align: center;
|
|
555
|
+
align-items: center;
|
|
556
|
+
width: 1em;
|
|
557
|
+
height: 1em;
|
|
558
|
+
margin: 0.1em;
|
|
559
|
+
-webkit-transition: -webkit-transform 0.2s ease;
|
|
560
|
+
transition: -webkit-transform 0.2s ease;
|
|
561
|
+
-o-transition: transform 0.2s ease;
|
|
562
|
+
-moz-transition: transform 0.2s ease, -moz-transform 0.2s ease;
|
|
563
|
+
transition: transform 0.2s ease;
|
|
564
|
+
transition: transform 0.2s ease, -webkit-transform 0.2s ease,
|
|
565
|
+
-moz-transform 0.2s ease;
|
|
566
|
+
}
|
|
567
|
+
.owl-dt-control-arrow-button .owl-dt-control-button-content {
|
|
568
|
+
padding: 0;
|
|
569
|
+
-moz-border-radius: 50%;
|
|
570
|
+
border-radius: 50%;
|
|
571
|
+
width: 1.5em;
|
|
572
|
+
height: 1.5em;
|
|
573
|
+
}
|
|
574
|
+
.owl-dt-control-arrow-button[disabled] {
|
|
575
|
+
color: rgba(0, 0, 0, 0.4);
|
|
576
|
+
cursor: default;
|
|
577
|
+
}
|
|
578
|
+
.owl-dt-control-arrow-button svg {
|
|
579
|
+
width: 50%;
|
|
580
|
+
height: 50%;
|
|
581
|
+
fill: currentColor;
|
|
582
|
+
}
|
|
583
|
+
.owl-dt-inline-container,
|
|
584
|
+
.owl-dt-popup-container {
|
|
585
|
+
position: relative;
|
|
586
|
+
width: 18.5em;
|
|
587
|
+
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
|
|
588
|
+
0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
589
|
+
-moz-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
|
|
590
|
+
0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
591
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
|
|
592
|
+
0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
593
|
+
}
|
|
594
|
+
.owl-dt-inline-container .owl-dt-calendar,
|
|
595
|
+
.owl-dt-inline-container .owl-dt-timer,
|
|
596
|
+
.owl-dt-popup-container .owl-dt-calendar,
|
|
597
|
+
.owl-dt-popup-container .owl-dt-timer {
|
|
598
|
+
width: 100%;
|
|
599
|
+
}
|
|
600
|
+
.owl-dt-inline-container .owl-dt-calendar,
|
|
601
|
+
.owl-dt-popup-container .owl-dt-calendar {
|
|
602
|
+
height: 20.25em;
|
|
603
|
+
}
|
|
604
|
+
.owl-dt-dialog-container {
|
|
605
|
+
max-height: 95vh;
|
|
606
|
+
margin: -1.5em;
|
|
607
|
+
}
|
|
608
|
+
.owl-dt-dialog-container .owl-dt-calendar {
|
|
609
|
+
min-width: 250px;
|
|
610
|
+
min-height: 330px;
|
|
611
|
+
max-width: 750px;
|
|
612
|
+
max-height: 750px;
|
|
613
|
+
}
|
|
614
|
+
.owl-dt-dialog-container .owl-dt-timer {
|
|
615
|
+
min-width: 250px;
|
|
616
|
+
max-width: 750px;
|
|
617
|
+
}
|
|
618
|
+
@media all and (orientation: landscape) {
|
|
619
|
+
.owl-dt-dialog-container .owl-dt-calendar {
|
|
620
|
+
width: 58vh;
|
|
621
|
+
height: 62vh;
|
|
622
|
+
}
|
|
623
|
+
.owl-dt-dialog-container .owl-dt-timer {
|
|
624
|
+
width: 58vh;
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
@media all and (orientation: portrait) {
|
|
628
|
+
.owl-dt-dialog-container .owl-dt-calendar {
|
|
629
|
+
width: 80vw;
|
|
630
|
+
height: 80vw;
|
|
631
|
+
}
|
|
632
|
+
.owl-dt-dialog-container .owl-dt-timer {
|
|
633
|
+
width: 80vw;
|
|
634
|
+
}
|
|
635
|
+
}
|
|
636
|
+
.owl-dt-container-buttons {
|
|
637
|
+
display: -webkit-box;
|
|
638
|
+
display: -webkit-flex;
|
|
639
|
+
display: -moz-box;
|
|
640
|
+
display: -ms-flexbox;
|
|
641
|
+
display: flex;
|
|
642
|
+
width: 100%;
|
|
643
|
+
height: 2em;
|
|
644
|
+
color: #3f51b5;
|
|
645
|
+
}
|
|
646
|
+
.owl-dt-container-control-button {
|
|
647
|
+
font-size: 1em;
|
|
648
|
+
width: 50%;
|
|
649
|
+
height: 100%;
|
|
650
|
+
-moz-border-radius: 0;
|
|
651
|
+
border-radius: 0;
|
|
652
|
+
}
|
|
653
|
+
.owl-dt-container-control-button .owl-dt-control-button-content {
|
|
654
|
+
height: 100%;
|
|
655
|
+
width: 100%;
|
|
656
|
+
-webkit-transition: background-color 0.1s linear;
|
|
657
|
+
-o-transition: background-color 0.1s linear;
|
|
658
|
+
-moz-transition: background-color 0.1s linear;
|
|
659
|
+
transition: background-color 0.1s linear;
|
|
660
|
+
}
|
|
661
|
+
.owl-dt-container-control-button:hover .owl-dt-control-button-content {
|
|
662
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
663
|
+
}
|
|
664
|
+
.owl-dt-container-info {
|
|
665
|
+
padding: 0 0.5em;
|
|
666
|
+
cursor: pointer;
|
|
667
|
+
-webkit-tap-highlight-color: transparent;
|
|
668
|
+
}
|
|
669
|
+
.owl-dt-container-info .owl-dt-container-range {
|
|
670
|
+
outline: 0;
|
|
671
|
+
}
|
|
672
|
+
.owl-dt-container-info .owl-dt-container-range .owl-dt-container-range-content {
|
|
673
|
+
display: -webkit-box;
|
|
674
|
+
display: -webkit-flex;
|
|
675
|
+
display: -moz-box;
|
|
676
|
+
display: -ms-flexbox;
|
|
677
|
+
display: flex;
|
|
678
|
+
-webkit-box-pack: justify;
|
|
679
|
+
-webkit-justify-content: space-between;
|
|
680
|
+
-moz-box-pack: justify;
|
|
681
|
+
-ms-flex-pack: justify;
|
|
682
|
+
justify-content: space-between;
|
|
683
|
+
padding: 0.5em 0;
|
|
684
|
+
font-size: 0.8em;
|
|
685
|
+
}
|
|
686
|
+
.owl-dt-container-info .owl-dt-container-range:last-child {
|
|
687
|
+
border-top: 1px solid rgba(0, 0, 0, 0.12);
|
|
688
|
+
}
|
|
689
|
+
.owl-dt-container-info .owl-dt-container-info-active {
|
|
690
|
+
color: #3f51b5;
|
|
691
|
+
}
|
|
692
|
+
.owl-dt-container-disabled,
|
|
693
|
+
.owl-dt-trigger-disabled {
|
|
694
|
+
opacity: 0.35;
|
|
695
|
+
filter: Alpha(Opacity=35);
|
|
696
|
+
background-image: none;
|
|
697
|
+
cursor: default !important;
|
|
698
|
+
}
|
|
699
|
+
.owl-dt-timer-hour12 {
|
|
700
|
+
display: -webkit-box;
|
|
701
|
+
display: -webkit-flex;
|
|
702
|
+
display: -moz-box;
|
|
703
|
+
display: -ms-flexbox;
|
|
704
|
+
display: flex;
|
|
705
|
+
-webkit-box-pack: center;
|
|
706
|
+
-webkit-justify-content: center;
|
|
707
|
+
-moz-box-pack: center;
|
|
708
|
+
-ms-flex-pack: center;
|
|
709
|
+
justify-content: center;
|
|
710
|
+
-webkit-box-align: center;
|
|
711
|
+
-webkit-align-items: center;
|
|
712
|
+
-moz-box-align: center;
|
|
713
|
+
-ms-flex-align: center;
|
|
714
|
+
align-items: center;
|
|
715
|
+
color: #3f51b5;
|
|
716
|
+
}
|
|
717
|
+
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box {
|
|
718
|
+
border: 1px solid currentColor;
|
|
719
|
+
-moz-border-radius: 2px;
|
|
720
|
+
border-radius: 2px;
|
|
721
|
+
-webkit-transition: background 0.2s ease;
|
|
722
|
+
-o-transition: background 0.2s ease;
|
|
723
|
+
-moz-transition: background 0.2s ease;
|
|
724
|
+
transition: background 0.2s ease;
|
|
725
|
+
}
|
|
726
|
+
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box .owl-dt-control-button-content {
|
|
727
|
+
width: 100%;
|
|
728
|
+
height: 100%;
|
|
729
|
+
padding: 0.5em;
|
|
730
|
+
}
|
|
731
|
+
.owl-dt-timer-hour12
|
|
732
|
+
.owl-dt-timer-hour12-box:focus
|
|
733
|
+
.owl-dt-control-button-content,
|
|
734
|
+
.owl-dt-timer-hour12
|
|
735
|
+
.owl-dt-timer-hour12-box:hover
|
|
736
|
+
.owl-dt-control-button-content {
|
|
737
|
+
background: #3f51b5;
|
|
738
|
+
color: #fff;
|
|
739
|
+
}
|
|
740
|
+
.owl-dt-calendar-only-current-month .owl-dt-calendar-cell-out {
|
|
741
|
+
visibility: hidden;
|
|
742
|
+
cursor: default;
|
|
743
|
+
}
|
|
744
|
+
.owl-dt-inline {
|
|
745
|
+
display: inline-block;
|
|
746
|
+
}
|
|
747
|
+
.owl-dt-control {
|
|
748
|
+
outline: 0;
|
|
749
|
+
cursor: pointer;
|
|
750
|
+
}
|
|
751
|
+
.owl-dt-control .owl-dt-control-content {
|
|
752
|
+
outline: 0;
|
|
753
|
+
}
|
|
754
|
+
.owl-dt-control:focus > .owl-dt-control-content {
|
|
755
|
+
background-color: rgba(0, 0, 0, 0.12);
|
|
756
|
+
}
|
|
757
|
+
.owl-dt-control:not(:-moz-focusring):focus > .owl-dt-control-content {
|
|
758
|
+
-moz-box-shadow: none;
|
|
759
|
+
box-shadow: none;
|
|
760
|
+
}
|
|
761
|
+
.owl-hidden-accessible {
|
|
762
|
+
border: 0;
|
|
763
|
+
clip: rect(0 0 0 0);
|
|
764
|
+
height: 1px;
|
|
765
|
+
margin: -1px;
|
|
766
|
+
overflow: hidden;
|
|
767
|
+
padding: 0;
|
|
768
|
+
position: absolute;
|
|
769
|
+
width: 1px;
|
|
770
|
+
}
|