cedar-embeddable-editor 0.9.1 → 0.9.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/assets/fonts/MaterialIcons-Regular.eot +0 -0
- package/assets/fonts/MaterialIcons-Regular.ttf +0 -0
- package/assets/fonts/MaterialIcons-Regular.woff +0 -0
- package/assets/fonts/MaterialIcons-Regular.woff2 +0 -0
- package/{src/index.html → index.html} +3 -3
- package/main.js +9417 -0
- package/main.js.map +1 -0
- package/package.json +1 -1
- package/polyfills.js +4345 -0
- package/polyfills.js.map +1 -0
- package/runtime.js +205 -0
- package/runtime.js.map +1 -0
- package/scripts.js +48 -0
- package/scripts.js.map +1 -0
- package/styles.css +5019 -0
- package/styles.css.map +1 -0
- package/vendor.js +189695 -0
- package/vendor.js.map +1 -0
- package/.browserslistrc +0 -18
- package/.editorconfig +0 -16
- package/README.md +0 -302
- package/angular.json +0 -153
- package/cedar-embeddable-editor-0.9.0.tgz +0 -0
- package/e2e/protractor.conf.js +0 -36
- package/e2e/src/app.e2e-spec.ts +0 -23
- package/e2e/src/app.po.ts +0 -11
- package/e2e/tsconfig.json +0 -14
- package/karma.conf.js +0 -32
- package/license.txt +0 -26
- package/src/app/app.component.dev.ts +0 -74
- package/src/app/app.component.html +0 -5
- package/src/app/app.component.prod.ts +0 -76
- package/src/app/app.component.scss +0 -1
- package/src/app/app.module.dev.ts +0 -58
- package/src/app/app.module.prod.ts +0 -56
- package/src/app/modules/input-types/components/cedar-foo-bar/cedar-foo-bar.component.html +0 -0
- package/src/app/modules/input-types/components/cedar-foo-bar/cedar-foo-bar.component.scss +0 -0
- package/src/app/modules/input-types/components/cedar-foo-bar/cedar-foo-bar.component.spec.ts +0 -24
- package/src/app/modules/input-types/components/cedar-foo-bar/cedar-foo-bar.component.ts +0 -39
- package/src/app/modules/input-types/components/cedar-input-attribute-value/cedar-input-attribute-value.component.html +0 -25
- package/src/app/modules/input-types/components/cedar-input-attribute-value/cedar-input-attribute-value.component.scss +0 -0
- package/src/app/modules/input-types/components/cedar-input-attribute-value/cedar-input-attribute-value.component.spec.ts +0 -25
- package/src/app/modules/input-types/components/cedar-input-attribute-value/cedar-input-attribute-value.component.ts +0 -91
- package/src/app/modules/input-types/components/cedar-input-checkbox/cedar-input-checkbox.component.html +0 -8
- package/src/app/modules/input-types/components/cedar-input-checkbox/cedar-input-checkbox.component.scss +0 -0
- package/src/app/modules/input-types/components/cedar-input-checkbox/cedar-input-checkbox.component.spec.ts +0 -25
- package/src/app/modules/input-types/components/cedar-input-checkbox/cedar-input-checkbox.component.ts +0 -104
- package/src/app/modules/input-types/components/cedar-input-controlled/cedar-input-controlled.component.html +0 -22
- package/src/app/modules/input-types/components/cedar-input-controlled/cedar-input-controlled.component.scss +0 -0
- package/src/app/modules/input-types/components/cedar-input-controlled/cedar-input-controlled.component.spec.ts +0 -24
- package/src/app/modules/input-types/components/cedar-input-controlled/cedar-input-controlled.component.ts +0 -135
- package/src/app/modules/input-types/components/cedar-input-datetime/cedar-input-datetime.component.html +0 -44
- package/src/app/modules/input-types/components/cedar-input-datetime/cedar-input-datetime.component.scss +0 -0
- package/src/app/modules/input-types/components/cedar-input-datetime/cedar-input-datetime.component.spec.ts +0 -25
- package/src/app/modules/input-types/components/cedar-input-datetime/cedar-input-datetime.component.ts +0 -451
- package/src/app/modules/input-types/components/cedar-input-email/cedar-input-email.component.html +0 -16
- package/src/app/modules/input-types/components/cedar-input-email/cedar-input-email.component.scss +0 -0
- package/src/app/modules/input-types/components/cedar-input-email/cedar-input-email.component.spec.ts +0 -25
- package/src/app/modules/input-types/components/cedar-input-email/cedar-input-email.component.ts +0 -91
- package/src/app/modules/input-types/components/cedar-input-link/cedar-input-link.component.html +0 -16
- package/src/app/modules/input-types/components/cedar-input-link/cedar-input-link.component.scss +0 -0
- package/src/app/modules/input-types/components/cedar-input-link/cedar-input-link.component.spec.ts +0 -25
- package/src/app/modules/input-types/components/cedar-input-link/cedar-input-link.component.ts +0 -92
- package/src/app/modules/input-types/components/cedar-input-multiple-choice/cedar-input-multiple-choice.component.html +0 -18
- package/src/app/modules/input-types/components/cedar-input-multiple-choice/cedar-input-multiple-choice.component.scss +0 -5
- package/src/app/modules/input-types/components/cedar-input-multiple-choice/cedar-input-multiple-choice.component.spec.ts +0 -25
- package/src/app/modules/input-types/components/cedar-input-multiple-choice/cedar-input-multiple-choice.component.ts +0 -78
- package/src/app/modules/input-types/components/cedar-input-numeric/cedar-input-numeric.component.html +0 -15
- package/src/app/modules/input-types/components/cedar-input-numeric/cedar-input-numeric.component.scss +0 -0
- package/src/app/modules/input-types/components/cedar-input-numeric/cedar-input-numeric.component.spec.ts +0 -25
- package/src/app/modules/input-types/components/cedar-input-numeric/cedar-input-numeric.component.ts +0 -169
- package/src/app/modules/input-types/components/cedar-input-phone/cedar-input-phone.component.html +0 -15
- package/src/app/modules/input-types/components/cedar-input-phone/cedar-input-phone.component.scss +0 -0
- package/src/app/modules/input-types/components/cedar-input-phone/cedar-input-phone.component.spec.ts +0 -25
- package/src/app/modules/input-types/components/cedar-input-phone/cedar-input-phone.component.ts +0 -94
- package/src/app/modules/input-types/components/cedar-input-select/cedar-input-select.component.html +0 -19
- package/src/app/modules/input-types/components/cedar-input-select/cedar-input-select.component.scss +0 -0
- package/src/app/modules/input-types/components/cedar-input-select/cedar-input-select.component.spec.ts +0 -25
- package/src/app/modules/input-types/components/cedar-input-select/cedar-input-select.component.ts +0 -108
- package/src/app/modules/input-types/components/cedar-input-text/cedar-input-text.component.html +0 -25
- package/src/app/modules/input-types/components/cedar-input-text/cedar-input-text.component.scss +0 -0
- package/src/app/modules/input-types/components/cedar-input-text/cedar-input-text.component.spec.ts +0 -25
- package/src/app/modules/input-types/components/cedar-input-text/cedar-input-text.component.ts +0 -125
- package/src/app/modules/input-types/components/cedar-static-image/cedar-static-image.component.html +0 -8
- package/src/app/modules/input-types/components/cedar-static-image/cedar-static-image.component.scss +0 -0
- package/src/app/modules/input-types/components/cedar-static-image/cedar-static-image.component.spec.ts +0 -24
- package/src/app/modules/input-types/components/cedar-static-image/cedar-static-image.component.ts +0 -40
- package/src/app/modules/input-types/components/cedar-static-page-break/cedar-static-page-break.component.html +0 -20
- package/src/app/modules/input-types/components/cedar-static-page-break/cedar-static-page-break.component.scss +0 -24
- package/src/app/modules/input-types/components/cedar-static-page-break/cedar-static-page-break.component.spec.ts +0 -25
- package/src/app/modules/input-types/components/cedar-static-page-break/cedar-static-page-break.component.ts +0 -36
- package/src/app/modules/input-types/components/cedar-static-rich-text/cedar-static-rich-text.component.html +0 -2
- package/src/app/modules/input-types/components/cedar-static-rich-text/cedar-static-rich-text.component.scss +0 -0
- package/src/app/modules/input-types/components/cedar-static-rich-text/cedar-static-rich-text.component.spec.ts +0 -25
- package/src/app/modules/input-types/components/cedar-static-rich-text/cedar-static-rich-text.component.ts +0 -35
- package/src/app/modules/input-types/components/cedar-static-section-break/cedar-static-section-break.component.html +0 -8
- package/src/app/modules/input-types/components/cedar-static-section-break/cedar-static-section-break.component.scss +0 -0
- package/src/app/modules/input-types/components/cedar-static-section-break/cedar-static-section-break.component.spec.ts +0 -24
- package/src/app/modules/input-types/components/cedar-static-section-break/cedar-static-section-break.component.ts +0 -39
- package/src/app/modules/input-types/components/cedar-static-youtube/cedar-static-youtube.component.html +0 -6
- package/src/app/modules/input-types/components/cedar-static-youtube/cedar-static-youtube.component.scss +0 -0
- package/src/app/modules/input-types/components/cedar-static-youtube/cedar-static-youtube.component.spec.ts +0 -24
- package/src/app/modules/input-types/components/cedar-static-youtube/cedar-static-youtube.component.ts +0 -42
- package/src/app/modules/input-types/input-types.module.ts +0 -139
- package/src/app/modules/shared/components/cedar-component-header/cedar-component-header.component.html +0 -13
- package/src/app/modules/shared/components/cedar-component-header/cedar-component-header.component.scss +0 -12
- package/src/app/modules/shared/components/cedar-component-header/cedar-component-header.component.spec.ts +0 -25
- package/src/app/modules/shared/components/cedar-component-header/cedar-component-header.component.ts +0 -42
- package/src/app/modules/shared/components/cedar-component-renderer/cedar-component-renderer.component.html +0 -117
- package/src/app/modules/shared/components/cedar-component-renderer/cedar-component-renderer.component.scss +0 -5
- package/src/app/modules/shared/components/cedar-component-renderer/cedar-component-renderer.component.spec.ts +0 -25
- package/src/app/modules/shared/components/cedar-component-renderer/cedar-component-renderer.component.ts +0 -101
- package/src/app/modules/shared/components/cedar-data-saver/cedar-data-saver.component.html +0 -22
- package/src/app/modules/shared/components/cedar-data-saver/cedar-data-saver.component.scss +0 -23
- package/src/app/modules/shared/components/cedar-data-saver/cedar-data-saver.component.spec.ts +0 -24
- package/src/app/modules/shared/components/cedar-data-saver/cedar-data-saver.component.ts +0 -139
- package/src/app/modules/shared/components/cedar-embeddable-metadata-editor/cedar-embeddable-metadata-editor.component.html +0 -56
- package/src/app/modules/shared/components/cedar-embeddable-metadata-editor/cedar-embeddable-metadata-editor.component.scss +0 -13
- package/src/app/modules/shared/components/cedar-embeddable-metadata-editor/cedar-embeddable-metadata-editor.component.spec.ts +0 -25
- package/src/app/modules/shared/components/cedar-embeddable-metadata-editor/cedar-embeddable-metadata-editor.component.ts +0 -184
- package/src/app/modules/shared/components/cedar-embeddable-metadata-editor-wrapper/cedar-embeddable-metadata-editor-wrapper.component.html +0 -15
- package/src/app/modules/shared/components/cedar-embeddable-metadata-editor-wrapper/cedar-embeddable-metadata-editor-wrapper.component.scss +0 -2
- package/src/app/modules/shared/components/cedar-embeddable-metadata-editor-wrapper/cedar-embeddable-metadata-editor-wrapper.component.spec.ts +0 -25
- package/src/app/modules/shared/components/cedar-embeddable-metadata-editor-wrapper/cedar-embeddable-metadata-editor-wrapper.component.ts +0 -240
- package/src/app/modules/shared/components/cedar-multi-pager/cedar-multi-pager.component.html +0 -35
- package/src/app/modules/shared/components/cedar-multi-pager/cedar-multi-pager.component.scss +0 -41
- package/src/app/modules/shared/components/cedar-multi-pager/cedar-multi-pager.component.spec.ts +0 -25
- package/src/app/modules/shared/components/cedar-multi-pager/cedar-multi-pager.component.ts +0 -282
- package/src/app/modules/shared/components/date-picker/date-picker.component.html +0 -46
- package/src/app/modules/shared/components/date-picker/date-picker.component.scss +0 -7
- package/src/app/modules/shared/components/date-picker/date-picker.component.spec.ts +0 -25
- package/src/app/modules/shared/components/date-picker/date-picker.component.ts +0 -100
- package/src/app/modules/shared/components/file-uploader/bytes/bytes.pipe.spec.ts +0 -33
- package/src/app/modules/shared/components/file-uploader/bytes/bytes.pipe.ts +0 -16
- package/src/app/modules/shared/components/file-uploader/file-upload-input-for/file-upload-input-for.directive.spec.ts +0 -54
- package/src/app/modules/shared/components/file-uploader/file-upload-input-for/file-upload-input-for.directive.ts +0 -67
- package/src/app/modules/shared/components/file-uploader/file-uploader.component.html +0 -26
- package/src/app/modules/shared/components/file-uploader/file-uploader.component.scss +0 -55
- package/src/app/modules/shared/components/file-uploader/file-uploader.component.spec.ts +0 -25
- package/src/app/modules/shared/components/file-uploader/file-uploader.component.ts +0 -67
- package/src/app/modules/shared/components/file-uploader/mat-file-upload/mat-file-upload.component.html +0 -42
- package/src/app/modules/shared/components/file-uploader/mat-file-upload/mat-file-upload.component.scss +0 -31
- package/src/app/modules/shared/components/file-uploader/mat-file-upload/mat-file-upload.component.spec.ts +0 -177
- package/src/app/modules/shared/components/file-uploader/mat-file-upload/mat-file-upload.component.ts +0 -145
- package/src/app/modules/shared/components/file-uploader/mat-file-upload/mat-file-upload.service.ts +0 -21
- package/src/app/modules/shared/components/file-uploader/mat-file-upload-queue/mat-file-upload-queue.component.html +0 -1
- package/src/app/modules/shared/components/file-uploader/mat-file-upload-queue/mat-file-upload-queue.component.scss +0 -0
- package/src/app/modules/shared/components/file-uploader/mat-file-upload-queue/mat-file-upload-queue.component.spec.ts +0 -59
- package/src/app/modules/shared/components/file-uploader/mat-file-upload-queue/mat-file-upload-queue.component.ts +0 -139
- package/src/app/modules/shared/components/file-uploader/mat-file-upload-queue/mat-file-upload-queue.service.spec.ts +0 -33
- package/src/app/modules/shared/components/file-uploader/mat-file-upload-queue/mat-file-upload-queue.service.ts +0 -17
- package/src/app/modules/shared/components/file-uploader/mat-file-upload.module.ts +0 -35
- package/src/app/modules/shared/components/file-uploader/mat-file-upload.type.ts +0 -24
- package/src/app/modules/shared/components/preferences-menu/preferences-menu.component.html +0 -18
- package/src/app/modules/shared/components/preferences-menu/preferences-menu.component.scss +0 -0
- package/src/app/modules/shared/components/preferences-menu/preferences-menu.component.spec.ts +0 -23
- package/src/app/modules/shared/components/preferences-menu/preferences-menu.component.ts +0 -10
- package/src/app/modules/shared/components/sample-templates/sample-template-select/sample-template-select.component.html +0 -16
- package/src/app/modules/shared/components/sample-templates/sample-template-select/sample-template-select.component.scss +0 -0
- package/src/app/modules/shared/components/sample-templates/sample-template-select/sample-template-select.component.spec.ts +0 -25
- package/src/app/modules/shared/components/sample-templates/sample-template-select/sample-template-select.component.ts +0 -89
- package/src/app/modules/shared/components/sample-templates/sample-templates.component.html +0 -19
- package/src/app/modules/shared/components/sample-templates/sample-templates.component.scss +0 -0
- package/src/app/modules/shared/components/sample-templates/sample-templates.component.spec.ts +0 -25
- package/src/app/modules/shared/components/sample-templates/sample-templates.component.ts +0 -66
- package/src/app/modules/shared/components/sample-templates/sample-templates.service.ts +0 -175
- package/src/app/modules/shared/components/source-panels/source-panels.component.html +0 -98
- package/src/app/modules/shared/components/source-panels/source-panels.component.scss +0 -0
- package/src/app/modules/shared/components/source-panels/source-panels.component.spec.ts +0 -25
- package/src/app/modules/shared/components/source-panels/source-panels.component.ts +0 -36
- package/src/app/modules/shared/components/static-footer/static-footer.component.html +0 -17
- package/src/app/modules/shared/components/static-footer/static-footer.component.scss +0 -110
- package/src/app/modules/shared/components/static-footer/static-footer.component.spec.ts +0 -25
- package/src/app/modules/shared/components/static-footer/static-footer.component.ts +0 -16
- package/src/app/modules/shared/components/static-header/static-header.component.html +0 -10
- package/src/app/modules/shared/components/static-header/static-header.component.scss +0 -13
- package/src/app/modules/shared/components/static-header/static-header.component.spec.ts +0 -25
- package/src/app/modules/shared/components/static-header/static-header.component.ts +0 -21
- package/src/app/modules/shared/components/timezone-picker/timezone-picker.component.html +0 -16
- package/src/app/modules/shared/components/timezone-picker/timezone-picker.component.scss +0 -0
- package/src/app/modules/shared/components/timezone-picker/timezone-picker.component.spec.ts +0 -25
- package/src/app/modules/shared/components/timezone-picker/timezone-picker.component.ts +0 -251
- package/src/app/modules/shared/factory/template-representation.factory.ts +0 -323
- package/src/app/modules/shared/handler/component-type.handler.ts +0 -51
- package/src/app/modules/shared/handler/data-object-builder.handler.ts +0 -159
- package/src/app/modules/shared/handler/data-object-data-value.handler.ts +0 -270
- package/src/app/modules/shared/handler/data-object-structure.handler.ts +0 -145
- package/src/app/modules/shared/handler/multi-instance-object.handler.ts +0 -317
- package/src/app/modules/shared/models/cedar-input-template.model.ts +0 -3
- package/src/app/modules/shared/models/cedar-model.model.ts +0 -48
- package/src/app/modules/shared/models/component/cedar-component.model.ts +0 -16
- package/src/app/modules/shared/models/component/component-representation.model.ts +0 -30
- package/src/app/modules/shared/models/component/element-component.model.ts +0 -11
- package/src/app/modules/shared/models/component/field-component.model.ts +0 -23
- package/src/app/modules/shared/models/component/multi-component.model.ts +0 -10
- package/src/app/modules/shared/models/component/null-component.model.ts +0 -20
- package/src/app/modules/shared/models/component/single-component.model.ts +0 -6
- package/src/app/modules/shared/models/element/abstract-element-component.model.ts +0 -26
- package/src/app/modules/shared/models/element/multi-element-component.model.ts +0 -19
- package/src/app/modules/shared/models/element/single-element-component.model.ts +0 -16
- package/src/app/modules/shared/models/enum/data-object-building-mode.model.ts +0 -6
- package/src/app/modules/shared/models/field/abstract-field-component.model.ts +0 -28
- package/src/app/modules/shared/models/field/multi-field-component.model.ts +0 -21
- package/src/app/modules/shared/models/field/single-field-component.model.ts +0 -18
- package/src/app/modules/shared/models/info/basic-info.model.ts +0 -8
- package/src/app/modules/shared/models/info/choice-info.model.ts +0 -9
- package/src/app/modules/shared/models/info/choice-option.model.ts +0 -6
- package/src/app/modules/shared/models/info/content-info.model.ts +0 -5
- package/src/app/modules/shared/models/info/controlled-info.model.ts +0 -8
- package/src/app/modules/shared/models/info/current-multi-info.model.ts +0 -7
- package/src/app/modules/shared/models/info/label-info.model.ts +0 -7
- package/src/app/modules/shared/models/info/multi-info.model.ts +0 -10
- package/src/app/modules/shared/models/info/multi-instance-info.model.ts +0 -20
- package/src/app/modules/shared/models/info/multi-instance-object-info.model.ts +0 -30
- package/src/app/modules/shared/models/info/number-info.model.ts +0 -9
- package/src/app/modules/shared/models/info/value-info.model.ts +0 -9
- package/src/app/modules/shared/models/input-type.model.ts +0 -21
- package/src/app/modules/shared/models/instance-extract-data.model.ts +0 -3
- package/src/app/modules/shared/models/instance-full-data.model.ts +0 -5
- package/src/app/modules/shared/models/javascript-types.model.ts +0 -7
- package/src/app/modules/shared/models/json-schema.model.ts +0 -39
- package/src/app/modules/shared/models/numbers.model.ts +0 -10
- package/src/app/modules/shared/models/rest/integrated-search/integrated-search-request-parameter-object.ts +0 -8
- package/src/app/modules/shared/models/rest/integrated-search/integrated-search-request-value-constraints.ts +0 -8
- package/src/app/modules/shared/models/rest/integrated-search/integrated-search-request.ts +0 -9
- package/src/app/modules/shared/models/rest/integrated-search/integrated-search-response-item.ts +0 -10
- package/src/app/modules/shared/models/rest/integrated-search/integrated-search-response.ts +0 -13
- package/src/app/modules/shared/models/static/static-field-component.model.ts +0 -24
- package/src/app/modules/shared/models/template/cedar-template.model.ts +0 -24
- package/src/app/modules/shared/models/template/empty-template.model.ts +0 -5
- package/src/app/modules/shared/models/template/null-template.model.ts +0 -23
- package/src/app/modules/shared/models/template/template-component.model.ts +0 -12
- package/src/app/modules/shared/models/temporal.model.ts +0 -13
- package/src/app/modules/shared/models/ui/cedar-ui-component.model.ts +0 -17
- package/src/app/modules/shared/models/xsd.model.ts +0 -11
- package/src/app/modules/shared/pipe/keep-html.pipe.ts +0 -13
- package/src/app/modules/shared/pipe/rdf.pipe.ts +0 -10
- package/src/app/modules/shared/service/active-component-registry.service.ts +0 -134
- package/src/app/modules/shared/service/component-data.service.ts +0 -25
- package/src/app/modules/shared/service/controlled-field-data.service.ts +0 -37
- package/src/app/modules/shared/service/date-time/custom-date-adapter.ts +0 -19
- package/src/app/modules/shared/service/date-time/date-time.service.ts +0 -30
- package/src/app/modules/shared/service/local-settings.service.ts +0 -22
- package/src/app/modules/shared/service/message-handler.service.ts +0 -35
- package/src/app/modules/shared/service/page-break-paginator.service.ts +0 -78
- package/src/app/modules/shared/shared.module.ts +0 -97
- package/src/app/modules/shared/util/data-context.ts +0 -42
- package/src/app/modules/shared/util/data-object-util.ts +0 -102
- package/src/app/modules/shared/util/handler-context.ts +0 -81
- package/src/app/modules/shared/util/template-object-util.ts +0 -21
- package/src/assets/.gitkeep +0 -0
- package/src/environments/environment.prod.ts +0 -5
- package/src/environments/environment.ts +0 -18
- package/src/main.ts +0 -28
- package/src/polyfills.ts +0 -65
- package/src/styles-own.scss +0 -352
- package/src/styles.scss +0 -116
- package/src/test.ts +0 -25
- package/tsconfig.app.json +0 -16
- package/tsconfig.base.json +0 -20
- package/tsconfig.json +0 -20
- package/tsconfig.spec.json +0 -18
- package/tslint.json +0 -152
- /package/{src/assets/fonts/MaterialIcons-Regular.eot → MaterialIcons-Regular.eot} +0 -0
- /package/{src/assets/fonts/MaterialIcons-Regular.ttf → MaterialIcons-Regular.ttf} +0 -0
- /package/{src/assets/fonts/MaterialIcons-Regular.woff → MaterialIcons-Regular.woff} +0 -0
- /package/{src/assets/fonts/MaterialIcons-Regular.woff2 → MaterialIcons-Regular.woff2} +0 -0
- /package/{src/assets → assets}/i18n-cee/en.json +0 -0
- /package/{src/assets → assets}/i18n-cee/hu.json +0 -0
- /package/{src/assets → assets}/images/bmir-logo.png +0 -0
- /package/{src/assets → assets}/images/cedar-logo-80x80.png +0 -0
- /package/{src/favicon.ico → favicon.ico} +0 -0
package/src/styles-own.scss
DELETED
|
@@ -1,352 +0,0 @@
|
|
|
1
|
-
@use '@angular/material' as mat;
|
|
2
|
-
|
|
3
|
-
@include mat.core();
|
|
4
|
-
@include mat.strong-focus-indicators();
|
|
5
|
-
|
|
6
|
-
$my-primary: mat.define-palette(mat.$teal-palette, 600);
|
|
7
|
-
$my-accent: mat.define-palette(mat.$deep-orange-palette, A200, A100, A400);
|
|
8
|
-
|
|
9
|
-
$my-theme: mat.define-light-theme((
|
|
10
|
-
color: (
|
|
11
|
-
primary: $my-primary,
|
|
12
|
-
accent: $my-accent,
|
|
13
|
-
)
|
|
14
|
-
));
|
|
15
|
-
|
|
16
|
-
@include mat.all-component-themes($my-theme);
|
|
17
|
-
@include mat.strong-focus-indicators-theme($my-theme);
|
|
18
|
-
|
|
19
|
-
@font-face {
|
|
20
|
-
font-family: 'Material Icons';
|
|
21
|
-
font-display: block;
|
|
22
|
-
font-style: normal;
|
|
23
|
-
font-weight: 400;
|
|
24
|
-
src: url(assets/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
|
|
25
|
-
src: local('Material Icons'),
|
|
26
|
-
local('MaterialIcons-Regular'),
|
|
27
|
-
url(assets/fonts/MaterialIcons-Regular.woff2) format('woff2'),
|
|
28
|
-
url(assets/fonts/MaterialIcons-Regular.woff) format('woff'),
|
|
29
|
-
url(assets/fonts/MaterialIcons-Regular.ttf) format('truetype');
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.material-icons {
|
|
33
|
-
font-family: 'Material Icons';
|
|
34
|
-
font-weight: normal;
|
|
35
|
-
font-style: normal;
|
|
36
|
-
font-size: 24px; /* Preferred icon size */
|
|
37
|
-
display: inline-block;
|
|
38
|
-
line-height: 1;
|
|
39
|
-
text-transform: none;
|
|
40
|
-
letter-spacing: normal;
|
|
41
|
-
word-wrap: normal;
|
|
42
|
-
white-space: nowrap;
|
|
43
|
-
direction: ltr;
|
|
44
|
-
|
|
45
|
-
/* Support for all WebKit browsers. */
|
|
46
|
-
-webkit-font-smoothing: antialiased;
|
|
47
|
-
/* Support for Safari and Chrome. */
|
|
48
|
-
text-rendering: optimizeLegibility;
|
|
49
|
-
|
|
50
|
-
/* Support for Firefox. */
|
|
51
|
-
-moz-osx-font-smoothing: grayscale;
|
|
52
|
-
|
|
53
|
-
/* Support for IE. */
|
|
54
|
-
font-feature-settings: 'liga';
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
html, body.cee-body {
|
|
58
|
-
height: 100%;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
body.cee-body {
|
|
62
|
-
margin: 0;
|
|
63
|
-
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.allow-cr {
|
|
67
|
-
white-space: pre;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.form-container {
|
|
71
|
-
min-width: 50%;
|
|
72
|
-
max-width: 100%;
|
|
73
|
-
border: 0 solid red;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.full-width {
|
|
77
|
-
width: 100%;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.half-width {
|
|
81
|
-
width: 50%;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.half-width-with-margin {
|
|
85
|
-
width: 49%;
|
|
86
|
-
margin-right: 1%;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.image-component {
|
|
90
|
-
background-color: #e5daa1;
|
|
91
|
-
max-width: 50%;
|
|
92
|
-
margin-left: auto;
|
|
93
|
-
margin-right: auto;
|
|
94
|
-
margin-bottom: 20px;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.section-break-component {
|
|
98
|
-
background-color: #f0f8f7;
|
|
99
|
-
margin-top: 30px;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.youtube-component {
|
|
103
|
-
background-color: #ff0000;
|
|
104
|
-
min-width: 400px;
|
|
105
|
-
max-width: 640px;
|
|
106
|
-
margin-left: auto;
|
|
107
|
-
margin-right: auto;
|
|
108
|
-
margin-bottom: 20px;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.icon-help {
|
|
112
|
-
margin-left: 10px;
|
|
113
|
-
font-size: medium !important;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.icon-src {
|
|
117
|
-
margin-left: 10px;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.mat-card {
|
|
121
|
-
margin-top: 5px;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.iterable-component {
|
|
125
|
-
background-color: #f6f1f6;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.non-iterable-component {
|
|
129
|
-
background-color: #f1f6f1;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.header-image {
|
|
133
|
-
background-image: url('/assets/images/cedar-logo-80x80.png');
|
|
134
|
-
background-size: cover;
|
|
135
|
-
background-color: #0B3938;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.cedar-logo {
|
|
139
|
-
background-image: url('/assets/images/cedar-logo-80x80.png');
|
|
140
|
-
background-repeat: no-repeat;
|
|
141
|
-
background-size: cover;
|
|
142
|
-
width: 70px;
|
|
143
|
-
height: 70px;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.template-card {
|
|
147
|
-
max-width: 90%;
|
|
148
|
-
background-color: #f8f8f8;
|
|
149
|
-
margin: 0 auto;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.pager-container {
|
|
153
|
-
display: flex;
|
|
154
|
-
flex-wrap: wrap;
|
|
155
|
-
justify-content: right;
|
|
156
|
-
align-items: center;
|
|
157
|
-
margin-right: 10px;
|
|
158
|
-
margin-top: -20px;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.pager-chips {
|
|
162
|
-
margin-right: 20px;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
.pager-pager {
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
app-source-panels {
|
|
169
|
-
.mat-expansion-panel-header-description {
|
|
170
|
-
justify-content: space-between;
|
|
171
|
-
align-items: center;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.mat-expansion-panel {
|
|
175
|
-
max-width: 90%;
|
|
176
|
-
margin: 0 auto;
|
|
177
|
-
background-color: #f5f5f5;
|
|
178
|
-
|
|
179
|
-
pre {
|
|
180
|
-
font-size: 12px;
|
|
181
|
-
line-height: 1.1;
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
.mat-expansion-panel-header-title .mat-icon {
|
|
186
|
-
margin-right: 15px;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
.toolbar-spacer {
|
|
192
|
-
flex: 1 2 auto;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
app-sample-templates {
|
|
196
|
-
.mat-expansion-panel {
|
|
197
|
-
max-width: 90%;
|
|
198
|
-
margin: 10px auto 0;
|
|
199
|
-
background-color: #f5f5f5;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.mat-expansion-panel-header-title .mat-icon {
|
|
203
|
-
margin-right: 15px;
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.spinner-wrapper {
|
|
208
|
-
display: flex;
|
|
209
|
-
align-items: center;
|
|
210
|
-
justify-content: center;
|
|
211
|
-
margin-top: 30px;
|
|
212
|
-
|
|
213
|
-
.mat-progress-spinner {
|
|
214
|
-
float:left;
|
|
215
|
-
margin-right: 20px;
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
.info-box {
|
|
220
|
-
color: #383d41;
|
|
221
|
-
background-color: rgba(0, 0, 0, 0.04);
|
|
222
|
-
padding: 15px;
|
|
223
|
-
border: 1px solid #d6d8db;
|
|
224
|
-
border-radius: 0.25rem;
|
|
225
|
-
margin-top: 20px;
|
|
226
|
-
margin-bottom: 10px;
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
.notify-info, .notify-success, .notify-error, .notify-warning, .notify-progress {
|
|
230
|
-
padding: 15px;
|
|
231
|
-
border: 1px solid transparent;
|
|
232
|
-
border-radius: 0.25rem;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
.notify-info:before, .notify-success:before, .notify-error:before, .notify-warning:before, .notify-progress:before {
|
|
236
|
-
font-family: 'Material Icons';
|
|
237
|
-
font-style: normal;
|
|
238
|
-
font-weight: 400;
|
|
239
|
-
font-size: 18px;
|
|
240
|
-
vertical-align: middle;
|
|
241
|
-
speak: none;
|
|
242
|
-
display: inline-block;
|
|
243
|
-
text-decoration: inherit;
|
|
244
|
-
width: 1em;
|
|
245
|
-
margin-right: .8em;
|
|
246
|
-
text-align: center;
|
|
247
|
-
font-variant: normal;
|
|
248
|
-
text-transform: none;
|
|
249
|
-
line-height: 1em;
|
|
250
|
-
margin-left: .2em;
|
|
251
|
-
-webkit-font-smoothing: antialiased;
|
|
252
|
-
-moz-osx-font-smoothing: grayscale;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
.notify-info:before {
|
|
256
|
-
content: "\e88e";
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
.notify-success:before {
|
|
260
|
-
content: '\e86c';
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
.notify-error:before {
|
|
264
|
-
content: '\e000';
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
.notify-warning:before {
|
|
268
|
-
content: '\e002';
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
.notify-progress-icon {
|
|
272
|
-
margin-right: .8em;
|
|
273
|
-
line-height: 1em;
|
|
274
|
-
margin-left: .2em;
|
|
275
|
-
float:left;
|
|
276
|
-
margin-top: 2px;
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
.notify-info {
|
|
280
|
-
color: #004085;
|
|
281
|
-
background-color: #cce5ff;
|
|
282
|
-
border-color: #b8daff;
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
.notify-success {
|
|
286
|
-
color: #155724;
|
|
287
|
-
background-color: #d4edda;
|
|
288
|
-
border-color: #c3e6cb;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
.notify-error {
|
|
292
|
-
color: #721c24;
|
|
293
|
-
background-color: #f8d7da;
|
|
294
|
-
border-color: #f5c6cb;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
.notify-warning {
|
|
298
|
-
color: #856404;
|
|
299
|
-
background-color: #fff3cd;
|
|
300
|
-
border-color: #ffeeba;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
.notify-progress {
|
|
304
|
-
color: #383d41;
|
|
305
|
-
background-color: #eeeeee;
|
|
306
|
-
border-color: #d6d8db;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
.close {
|
|
310
|
-
float: right;
|
|
311
|
-
font-size: 1.5rem;
|
|
312
|
-
line-height: .9;
|
|
313
|
-
text-shadow: 0 1px 0 #fff;
|
|
314
|
-
opacity: .5;
|
|
315
|
-
color: inherit;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
.close:hover {
|
|
319
|
-
opacity: 1;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
button.close {
|
|
323
|
-
cursor: pointer;
|
|
324
|
-
padding: 0;
|
|
325
|
-
background-color: transparent;
|
|
326
|
-
border: 0;
|
|
327
|
-
-webkit-appearance: none;
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
|
|
331
|
-
background: var(--color-primary);
|
|
332
|
-
color: var(--color-text-primary);
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
.ng-select.ng-select-multiple .ng-value-icon {
|
|
336
|
-
color: var(--color-text-primary) !important;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
.mat-form-field-infix{
|
|
340
|
-
margin: 0 !important;
|
|
341
|
-
padding-top: 5px !important;
|
|
342
|
-
padding-bottom: 7px !important;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
.mat-icon:hover {
|
|
346
|
-
color: #0f7686;
|
|
347
|
-
scale: 1.2;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
.mat-tooltip.tooltip {
|
|
351
|
-
font-size: 12px;
|
|
352
|
-
}
|
package/src/styles.scss
DELETED
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
// Custom Theming for Angular Material
|
|
2
|
-
@use '@angular/material' as mat;
|
|
3
|
-
// For more information: https://material.angular.io/guide/theming
|
|
4
|
-
// Plus imports for other components in your app.
|
|
5
|
-
|
|
6
|
-
// Include the common styles for Angular Material. We include this here so that you only
|
|
7
|
-
// have to load a single css file for Angular Material in your app.
|
|
8
|
-
// Be sure that you only ever include this mixin once!
|
|
9
|
-
@import '@angular/material/theming';
|
|
10
|
-
@include mat.core();
|
|
11
|
-
|
|
12
|
-
// Palette generated using http://mcg.mbitson.com/
|
|
13
|
-
// Also helpful: https://www.colorhexa.com/, https://www.colorbook.io/
|
|
14
|
-
/* For use in src/lib/core/theming/_palette.scss */
|
|
15
|
-
$md-cedarpalette: (
|
|
16
|
-
50 : #e2eff0,
|
|
17
|
-
100 : #b7d6db,
|
|
18
|
-
200 : #87bbc3,
|
|
19
|
-
300 : #579faa,
|
|
20
|
-
400 : #338b98,
|
|
21
|
-
500 : #0f7686,
|
|
22
|
-
600 : #0d6e7e,
|
|
23
|
-
700 : #0b6373,
|
|
24
|
-
800 : #085969,
|
|
25
|
-
900 : #044656,
|
|
26
|
-
A100 : #88e4ff,
|
|
27
|
-
A200 : #55d8ff,
|
|
28
|
-
A400 : #22ccff,
|
|
29
|
-
A700 : #08c7ff,
|
|
30
|
-
contrast: (
|
|
31
|
-
50 : #000000,
|
|
32
|
-
100 : #000000,
|
|
33
|
-
200 : #000000,
|
|
34
|
-
300 : #000000,
|
|
35
|
-
400 : #ffffff,
|
|
36
|
-
500 : #ffffff,
|
|
37
|
-
600 : #ffffff,
|
|
38
|
-
700 : #ffffff,
|
|
39
|
-
800 : #ffffff,
|
|
40
|
-
900 : #ffffff,
|
|
41
|
-
A100 : #000000,
|
|
42
|
-
A200 : #000000,
|
|
43
|
-
A400 : #000000,
|
|
44
|
-
A700 : #000000,
|
|
45
|
-
)
|
|
46
|
-
);
|
|
47
|
-
|
|
48
|
-
$md-cedaraccent: (
|
|
49
|
-
50 : #f0e4e2,
|
|
50
|
-
100 : #dbbcb7,
|
|
51
|
-
200 : #c38f87,
|
|
52
|
-
300 : #aa6257,
|
|
53
|
-
400 : #984133,
|
|
54
|
-
500 : #861f0f,
|
|
55
|
-
600 : #7e1b0d,
|
|
56
|
-
700 : #73170b,
|
|
57
|
-
800 : #691208,
|
|
58
|
-
900 : #560a04,
|
|
59
|
-
A100 : #ff8d88,
|
|
60
|
-
A200 : #ff5c55,
|
|
61
|
-
A400 : #ff2b22,
|
|
62
|
-
A700 : #ff1308,
|
|
63
|
-
contrast: (
|
|
64
|
-
50 : #000000,
|
|
65
|
-
100 : #000000,
|
|
66
|
-
200 : #000000,
|
|
67
|
-
300 : #ffffff,
|
|
68
|
-
400 : #ffffff,
|
|
69
|
-
500 : #ffffff,
|
|
70
|
-
600 : #ffffff,
|
|
71
|
-
700 : #ffffff,
|
|
72
|
-
800 : #ffffff,
|
|
73
|
-
900 : #ffffff,
|
|
74
|
-
A100 : #000000,
|
|
75
|
-
A200 : #000000,
|
|
76
|
-
A400 : #ffffff,
|
|
77
|
-
A700 : #ffffff,
|
|
78
|
-
)
|
|
79
|
-
);
|
|
80
|
-
|
|
81
|
-
// Define the palettes for your theme using the Material Design palettes available in palette.scss
|
|
82
|
-
// (imported above). For each palette, you can optionally specify a default, lighter, and darker
|
|
83
|
-
// hue. Available color palettes: https://material.io/design/color/
|
|
84
|
-
$cedar-embeddable-editor-primary: mat.define-palette($md-cedarpalette);
|
|
85
|
-
$cedar-embeddable-editor-accent: mat.define-palette($md-cedaraccent, A200, A100, A400);
|
|
86
|
-
|
|
87
|
-
// The warn palette is optional (defaults to red).
|
|
88
|
-
$cedar-embeddable-editor-warn: mat.define-palette(mat.$red-palette);
|
|
89
|
-
|
|
90
|
-
// Create the theme object. A theme consists of configurations for individual
|
|
91
|
-
// theming systems such as "color" or "typography".
|
|
92
|
-
$cedar-embeddable-editor-theme: mat.define-light-theme((
|
|
93
|
-
color: (
|
|
94
|
-
primary: $cedar-embeddable-editor-primary,
|
|
95
|
-
accent: $cedar-embeddable-editor-accent,
|
|
96
|
-
warn: $cedar-embeddable-editor-warn,
|
|
97
|
-
)
|
|
98
|
-
));
|
|
99
|
-
|
|
100
|
-
// Include theme styles for core and each component used in your app.
|
|
101
|
-
// Alternatively, you can import and @include the theme mixins for each component
|
|
102
|
-
// that you are using.
|
|
103
|
-
@include mat.all-component-themes($cedar-embeddable-editor-theme);
|
|
104
|
-
|
|
105
|
-
$primary: map-get($cedar-embeddable-editor-theme, primary);
|
|
106
|
-
$accent: map-get($cedar-embeddable-editor-theme, accent);
|
|
107
|
-
|
|
108
|
-
:root {
|
|
109
|
-
--color-primary: #{mat-color($cedar-embeddable-editor-primary, default)};
|
|
110
|
-
--color-text-primary: #{mat-color($cedar-embeddable-editor-primary, default-contrast)};
|
|
111
|
-
--color-accent: #{mat-color($cedar-embeddable-editor-accent)};
|
|
112
|
-
--color-warn: #{mat-color($cedar-embeddable-editor-warn)};
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
/* You can add global styles to this file, and also import other style files */
|
|
116
|
-
@import "~@ng-select/ng-select/themes/material.theme.css";
|
package/src/test.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
|
|
2
|
-
|
|
3
|
-
import 'zone.js/testing';
|
|
4
|
-
import { getTestBed } from '@angular/core/testing';
|
|
5
|
-
import {
|
|
6
|
-
BrowserDynamicTestingModule,
|
|
7
|
-
platformBrowserDynamicTesting
|
|
8
|
-
} from '@angular/platform-browser-dynamic/testing';
|
|
9
|
-
|
|
10
|
-
declare const require: {
|
|
11
|
-
context(path: string, deep?: boolean, filter?: RegExp): {
|
|
12
|
-
keys(): string[];
|
|
13
|
-
<T>(id: string): T;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
// First, initialize the Angular testing environment.
|
|
18
|
-
getTestBed().initTestEnvironment(
|
|
19
|
-
BrowserDynamicTestingModule,
|
|
20
|
-
platformBrowserDynamicTesting()
|
|
21
|
-
);
|
|
22
|
-
// Then we find all the tests.
|
|
23
|
-
const context = require.context('./', true, /\.spec\.ts$/);
|
|
24
|
-
// And load the modules.
|
|
25
|
-
context.keys().map(context);
|
package/tsconfig.app.json
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
2
|
-
{
|
|
3
|
-
"extends": "./tsconfig.base.json",
|
|
4
|
-
"compilerOptions": {
|
|
5
|
-
"outDir": "./out-tsc/app",
|
|
6
|
-
"types": [],
|
|
7
|
-
"allowSyntheticDefaultImports": true
|
|
8
|
-
},
|
|
9
|
-
"files": [
|
|
10
|
-
"src/main.ts",
|
|
11
|
-
"src/polyfills.ts"
|
|
12
|
-
],
|
|
13
|
-
"include": [
|
|
14
|
-
"src/**/*.d.ts"
|
|
15
|
-
]
|
|
16
|
-
}
|
package/tsconfig.base.json
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
2
|
-
{
|
|
3
|
-
"compileOnSave": false,
|
|
4
|
-
"compilerOptions": {
|
|
5
|
-
"baseUrl": "./",
|
|
6
|
-
"outDir": "./dist/out-tsc",
|
|
7
|
-
"sourceMap": true,
|
|
8
|
-
"declaration": false,
|
|
9
|
-
"downlevelIteration": true,
|
|
10
|
-
"experimentalDecorators": true,
|
|
11
|
-
"moduleResolution": "node",
|
|
12
|
-
"importHelpers": true,
|
|
13
|
-
"target": "es2015",
|
|
14
|
-
"module": "es2020",
|
|
15
|
-
"lib": [
|
|
16
|
-
"es2018",
|
|
17
|
-
"dom"
|
|
18
|
-
]
|
|
19
|
-
}
|
|
20
|
-
}
|
package/tsconfig.json
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’s language server to improve development experience.
|
|
3
|
-
It is not intended to be used to perform a compilation.
|
|
4
|
-
|
|
5
|
-
To learn more about this file see: https://angular.io/config/solution-tsconfig.
|
|
6
|
-
*/
|
|
7
|
-
{
|
|
8
|
-
"files": [],
|
|
9
|
-
"references": [
|
|
10
|
-
{
|
|
11
|
-
"path": "./tsconfig.app.json"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"path": "./tsconfig.spec.json"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"path": "./e2e/tsconfig.json"
|
|
18
|
-
}
|
|
19
|
-
]
|
|
20
|
-
}
|
package/tsconfig.spec.json
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
2
|
-
{
|
|
3
|
-
"extends": "./tsconfig.base.json",
|
|
4
|
-
"compilerOptions": {
|
|
5
|
-
"outDir": "./out-tsc/spec",
|
|
6
|
-
"types": [
|
|
7
|
-
"jasmine"
|
|
8
|
-
]
|
|
9
|
-
},
|
|
10
|
-
"files": [
|
|
11
|
-
"src/test.ts",
|
|
12
|
-
"src/polyfills.ts"
|
|
13
|
-
],
|
|
14
|
-
"include": [
|
|
15
|
-
"src/**/*.spec.ts",
|
|
16
|
-
"src/**/*.d.ts"
|
|
17
|
-
]
|
|
18
|
-
}
|