@syncfusion/ej2-schedule 32.1.24 → 32.1.25-810416
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/.eslintrc.json +243 -243
- package/.gitleaksignore +4 -4
- package/README.md +91 -91
- package/dist/ej2-schedule.umd.min.js +1 -10
- package/dist/ej2-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-schedule.es2015.js +98 -107
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +562 -574
- package/dist/es6/ej2-schedule.es5.js.map +1 -1
- package/ej2-schedule-component.sln +32 -0
- package/license +9 -9
- package/package.json +42 -42
- package/src/global.d.ts +1 -0
- package/src/recurrence-editor/recurrence-editor-model.d.ts +75 -75
- package/src/recurrence-editor/recurrence-editor.js +19 -19
- package/src/schedule/actions/action-base.js +1 -1
- package/src/schedule/actions/drag.js +13 -13
- package/src/schedule/actions/keyboard.js +12 -12
- package/src/schedule/actions/resize.js +27 -41
- package/src/schedule/base/interface.d.ts +2 -2
- package/src/schedule/base/schedule-model.d.ts +886 -886
- package/src/schedule/base/schedule.js +19 -19
- package/src/schedule/event-renderer/agenda-base.js +13 -13
- package/src/schedule/event-renderer/event-base.js +6 -4
- package/src/schedule/event-renderer/month.js +13 -13
- package/src/schedule/event-renderer/timeline-view.js +13 -13
- package/src/schedule/event-renderer/vertical-view.js +13 -13
- package/src/schedule/event-renderer/year.js +13 -13
- package/src/schedule/models/event-settings-model.d.ts +156 -156
- package/src/schedule/models/event-settings.js +19 -19
- package/src/schedule/models/field-options-model.d.ts +22 -22
- package/src/schedule/models/field-options.js +19 -19
- package/src/schedule/models/fields-model.d.ts +92 -92
- package/src/schedule/models/fields.js +19 -19
- package/src/schedule/models/group-model.d.ts +48 -48
- package/src/schedule/models/group.js +19 -19
- package/src/schedule/models/header-rows-model.d.ts +22 -22
- package/src/schedule/models/header-rows.js +19 -19
- package/src/schedule/models/quick-info-templates-model.d.ts +37 -37
- package/src/schedule/models/quick-info-templates.js +19 -19
- package/src/schedule/models/resources-model.d.ts +85 -85
- package/src/schedule/models/resources.js +19 -19
- package/src/schedule/models/time-scale-model.d.ts +40 -40
- package/src/schedule/models/time-scale.js +19 -19
- package/src/schedule/models/toolbar-model.d.ts +187 -187
- package/src/schedule/models/toolbar.js +19 -19
- package/src/schedule/models/views-model.d.ts +361 -361
- package/src/schedule/models/views.js +19 -19
- package/src/schedule/models/work-hours-model.d.ts +16 -16
- package/src/schedule/models/work-hours.js +19 -19
- package/src/schedule/renderer/agenda.js +13 -13
- package/src/schedule/renderer/day.js +13 -13
- package/src/schedule/renderer/header-renderer.js +11 -11
- package/src/schedule/renderer/month-agenda.js +13 -13
- package/src/schedule/renderer/month.js +13 -13
- package/src/schedule/renderer/timeline-month.js +13 -13
- package/src/schedule/renderer/timeline-view.js +13 -13
- package/src/schedule/renderer/timeline-year.js +13 -13
- package/src/schedule/renderer/vertical-view.js +13 -13
- package/src/schedule/renderer/week.js +13 -13
- package/src/schedule/renderer/work-week.js +13 -13
- package/src/schedule/renderer/year.js +13 -13
- package/styles/bds-lite.css +0 -12
- package/styles/bds-lite.scss +2 -2
- package/styles/bds.css +0 -20
- package/styles/bds.scss +4 -4
- package/styles/bootstrap-dark-lite.scss +2 -2
- package/styles/bootstrap-dark.scss +4 -4
- package/styles/bootstrap-lite.scss +2 -2
- package/styles/bootstrap.scss +4 -4
- package/styles/bootstrap4-lite.scss +2 -2
- package/styles/bootstrap4.scss +4 -4
- package/styles/bootstrap5-dark-lite.scss +2 -2
- package/styles/bootstrap5-dark.scss +4 -4
- package/styles/bootstrap5-lite.scss +2 -2
- package/styles/bootstrap5.3-lite.css +0 -252
- package/styles/bootstrap5.3-lite.scss +2 -2
- package/styles/bootstrap5.3.css +0 -420
- package/styles/bootstrap5.3.scss +4 -4
- package/styles/bootstrap5.scss +4 -4
- package/styles/fabric-dark-lite.scss +2 -2
- package/styles/fabric-dark.scss +4 -4
- package/styles/fabric-lite.scss +2 -2
- package/styles/fabric.scss +4 -4
- package/styles/fluent-dark-lite.scss +2 -2
- package/styles/fluent-dark.scss +4 -4
- package/styles/fluent-lite.scss +2 -2
- package/styles/fluent.scss +4 -4
- package/styles/fluent2-lite.css +0 -258
- package/styles/fluent2-lite.scss +2 -2
- package/styles/fluent2.css +0 -430
- package/styles/fluent2.scss +4 -4
- package/styles/highcontrast-light-lite.scss +2 -2
- package/styles/highcontrast-light.scss +4 -4
- package/styles/highcontrast-lite.scss +2 -2
- package/styles/highcontrast.scss +4 -4
- package/styles/material-dark-lite.scss +2 -2
- package/styles/material-dark.scss +4 -4
- package/styles/material-lite.scss +2 -2
- package/styles/material.scss +4 -4
- package/styles/material3-dark-lite.css +0 -246
- package/styles/material3-dark-lite.scss +2 -2
- package/styles/material3-dark.css +0 -410
- package/styles/material3-dark.scss +4 -4
- package/styles/material3-lite.css +0 -252
- package/styles/material3-lite.scss +2 -2
- package/styles/material3.css +0 -420
- package/styles/material3.scss +4 -4
- package/styles/recurrence-editor/_all.scss +2 -2
- package/styles/recurrence-editor/_bds-definition.scss +41 -41
- package/styles/recurrence-editor/_bigger.scss +135 -134
- package/styles/recurrence-editor/_bootstrap-dark-definition.scss +41 -41
- package/styles/recurrence-editor/_bootstrap-definition.scss +41 -41
- package/styles/recurrence-editor/_bootstrap4-definition.scss +41 -41
- package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +41 -41
- package/styles/recurrence-editor/_bootstrap5-definition.scss +41 -41
- package/styles/recurrence-editor/_bootstrap5.3-definition.scss +41 -41
- package/styles/recurrence-editor/_fabric-dark-definition.scss +41 -41
- package/styles/recurrence-editor/_fabric-definition.scss +41 -41
- package/styles/recurrence-editor/_fluent-dark-definition.scss +41 -41
- package/styles/recurrence-editor/_fluent-definition.scss +41 -41
- package/styles/recurrence-editor/_fluent2-definition.scss +41 -41
- package/styles/recurrence-editor/_fusionnew-definition.scss +41 -41
- package/styles/recurrence-editor/_highcontrast-definition.scss +41 -41
- package/styles/recurrence-editor/_highcontrast-light-definition.scss +41 -41
- package/styles/recurrence-editor/_layout.scss +426 -425
- package/styles/recurrence-editor/_material-dark-definition.scss +41 -41
- package/styles/recurrence-editor/_material-definition.scss +41 -41
- package/styles/recurrence-editor/_material3-dark-definition.scss +41 -41
- package/styles/recurrence-editor/_material3-definition.scss +41 -41
- package/styles/recurrence-editor/_tailwind-dark-definition.scss +41 -41
- package/styles/recurrence-editor/_tailwind-definition.scss +41 -41
- package/styles/recurrence-editor/_tailwind3-definition.scss +41 -41
- package/styles/recurrence-editor/_theme.scss +1 -1
- package/styles/recurrence-editor/bds.css +0 -8
- package/styles/recurrence-editor/bds.scss +2 -2
- package/styles/recurrence-editor/bootstrap-dark.scss +2 -2
- package/styles/recurrence-editor/bootstrap.scss +2 -2
- package/styles/recurrence-editor/bootstrap4.scss +2 -2
- package/styles/recurrence-editor/bootstrap5-dark.scss +2 -2
- package/styles/recurrence-editor/bootstrap5.3.css +0 -168
- package/styles/recurrence-editor/bootstrap5.3.scss +2 -2
- package/styles/recurrence-editor/bootstrap5.scss +2 -2
- package/styles/recurrence-editor/fabric-dark.scss +2 -2
- package/styles/recurrence-editor/fabric.scss +2 -2
- package/styles/recurrence-editor/fluent-dark.scss +2 -2
- package/styles/recurrence-editor/fluent.scss +2 -2
- package/styles/recurrence-editor/fluent2.css +0 -172
- package/styles/recurrence-editor/fluent2.scss +2 -2
- package/styles/recurrence-editor/highcontrast-light.scss +2 -2
- package/styles/recurrence-editor/highcontrast.scss +2 -2
- package/styles/recurrence-editor/material-dark.scss +2 -2
- package/styles/recurrence-editor/material.scss +2 -2
- package/styles/recurrence-editor/material3-dark.css +0 -164
- package/styles/recurrence-editor/material3-dark.scss +2 -2
- package/styles/recurrence-editor/material3.css +0 -168
- package/styles/recurrence-editor/material3.scss +2 -2
- package/styles/recurrence-editor/tailwind-dark.scss +2 -2
- package/styles/recurrence-editor/tailwind.scss +2 -2
- package/styles/recurrence-editor/tailwind3.css +0 -148
- package/styles/recurrence-editor/tailwind3.scss +2 -2
- package/styles/schedule/_all.scss +2 -2
- package/styles/schedule/_bds-definition.scss +381 -381
- package/styles/schedule/_bigger.scss +803 -802
- package/styles/schedule/_bootstrap-dark-definition.scss +381 -381
- package/styles/schedule/_bootstrap-definition.scss +381 -381
- package/styles/schedule/_bootstrap4-definition.scss +384 -384
- package/styles/schedule/_bootstrap5-dark-definition.scss +385 -385
- package/styles/schedule/_bootstrap5-definition.scss +385 -385
- package/styles/schedule/_bootstrap5.3-definition.scss +385 -385
- package/styles/schedule/_fabric-dark-definition.scss +380 -380
- package/styles/schedule/_fabric-definition.scss +381 -381
- package/styles/schedule/_fluent-dark-definition.scss +385 -385
- package/styles/schedule/_fluent-definition.scss +385 -385
- package/styles/schedule/_fluent2-definition.scss +382 -382
- package/styles/schedule/_fusionnew-definition.scss +380 -380
- package/styles/schedule/_highcontrast-definition.scss +382 -382
- package/styles/schedule/_highcontrast-light-definition.scss +382 -382
- package/styles/schedule/_layout.scss +3875 -3874
- package/styles/schedule/_material-dark-definition.scss +379 -379
- package/styles/schedule/_material-definition.scss +379 -379
- package/styles/schedule/_material3-dark-definition.scss +384 -384
- package/styles/schedule/_material3-definition.scss +384 -384
- package/styles/schedule/_tailwind-dark-definition.scss +380 -380
- package/styles/schedule/_tailwind-definition.scss +380 -380
- package/styles/schedule/_tailwind3-definition.scss +385 -385
- package/styles/schedule/_theme.scss +587 -586
- package/styles/schedule/bds.css +0 -12
- package/styles/schedule/bds.scss +2 -2
- package/styles/schedule/bootstrap-dark.scss +2 -2
- package/styles/schedule/bootstrap.scss +2 -2
- package/styles/schedule/bootstrap4.scss +2 -2
- package/styles/schedule/bootstrap5-dark.scss +2 -2
- package/styles/schedule/bootstrap5.3.css +0 -252
- package/styles/schedule/bootstrap5.3.scss +2 -2
- package/styles/schedule/bootstrap5.scss +2 -2
- package/styles/schedule/fabric-dark.scss +2 -2
- package/styles/schedule/fabric.scss +2 -2
- package/styles/schedule/fluent-dark.scss +2 -2
- package/styles/schedule/fluent.scss +2 -2
- package/styles/schedule/fluent2.css +0 -258
- package/styles/schedule/fluent2.scss +2 -2
- package/styles/schedule/highcontrast-light.scss +2 -2
- package/styles/schedule/highcontrast.scss +2 -2
- package/styles/schedule/icons/_bds.scss +221 -221
- package/styles/schedule/icons/_bootstrap-dark.scss +224 -224
- package/styles/schedule/icons/_bootstrap.scss +224 -224
- package/styles/schedule/icons/_bootstrap4.scss +218 -218
- package/styles/schedule/icons/_bootstrap5.3.scss +221 -221
- package/styles/schedule/icons/_bootstrap5.scss +221 -221
- package/styles/schedule/icons/_fabric-dark.scss +224 -224
- package/styles/schedule/icons/_fabric.scss +224 -224
- package/styles/schedule/icons/_fluent.scss +221 -221
- package/styles/schedule/icons/_fluent2.scss +221 -221
- package/styles/schedule/icons/_fusionnew.scss +221 -221
- package/styles/schedule/icons/_highcontrast-light.scss +224 -224
- package/styles/schedule/icons/_highcontrast.scss +224 -224
- package/styles/schedule/icons/_material-dark.scss +224 -224
- package/styles/schedule/icons/_material.scss +224 -224
- package/styles/schedule/icons/_material3.scss +221 -221
- package/styles/schedule/icons/_tailwind.scss +221 -221
- package/styles/schedule/icons/_tailwind3.scss +221 -221
- package/styles/schedule/material-dark.scss +2 -2
- package/styles/schedule/material.scss +2 -2
- package/styles/schedule/material3-dark.css +0 -246
- package/styles/schedule/material3-dark.scss +2 -2
- package/styles/schedule/material3.css +0 -252
- package/styles/schedule/material3.scss +2 -2
- package/styles/schedule/tailwind-dark.scss +2 -2
- package/styles/schedule/tailwind.scss +2 -2
- package/styles/schedule/tailwind3.css +0 -222
- package/styles/schedule/tailwind3.scss +2 -2
- package/styles/tailwind-dark-lite.scss +2 -2
- package/styles/tailwind-dark.scss +4 -4
- package/styles/tailwind-lite.scss +2 -2
- package/styles/tailwind.scss +4 -4
- package/styles/tailwind3-lite.css +0 -222
- package/styles/tailwind3-lite.scss +2 -2
- package/styles/tailwind3.css +0 -370
- package/styles/tailwind3.scss +4 -4
- package/dist/ej2-schedule.min.js +0 -10
- package/dist/global/ej2-schedule.min.js +0 -11
- package/dist/global/ej2-schedule.min.js.map +0 -1
- package/dist/global/index.d.ts +0 -14
- package/helpers/e2e/index.d.ts +0 -5
- package/helpers/e2e/index.js +0 -9
- package/helpers/e2e/recurrence-editor.d.ts +0 -30
- package/helpers/e2e/recurrence-editor.js +0 -42
- package/helpers/e2e/schedule.d.ts +0 -50
- package/helpers/e2e/schedule.js +0 -45
- package/styles/recurrence-editor/_all.bds.scss +0 -2
- package/styles/recurrence-editor/_all.bootstrap-dark.scss +0 -2
- package/styles/recurrence-editor/_all.bootstrap.scss +0 -2
- package/styles/recurrence-editor/_all.bootstrap4.scss +0 -2
- package/styles/recurrence-editor/_all.bootstrap5-dark.scss +0 -2
- package/styles/recurrence-editor/_all.bootstrap5.3.scss +0 -2
- package/styles/recurrence-editor/_all.bootstrap5.scss +0 -2
- package/styles/recurrence-editor/_all.fabric-dark.scss +0 -2
- package/styles/recurrence-editor/_all.fabric.scss +0 -2
- package/styles/recurrence-editor/_all.fluent-dark.scss +0 -2
- package/styles/recurrence-editor/_all.fluent.scss +0 -2
- package/styles/recurrence-editor/_all.fluent2.scss +0 -2
- package/styles/recurrence-editor/_all.highcontrast-light.scss +0 -2
- package/styles/recurrence-editor/_all.highcontrast.scss +0 -2
- package/styles/recurrence-editor/_all.material-dark.scss +0 -2
- package/styles/recurrence-editor/_all.material.scss +0 -2
- package/styles/recurrence-editor/_all.material3-dark.scss +0 -2
- package/styles/recurrence-editor/_all.material3.scss +0 -2
- package/styles/recurrence-editor/_all.tailwind-dark.scss +0 -2
- package/styles/recurrence-editor/_all.tailwind.scss +0 -2
- package/styles/recurrence-editor/_all.tailwind3.scss +0 -2
- package/styles/recurrence-editor/_bigger.bds.scss +0 -3
- package/styles/recurrence-editor/_bigger.bootstrap-dark.scss +0 -3
- package/styles/recurrence-editor/_bigger.bootstrap.scss +0 -3
- package/styles/recurrence-editor/_bigger.bootstrap4.scss +0 -3
- package/styles/recurrence-editor/_bigger.bootstrap5-dark.scss +0 -3
- package/styles/recurrence-editor/_bigger.bootstrap5.3.scss +0 -3
- package/styles/recurrence-editor/_bigger.bootstrap5.scss +0 -3
- package/styles/recurrence-editor/_bigger.fabric-dark.scss +0 -3
- package/styles/recurrence-editor/_bigger.fabric.scss +0 -3
- package/styles/recurrence-editor/_bigger.fluent-dark.scss +0 -3
- package/styles/recurrence-editor/_bigger.fluent.scss +0 -3
- package/styles/recurrence-editor/_bigger.fluent2.scss +0 -3
- package/styles/recurrence-editor/_bigger.highcontrast-light.scss +0 -3
- package/styles/recurrence-editor/_bigger.highcontrast.scss +0 -3
- package/styles/recurrence-editor/_bigger.material-dark.scss +0 -3
- package/styles/recurrence-editor/_bigger.material.scss +0 -3
- package/styles/recurrence-editor/_bigger.material3-dark.scss +0 -3
- package/styles/recurrence-editor/_bigger.material3.scss +0 -3
- package/styles/recurrence-editor/_bigger.tailwind-dark.scss +0 -3
- package/styles/recurrence-editor/_bigger.tailwind.scss +0 -3
- package/styles/recurrence-editor/_bigger.tailwind3.scss +0 -3
- package/styles/recurrence-editor/_layout.bds.scss +0 -3
- package/styles/recurrence-editor/_layout.bootstrap-dark.scss +0 -3
- package/styles/recurrence-editor/_layout.bootstrap.scss +0 -3
- package/styles/recurrence-editor/_layout.bootstrap4.scss +0 -3
- package/styles/recurrence-editor/_layout.bootstrap5-dark.scss +0 -3
- package/styles/recurrence-editor/_layout.bootstrap5.3.scss +0 -3
- package/styles/recurrence-editor/_layout.bootstrap5.scss +0 -3
- package/styles/recurrence-editor/_layout.fabric-dark.scss +0 -3
- package/styles/recurrence-editor/_layout.fabric.scss +0 -3
- package/styles/recurrence-editor/_layout.fluent-dark.scss +0 -3
- package/styles/recurrence-editor/_layout.fluent.scss +0 -3
- package/styles/recurrence-editor/_layout.fluent2.scss +0 -3
- package/styles/recurrence-editor/_layout.highcontrast-light.scss +0 -3
- package/styles/recurrence-editor/_layout.highcontrast.scss +0 -3
- package/styles/recurrence-editor/_layout.material-dark.scss +0 -3
- package/styles/recurrence-editor/_layout.material.scss +0 -3
- package/styles/recurrence-editor/_layout.material3-dark.scss +0 -3
- package/styles/recurrence-editor/_layout.material3.scss +0 -3
- package/styles/recurrence-editor/_layout.tailwind-dark.scss +0 -3
- package/styles/recurrence-editor/_layout.tailwind.scss +0 -3
- package/styles/recurrence-editor/_layout.tailwind3.scss +0 -3
- package/styles/recurrence-editor/_theme-variables.bds.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.bootstrap.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.bootstrap4.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.bootstrap5.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.fabric-dark.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.fabric.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.fluent-dark.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.fluent.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.fluent2.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.highcontrast.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.material-dark.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.material.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.material3-dark.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.material3.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.tailwind.scss +0 -1
- package/styles/recurrence-editor/_theme.bds.scss +0 -1
- package/styles/recurrence-editor/_theme.bootstrap-dark.scss +0 -1
- package/styles/recurrence-editor/_theme.bootstrap.scss +0 -1
- package/styles/recurrence-editor/_theme.bootstrap4.scss +0 -1
- package/styles/recurrence-editor/_theme.bootstrap5-dark.scss +0 -1
- package/styles/recurrence-editor/_theme.bootstrap5.3.scss +0 -1
- package/styles/recurrence-editor/_theme.bootstrap5.scss +0 -1
- package/styles/recurrence-editor/_theme.fabric-dark.scss +0 -1
- package/styles/recurrence-editor/_theme.fabric.scss +0 -1
- package/styles/recurrence-editor/_theme.fluent-dark.scss +0 -1
- package/styles/recurrence-editor/_theme.fluent.scss +0 -1
- package/styles/recurrence-editor/_theme.fluent2.scss +0 -1
- package/styles/recurrence-editor/_theme.highcontrast-light.scss +0 -1
- package/styles/recurrence-editor/_theme.highcontrast.scss +0 -1
- package/styles/recurrence-editor/_theme.material-dark.scss +0 -1
- package/styles/recurrence-editor/_theme.material.scss +0 -1
- package/styles/recurrence-editor/_theme.material3-dark.scss +0 -1
- package/styles/recurrence-editor/_theme.material3.scss +0 -1
- package/styles/recurrence-editor/_theme.tailwind-dark.scss +0 -1
- package/styles/recurrence-editor/_theme.tailwind.scss +0 -1
- package/styles/recurrence-editor/_theme.tailwind3.scss +0 -1
- package/styles/schedule/_all.bds.scss +0 -2
- package/styles/schedule/_all.bootstrap-dark.scss +0 -2
- package/styles/schedule/_all.bootstrap.scss +0 -2
- package/styles/schedule/_all.bootstrap4.scss +0 -2
- package/styles/schedule/_all.bootstrap5-dark.scss +0 -2
- package/styles/schedule/_all.bootstrap5.3.scss +0 -2
- package/styles/schedule/_all.bootstrap5.scss +0 -2
- package/styles/schedule/_all.fabric-dark.scss +0 -2
- package/styles/schedule/_all.fabric.scss +0 -2
- package/styles/schedule/_all.fluent-dark.scss +0 -2
- package/styles/schedule/_all.fluent.scss +0 -2
- package/styles/schedule/_all.fluent2.scss +0 -2
- package/styles/schedule/_all.highcontrast-light.scss +0 -2
- package/styles/schedule/_all.highcontrast.scss +0 -2
- package/styles/schedule/_all.material-dark.scss +0 -2
- package/styles/schedule/_all.material.scss +0 -2
- package/styles/schedule/_all.material3-dark.scss +0 -2
- package/styles/schedule/_all.material3.scss +0 -2
- package/styles/schedule/_all.tailwind-dark.scss +0 -2
- package/styles/schedule/_all.tailwind.scss +0 -2
- package/styles/schedule/_all.tailwind3.scss +0 -2
- package/styles/schedule/_bigger.bds.scss +0 -3
- package/styles/schedule/_bigger.bootstrap-dark.scss +0 -3
- package/styles/schedule/_bigger.bootstrap.scss +0 -3
- package/styles/schedule/_bigger.bootstrap4.scss +0 -3
- package/styles/schedule/_bigger.bootstrap5-dark.scss +0 -3
- package/styles/schedule/_bigger.bootstrap5.3.scss +0 -3
- package/styles/schedule/_bigger.bootstrap5.scss +0 -3
- package/styles/schedule/_bigger.fabric-dark.scss +0 -3
- package/styles/schedule/_bigger.fabric.scss +0 -3
- package/styles/schedule/_bigger.fluent-dark.scss +0 -3
- package/styles/schedule/_bigger.fluent.scss +0 -3
- package/styles/schedule/_bigger.fluent2.scss +0 -3
- package/styles/schedule/_bigger.highcontrast-light.scss +0 -3
- package/styles/schedule/_bigger.highcontrast.scss +0 -3
- package/styles/schedule/_bigger.material-dark.scss +0 -3
- package/styles/schedule/_bigger.material.scss +0 -3
- package/styles/schedule/_bigger.material3-dark.scss +0 -3
- package/styles/schedule/_bigger.material3.scss +0 -3
- package/styles/schedule/_bigger.tailwind-dark.scss +0 -3
- package/styles/schedule/_bigger.tailwind.scss +0 -3
- package/styles/schedule/_bigger.tailwind3.scss +0 -3
- package/styles/schedule/_layout.bds.scss +0 -3
- package/styles/schedule/_layout.bootstrap-dark.scss +0 -3
- package/styles/schedule/_layout.bootstrap.scss +0 -3
- package/styles/schedule/_layout.bootstrap4.scss +0 -3
- package/styles/schedule/_layout.bootstrap5-dark.scss +0 -3
- package/styles/schedule/_layout.bootstrap5.3.scss +0 -3
- package/styles/schedule/_layout.bootstrap5.scss +0 -3
- package/styles/schedule/_layout.fabric-dark.scss +0 -3
- package/styles/schedule/_layout.fabric.scss +0 -3
- package/styles/schedule/_layout.fluent-dark.scss +0 -3
- package/styles/schedule/_layout.fluent.scss +0 -3
- package/styles/schedule/_layout.fluent2.scss +0 -3
- package/styles/schedule/_layout.highcontrast-light.scss +0 -3
- package/styles/schedule/_layout.highcontrast.scss +0 -3
- package/styles/schedule/_layout.material-dark.scss +0 -3
- package/styles/schedule/_layout.material.scss +0 -3
- package/styles/schedule/_layout.material3-dark.scss +0 -3
- package/styles/schedule/_layout.material3.scss +0 -3
- package/styles/schedule/_layout.tailwind-dark.scss +0 -3
- package/styles/schedule/_layout.tailwind.scss +0 -3
- package/styles/schedule/_layout.tailwind3.scss +0 -3
- package/styles/schedule/_theme-variables.bds.scss +0 -1
- package/styles/schedule/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/schedule/_theme-variables.bootstrap.scss +0 -1
- package/styles/schedule/_theme-variables.bootstrap4.scss +0 -1
- package/styles/schedule/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/schedule/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/schedule/_theme-variables.bootstrap5.scss +0 -1
- package/styles/schedule/_theme-variables.fabric-dark.scss +0 -1
- package/styles/schedule/_theme-variables.fabric.scss +0 -1
- package/styles/schedule/_theme-variables.fluent-dark.scss +0 -1
- package/styles/schedule/_theme-variables.fluent.scss +0 -1
- package/styles/schedule/_theme-variables.fluent2.scss +0 -1
- package/styles/schedule/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/schedule/_theme-variables.highcontrast.scss +0 -1
- package/styles/schedule/_theme-variables.material-dark.scss +0 -1
- package/styles/schedule/_theme-variables.material.scss +0 -1
- package/styles/schedule/_theme-variables.material3-dark.scss +0 -1
- package/styles/schedule/_theme-variables.material3.scss +0 -1
- package/styles/schedule/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/schedule/_theme-variables.tailwind.scss +0 -1
- package/styles/schedule/_theme.bds.scss +0 -4
- package/styles/schedule/_theme.bootstrap-dark.scss +0 -4
- package/styles/schedule/_theme.bootstrap.scss +0 -4
- package/styles/schedule/_theme.bootstrap4.scss +0 -4
- package/styles/schedule/_theme.bootstrap5-dark.scss +0 -4
- package/styles/schedule/_theme.bootstrap5.3.scss +0 -4
- package/styles/schedule/_theme.bootstrap5.scss +0 -4
- package/styles/schedule/_theme.fabric-dark.scss +0 -4
- package/styles/schedule/_theme.fabric.scss +0 -4
- package/styles/schedule/_theme.fluent-dark.scss +0 -4
- package/styles/schedule/_theme.fluent.scss +0 -4
- package/styles/schedule/_theme.fluent2.scss +0 -4
- package/styles/schedule/_theme.highcontrast-light.scss +0 -4
- package/styles/schedule/_theme.highcontrast.scss +0 -4
- package/styles/schedule/_theme.material-dark.scss +0 -4
- package/styles/schedule/_theme.material.scss +0 -4
- package/styles/schedule/_theme.material3-dark.scss +0 -4
- package/styles/schedule/_theme.material3.scss +0 -4
- package/styles/schedule/_theme.tailwind-dark.scss +0 -4
- package/styles/schedule/_theme.tailwind.scss +0 -4
- package/styles/schedule/_theme.tailwind3.scss +0 -4
- /package/styles/recurrence-editor/{_theme-variables.tailwind3.scss → _theme-variables.scss} +0 -0
- /package/styles/schedule/{_theme-variables.tailwind3.scss → _theme-variables.scss} +0 -0
package/.eslintrc.json
CHANGED
|
@@ -1,244 +1,244 @@
|
|
|
1
|
-
{
|
|
2
|
-
"env": {
|
|
3
|
-
"browser": true,
|
|
4
|
-
"es2021": true
|
|
5
|
-
},
|
|
6
|
-
"extends": [
|
|
7
|
-
"eslint:recommended",
|
|
8
|
-
"plugin:@typescript-eslint/recommended",
|
|
9
|
-
"plugin:jsdoc/recommended"
|
|
10
|
-
],
|
|
11
|
-
"parser": "@typescript-eslint/parser",
|
|
12
|
-
"parserOptions": {
|
|
13
|
-
"ecmaFeatures": { "js": true },
|
|
14
|
-
"ecmaVersion": 2018,
|
|
15
|
-
"project": "./tsconfig.json",
|
|
16
|
-
"sourceType": "module"
|
|
17
|
-
},
|
|
18
|
-
"plugins": [
|
|
19
|
-
"@typescript-eslint",
|
|
20
|
-
"@typescript-eslint/tslint",
|
|
21
|
-
"jsdoc"
|
|
22
|
-
],
|
|
23
|
-
"rules": {
|
|
24
|
-
"use-isnan": "error",
|
|
25
|
-
"@typescript-eslint/no-inferrable-types": "off",
|
|
26
|
-
"@typescript-eslint/ban-types": ["warn", {
|
|
27
|
-
"types": {
|
|
28
|
-
"Object": false,
|
|
29
|
-
"object": false,
|
|
30
|
-
"{}": false,
|
|
31
|
-
"Function": false
|
|
32
|
-
}
|
|
33
|
-
}],
|
|
34
|
-
"jsdoc/check-tag-names": 0,
|
|
35
|
-
"@typescript-eslint/tslint/config": [
|
|
36
|
-
"error",
|
|
37
|
-
{
|
|
38
|
-
"rules": {
|
|
39
|
-
"ban": true,
|
|
40
|
-
"chai-vague-errors": true,
|
|
41
|
-
"max-func-body-length": [
|
|
42
|
-
true,
|
|
43
|
-
120,
|
|
44
|
-
{
|
|
45
|
-
"ignore-parameters-to-function-regex": "describe"
|
|
46
|
-
}
|
|
47
|
-
],
|
|
48
|
-
"missing-jsdoc": true,
|
|
49
|
-
"no-backbone-get-set-outside-model": false,
|
|
50
|
-
"no-cookies": false,
|
|
51
|
-
"no-delete-expression": false,
|
|
52
|
-
"no-disable-auto-sanitization": true,
|
|
53
|
-
"no-duplicate-case": true,
|
|
54
|
-
"no-duplicate-parameter-names": true,
|
|
55
|
-
"no-empty-interfaces": false,
|
|
56
|
-
"no-exec-script": true,
|
|
57
|
-
"no-function-expression": false,
|
|
58
|
-
"no-multiple-var-decl": false,
|
|
59
|
-
"no-string-based-set-immediate": false,
|
|
60
|
-
"no-string-based-set-interval": false,
|
|
61
|
-
"no-unnecessary-bind": false,
|
|
62
|
-
"no-unused-imports": true,
|
|
63
|
-
"no-with-statement": false,
|
|
64
|
-
"prefer-array-literal": false,
|
|
65
|
-
"typedef": [
|
|
66
|
-
true,
|
|
67
|
-
"call-signature",
|
|
68
|
-
"parameter",
|
|
69
|
-
"property-declaration",
|
|
70
|
-
"variable-declaration",
|
|
71
|
-
"arrow-parameter",
|
|
72
|
-
"member-variable-declaration"
|
|
73
|
-
],
|
|
74
|
-
"use-named-parameter": false,
|
|
75
|
-
"valid-typeof": true,
|
|
76
|
-
"whitespace": [
|
|
77
|
-
true,
|
|
78
|
-
"check-branch",
|
|
79
|
-
"check-decl",
|
|
80
|
-
"check-operator",
|
|
81
|
-
"check-separator",
|
|
82
|
-
"check-type"
|
|
83
|
-
]
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
],
|
|
87
|
-
"no-control-regex": "error",
|
|
88
|
-
"no-constant-condition": "error",
|
|
89
|
-
"no-invalid-regexp": "error",
|
|
90
|
-
"curly": "error",
|
|
91
|
-
"eol-last": [
|
|
92
|
-
"error",
|
|
93
|
-
"always"
|
|
94
|
-
],
|
|
95
|
-
"guard-for-in": "error",
|
|
96
|
-
"no-labels": "error",
|
|
97
|
-
"max-len": [
|
|
98
|
-
"error",
|
|
99
|
-
{
|
|
100
|
-
"code": 140,
|
|
101
|
-
"tabWidth": 4,
|
|
102
|
-
"ignoreComments": true,
|
|
103
|
-
"ignoreStrings": true,
|
|
104
|
-
"ignoreTemplateLiterals": true,
|
|
105
|
-
"ignoreRegExpLiterals": true
|
|
106
|
-
}
|
|
107
|
-
],
|
|
108
|
-
"no-console": [
|
|
109
|
-
"error",
|
|
110
|
-
{
|
|
111
|
-
"allow": [
|
|
112
|
-
"warn",
|
|
113
|
-
"dir",
|
|
114
|
-
"timeLog",
|
|
115
|
-
"assert",
|
|
116
|
-
"clear",
|
|
117
|
-
"count",
|
|
118
|
-
"countReset",
|
|
119
|
-
"group",
|
|
120
|
-
"groupEnd",
|
|
121
|
-
"table",
|
|
122
|
-
"dirxml",
|
|
123
|
-
"error",
|
|
124
|
-
"groupCollapsed",
|
|
125
|
-
"Console",
|
|
126
|
-
"profile",
|
|
127
|
-
"profileEnd",
|
|
128
|
-
"timeStamp",
|
|
129
|
-
"context"
|
|
130
|
-
]
|
|
131
|
-
}
|
|
132
|
-
],
|
|
133
|
-
"no-redeclare": [
|
|
134
|
-
"error",
|
|
135
|
-
{
|
|
136
|
-
"builtinGlobals": true
|
|
137
|
-
}
|
|
138
|
-
],
|
|
139
|
-
"@typescript-eslint/no-parameter-properties": "error",
|
|
140
|
-
"@typescript-eslint/indent": [
|
|
141
|
-
"error",
|
|
142
|
-
4,
|
|
143
|
-
{
|
|
144
|
-
"CallExpression": {
|
|
145
|
-
"arguments": "first"
|
|
146
|
-
},
|
|
147
|
-
"FunctionDeclaration": {
|
|
148
|
-
"parameters": "first"
|
|
149
|
-
},
|
|
150
|
-
"FunctionExpression": {
|
|
151
|
-
"parameters": "first"
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
],
|
|
155
|
-
"no-debugger": "error",
|
|
156
|
-
"no-eval": "error",
|
|
157
|
-
"no-extra-semi": "error",
|
|
158
|
-
"no-throw-literal": "error",
|
|
159
|
-
"no-fallthrough": "error",
|
|
160
|
-
"comma-dangle": [
|
|
161
|
-
"error",
|
|
162
|
-
"never"
|
|
163
|
-
],
|
|
164
|
-
"no-trailing-spaces": "error",
|
|
165
|
-
"@typescript-eslint/no-unused-expressions": "error",
|
|
166
|
-
"@typescript-eslint/no-var-requires": "error",
|
|
167
|
-
"one-var": [
|
|
168
|
-
"error",
|
|
169
|
-
"never"
|
|
170
|
-
],
|
|
171
|
-
"@typescript-eslint/no-explicit-any": "error",
|
|
172
|
-
"no-cond-assign": [
|
|
173
|
-
"error",
|
|
174
|
-
"always"
|
|
175
|
-
],
|
|
176
|
-
"@typescript-eslint/consistent-type-assertions": "off",
|
|
177
|
-
"jsdoc/check-alignment": "error",
|
|
178
|
-
"no-empty": "error",
|
|
179
|
-
"quotes": [
|
|
180
|
-
"error",
|
|
181
|
-
"single"
|
|
182
|
-
],
|
|
183
|
-
"semi": [
|
|
184
|
-
"error",
|
|
185
|
-
"always"
|
|
186
|
-
],
|
|
187
|
-
"eqeqeq": [
|
|
188
|
-
"error",
|
|
189
|
-
"smart"
|
|
190
|
-
],
|
|
191
|
-
"valid-typeof": [
|
|
192
|
-
"error",
|
|
193
|
-
{
|
|
194
|
-
"requireStringLiterals": true
|
|
195
|
-
}
|
|
196
|
-
],
|
|
197
|
-
"camelcase": [
|
|
198
|
-
"error",
|
|
199
|
-
{
|
|
200
|
-
"properties": "always",
|
|
201
|
-
"ignoreDestructuring": true,
|
|
202
|
-
"ignoreImports": true
|
|
203
|
-
}
|
|
204
|
-
],
|
|
205
|
-
"no-irregular-whitespace": [
|
|
206
|
-
"error",
|
|
207
|
-
{
|
|
208
|
-
"skipStrings": true,
|
|
209
|
-
"skipComments": true,
|
|
210
|
-
"skipRegExps": true,
|
|
211
|
-
"skipTemplates": true
|
|
212
|
-
}
|
|
213
|
-
],
|
|
214
|
-
"valid-jsdoc": [
|
|
215
|
-
"error",
|
|
216
|
-
{
|
|
217
|
-
"prefer": {
|
|
218
|
-
"arg": "param",
|
|
219
|
-
"argument": "param",
|
|
220
|
-
"class": "constructor",
|
|
221
|
-
"return": "returns",
|
|
222
|
-
"virtual": "abstract"
|
|
223
|
-
}
|
|
224
|
-
}
|
|
225
|
-
],
|
|
226
|
-
"no-var": "error",
|
|
227
|
-
"radix": "error"
|
|
228
|
-
},
|
|
229
|
-
"reportUnusedDisableDirectives": true,
|
|
230
|
-
"overrides": [
|
|
231
|
-
{
|
|
232
|
-
"files": [
|
|
233
|
-
"node_modules",
|
|
234
|
-
"dist",
|
|
235
|
-
"public",
|
|
236
|
-
"coverage",
|
|
237
|
-
"test-report"
|
|
238
|
-
],
|
|
239
|
-
"rules": {
|
|
240
|
-
"no-unused-expressions": "off"
|
|
241
|
-
}
|
|
242
|
-
}
|
|
243
|
-
]
|
|
1
|
+
{
|
|
2
|
+
"env": {
|
|
3
|
+
"browser": true,
|
|
4
|
+
"es2021": true
|
|
5
|
+
},
|
|
6
|
+
"extends": [
|
|
7
|
+
"eslint:recommended",
|
|
8
|
+
"plugin:@typescript-eslint/recommended",
|
|
9
|
+
"plugin:jsdoc/recommended"
|
|
10
|
+
],
|
|
11
|
+
"parser": "@typescript-eslint/parser",
|
|
12
|
+
"parserOptions": {
|
|
13
|
+
"ecmaFeatures": { "js": true },
|
|
14
|
+
"ecmaVersion": 2018,
|
|
15
|
+
"project": "./tsconfig.json",
|
|
16
|
+
"sourceType": "module"
|
|
17
|
+
},
|
|
18
|
+
"plugins": [
|
|
19
|
+
"@typescript-eslint",
|
|
20
|
+
"@typescript-eslint/tslint",
|
|
21
|
+
"jsdoc"
|
|
22
|
+
],
|
|
23
|
+
"rules": {
|
|
24
|
+
"use-isnan": "error",
|
|
25
|
+
"@typescript-eslint/no-inferrable-types": "off",
|
|
26
|
+
"@typescript-eslint/ban-types": ["warn", {
|
|
27
|
+
"types": {
|
|
28
|
+
"Object": false,
|
|
29
|
+
"object": false,
|
|
30
|
+
"{}": false,
|
|
31
|
+
"Function": false
|
|
32
|
+
}
|
|
33
|
+
}],
|
|
34
|
+
"jsdoc/check-tag-names": 0,
|
|
35
|
+
"@typescript-eslint/tslint/config": [
|
|
36
|
+
"error",
|
|
37
|
+
{
|
|
38
|
+
"rules": {
|
|
39
|
+
"ban": true,
|
|
40
|
+
"chai-vague-errors": true,
|
|
41
|
+
"max-func-body-length": [
|
|
42
|
+
true,
|
|
43
|
+
120,
|
|
44
|
+
{
|
|
45
|
+
"ignore-parameters-to-function-regex": "describe"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"missing-jsdoc": true,
|
|
49
|
+
"no-backbone-get-set-outside-model": false,
|
|
50
|
+
"no-cookies": false,
|
|
51
|
+
"no-delete-expression": false,
|
|
52
|
+
"no-disable-auto-sanitization": true,
|
|
53
|
+
"no-duplicate-case": true,
|
|
54
|
+
"no-duplicate-parameter-names": true,
|
|
55
|
+
"no-empty-interfaces": false,
|
|
56
|
+
"no-exec-script": true,
|
|
57
|
+
"no-function-expression": false,
|
|
58
|
+
"no-multiple-var-decl": false,
|
|
59
|
+
"no-string-based-set-immediate": false,
|
|
60
|
+
"no-string-based-set-interval": false,
|
|
61
|
+
"no-unnecessary-bind": false,
|
|
62
|
+
"no-unused-imports": true,
|
|
63
|
+
"no-with-statement": false,
|
|
64
|
+
"prefer-array-literal": false,
|
|
65
|
+
"typedef": [
|
|
66
|
+
true,
|
|
67
|
+
"call-signature",
|
|
68
|
+
"parameter",
|
|
69
|
+
"property-declaration",
|
|
70
|
+
"variable-declaration",
|
|
71
|
+
"arrow-parameter",
|
|
72
|
+
"member-variable-declaration"
|
|
73
|
+
],
|
|
74
|
+
"use-named-parameter": false,
|
|
75
|
+
"valid-typeof": true,
|
|
76
|
+
"whitespace": [
|
|
77
|
+
true,
|
|
78
|
+
"check-branch",
|
|
79
|
+
"check-decl",
|
|
80
|
+
"check-operator",
|
|
81
|
+
"check-separator",
|
|
82
|
+
"check-type"
|
|
83
|
+
]
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"no-control-regex": "error",
|
|
88
|
+
"no-constant-condition": "error",
|
|
89
|
+
"no-invalid-regexp": "error",
|
|
90
|
+
"curly": "error",
|
|
91
|
+
"eol-last": [
|
|
92
|
+
"error",
|
|
93
|
+
"always"
|
|
94
|
+
],
|
|
95
|
+
"guard-for-in": "error",
|
|
96
|
+
"no-labels": "error",
|
|
97
|
+
"max-len": [
|
|
98
|
+
"error",
|
|
99
|
+
{
|
|
100
|
+
"code": 140,
|
|
101
|
+
"tabWidth": 4,
|
|
102
|
+
"ignoreComments": true,
|
|
103
|
+
"ignoreStrings": true,
|
|
104
|
+
"ignoreTemplateLiterals": true,
|
|
105
|
+
"ignoreRegExpLiterals": true
|
|
106
|
+
}
|
|
107
|
+
],
|
|
108
|
+
"no-console": [
|
|
109
|
+
"error",
|
|
110
|
+
{
|
|
111
|
+
"allow": [
|
|
112
|
+
"warn",
|
|
113
|
+
"dir",
|
|
114
|
+
"timeLog",
|
|
115
|
+
"assert",
|
|
116
|
+
"clear",
|
|
117
|
+
"count",
|
|
118
|
+
"countReset",
|
|
119
|
+
"group",
|
|
120
|
+
"groupEnd",
|
|
121
|
+
"table",
|
|
122
|
+
"dirxml",
|
|
123
|
+
"error",
|
|
124
|
+
"groupCollapsed",
|
|
125
|
+
"Console",
|
|
126
|
+
"profile",
|
|
127
|
+
"profileEnd",
|
|
128
|
+
"timeStamp",
|
|
129
|
+
"context"
|
|
130
|
+
]
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
"no-redeclare": [
|
|
134
|
+
"error",
|
|
135
|
+
{
|
|
136
|
+
"builtinGlobals": true
|
|
137
|
+
}
|
|
138
|
+
],
|
|
139
|
+
"@typescript-eslint/no-parameter-properties": "error",
|
|
140
|
+
"@typescript-eslint/indent": [
|
|
141
|
+
"error",
|
|
142
|
+
4,
|
|
143
|
+
{
|
|
144
|
+
"CallExpression": {
|
|
145
|
+
"arguments": "first"
|
|
146
|
+
},
|
|
147
|
+
"FunctionDeclaration": {
|
|
148
|
+
"parameters": "first"
|
|
149
|
+
},
|
|
150
|
+
"FunctionExpression": {
|
|
151
|
+
"parameters": "first"
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
],
|
|
155
|
+
"no-debugger": "error",
|
|
156
|
+
"no-eval": "error",
|
|
157
|
+
"no-extra-semi": "error",
|
|
158
|
+
"no-throw-literal": "error",
|
|
159
|
+
"no-fallthrough": "error",
|
|
160
|
+
"comma-dangle": [
|
|
161
|
+
"error",
|
|
162
|
+
"never"
|
|
163
|
+
],
|
|
164
|
+
"no-trailing-spaces": "error",
|
|
165
|
+
"@typescript-eslint/no-unused-expressions": "error",
|
|
166
|
+
"@typescript-eslint/no-var-requires": "error",
|
|
167
|
+
"one-var": [
|
|
168
|
+
"error",
|
|
169
|
+
"never"
|
|
170
|
+
],
|
|
171
|
+
"@typescript-eslint/no-explicit-any": "error",
|
|
172
|
+
"no-cond-assign": [
|
|
173
|
+
"error",
|
|
174
|
+
"always"
|
|
175
|
+
],
|
|
176
|
+
"@typescript-eslint/consistent-type-assertions": "off",
|
|
177
|
+
"jsdoc/check-alignment": "error",
|
|
178
|
+
"no-empty": "error",
|
|
179
|
+
"quotes": [
|
|
180
|
+
"error",
|
|
181
|
+
"single"
|
|
182
|
+
],
|
|
183
|
+
"semi": [
|
|
184
|
+
"error",
|
|
185
|
+
"always"
|
|
186
|
+
],
|
|
187
|
+
"eqeqeq": [
|
|
188
|
+
"error",
|
|
189
|
+
"smart"
|
|
190
|
+
],
|
|
191
|
+
"valid-typeof": [
|
|
192
|
+
"error",
|
|
193
|
+
{
|
|
194
|
+
"requireStringLiterals": true
|
|
195
|
+
}
|
|
196
|
+
],
|
|
197
|
+
"camelcase": [
|
|
198
|
+
"error",
|
|
199
|
+
{
|
|
200
|
+
"properties": "always",
|
|
201
|
+
"ignoreDestructuring": true,
|
|
202
|
+
"ignoreImports": true
|
|
203
|
+
}
|
|
204
|
+
],
|
|
205
|
+
"no-irregular-whitespace": [
|
|
206
|
+
"error",
|
|
207
|
+
{
|
|
208
|
+
"skipStrings": true,
|
|
209
|
+
"skipComments": true,
|
|
210
|
+
"skipRegExps": true,
|
|
211
|
+
"skipTemplates": true
|
|
212
|
+
}
|
|
213
|
+
],
|
|
214
|
+
"valid-jsdoc": [
|
|
215
|
+
"error",
|
|
216
|
+
{
|
|
217
|
+
"prefer": {
|
|
218
|
+
"arg": "param",
|
|
219
|
+
"argument": "param",
|
|
220
|
+
"class": "constructor",
|
|
221
|
+
"return": "returns",
|
|
222
|
+
"virtual": "abstract"
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
],
|
|
226
|
+
"no-var": "error",
|
|
227
|
+
"radix": "error"
|
|
228
|
+
},
|
|
229
|
+
"reportUnusedDisableDirectives": true,
|
|
230
|
+
"overrides": [
|
|
231
|
+
{
|
|
232
|
+
"files": [
|
|
233
|
+
"node_modules",
|
|
234
|
+
"dist",
|
|
235
|
+
"public",
|
|
236
|
+
"coverage",
|
|
237
|
+
"test-report"
|
|
238
|
+
],
|
|
239
|
+
"rules": {
|
|
240
|
+
"no-unused-expressions": "off"
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
]
|
|
244
244
|
}
|
package/.gitleaksignore
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Ignore False leaks */
|
|
2
|
-
memory-leak-samples/data.ts:aws-access-token:25713
|
|
3
|
-
memory-leak-samples/data.ts:aws-access-token:25717
|
|
4
|
-
memory-leak-samples/data.ts:aws-access-token:25729
|
|
1
|
+
/* Ignore False leaks */
|
|
2
|
+
memory-leak-samples/data.ts:aws-access-token:25713
|
|
3
|
+
memory-leak-samples/data.ts:aws-access-token:25717
|
|
4
|
+
memory-leak-samples/data.ts:aws-access-token:25729
|