mis-crystal-design-system 2.4.0 → 2.4.3
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/bundles/mis-crystal-design-system-datepicker_v2.umd.js +2 -2
- package/bundles/mis-crystal-design-system-datepicker_v2.umd.js.map +1 -1
- package/bundles/mis-crystal-design-system-datepicker_v2.umd.min.js +1 -1
- package/bundles/mis-crystal-design-system-datepicker_v2.umd.min.js.map +1 -1
- package/bundles/mis-crystal-design-system-daterangepicker_v2.umd.js +772 -0
- package/bundles/mis-crystal-design-system-daterangepicker_v2.umd.js.map +1 -0
- package/bundles/mis-crystal-design-system-daterangepicker_v2.umd.min.js +16 -0
- package/bundles/mis-crystal-design-system-daterangepicker_v2.umd.min.js.map +1 -0
- package/datepicker_v2/mis-crystal-design-system-datepicker_v2.metadata.json +1 -1
- package/daterangepicker_v2/daterangepicker-constants.d.ts +4 -0
- package/daterangepicker_v2/daterangepicker.module.d.ts +2 -0
- package/{datepicker → daterangepicker_v2}/index.d.ts +0 -0
- package/daterangepicker_v2/mis-crystal-design-system-daterangepicker_v2.d.ts +7 -0
- package/daterangepicker_v2/mis-crystal-design-system-daterangepicker_v2.metadata.json +1 -0
- package/daterangepicker_v2/models/drp-config.model.d.ts +37 -0
- package/daterangepicker_v2/package.json +11 -0
- package/daterangepicker_v2/public_api.d.ts +3 -0
- package/daterangepicker_v2/tz-daterangepicker.directive.d.ts +29 -0
- package/daterangepicker_v2/tz-drp-container/tz-drp-container.component.d.ts +32 -0
- package/daterangepicker_v2/utils/index.d.ts +2 -0
- package/esm2015/datepicker_v2/tz-dp-container/tz-dp-container.component.js +3 -3
- package/esm2015/daterangepicker_v2/daterangepicker-constants.js +5 -0
- package/esm2015/daterangepicker_v2/daterangepicker.module.js +17 -0
- package/esm2015/daterangepicker_v2/index.js +2 -0
- package/esm2015/daterangepicker_v2/mis-crystal-design-system-daterangepicker_v2.js +7 -0
- package/esm2015/daterangepicker_v2/models/drp-config.model.js +2 -0
- package/esm2015/daterangepicker_v2/public_api.js +3 -0
- package/esm2015/daterangepicker_v2/tz-daterangepicker.directive.js +131 -0
- package/esm2015/daterangepicker_v2/tz-drp-container/tz-drp-container.component.js +228 -0
- package/esm2015/daterangepicker_v2/utils/index.js +45 -0
- package/fesm2015/mis-crystal-design-system-datepicker_v2.js +2 -2
- package/fesm2015/mis-crystal-design-system-datepicker_v2.js.map +1 -1
- package/fesm2015/mis-crystal-design-system-daterangepicker_v2.js +423 -0
- package/fesm2015/mis-crystal-design-system-daterangepicker_v2.js.map +1 -0
- package/package.json +1 -1
- package/bundles/mis-crystal-design-system-datepicker.umd.js +0 -13916
- package/bundles/mis-crystal-design-system-datepicker.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-datepicker.umd.min.js +0 -68
- package/bundles/mis-crystal-design-system-datepicker.umd.min.js.map +0 -1
- package/datepicker/base/bs-datepicker-container.d.ts +0 -44
- package/datepicker/bs-datepicker-inline.component.d.ts +0 -61
- package/datepicker/bs-datepicker-inline.config.d.ts +0 -3
- package/datepicker/bs-datepicker-input.directive.d.ts +0 -30
- package/datepicker/bs-datepicker.component.d.ts +0 -123
- package/datepicker/bs-datepicker.config.d.ts +0 -140
- package/datepicker/bs-datepicker.module.d.ts +0 -4
- package/datepicker/bs-daterangepicker-inline.component.d.ts +0 -61
- package/datepicker/bs-daterangepicker-inline.config.d.ts +0 -6
- package/datepicker/bs-daterangepicker-input.directive.d.ts +0 -30
- package/datepicker/bs-daterangepicker.component.d.ts +0 -115
- package/datepicker/bs-daterangepicker.config.d.ts +0 -4
- package/datepicker/bs-locale.service.d.ts +0 -10
- package/datepicker/date-formatter.d.ts +0 -3
- package/datepicker/datepicker-animations.d.ts +0 -3
- package/datepicker/datepicker-inner.component.d.ts +0 -75
- package/datepicker/datepicker.component.d.ts +0 -78
- package/datepicker/datepicker.config.d.ts +0 -19
- package/datepicker/datepicker.module.d.ts +0 -4
- package/datepicker/daypicker.component.d.ts +0 -14
- package/datepicker/engine/calc-days-calendar.d.ts +0 -2
- package/datepicker/engine/flag-days-calendar.d.ts +0 -17
- package/datepicker/engine/flag-months-calendar.d.ts +0 -12
- package/datepicker/engine/flag-years-calendar.d.ts +0 -12
- package/datepicker/engine/format-days-calendar.d.ts +0 -4
- package/datepicker/engine/format-months-calendar.d.ts +0 -2
- package/datepicker/engine/format-years-calendar.d.ts +0 -4
- package/datepicker/engine/view-mode.d.ts +0 -2
- package/datepicker/mis-crystal-design-system-datepicker.d.ts +0 -24
- package/datepicker/mis-crystal-design-system-datepicker.metadata.json +0 -1
- package/datepicker/models/index.d.ts +0 -102
- package/datepicker/monthpicker.component.d.ts +0 -11
- package/datepicker/package.json +0 -11
- package/datepicker/public_api.d.ts +0 -26
- package/datepicker/reducer/_defaults.d.ts +0 -2
- package/datepicker/reducer/bs-datepicker.actions.d.ts +0 -43
- package/datepicker/reducer/bs-datepicker.effects.d.ts +0 -38
- package/datepicker/reducer/bs-datepicker.reducer.d.ts +0 -3
- package/datepicker/reducer/bs-datepicker.state.d.ts +0 -43
- package/datepicker/reducer/bs-datepicker.store.d.ts +0 -5
- package/datepicker/sub-components/chronos/create/check-overflow.d.ts +0 -2
- package/datepicker/sub-components/chronos/create/clone.d.ts +0 -1
- package/datepicker/sub-components/chronos/create/date-from-array.d.ts +0 -2
- package/datepicker/sub-components/chronos/create/from-anything.d.ts +0 -4
- package/datepicker/sub-components/chronos/create/from-array.d.ts +0 -2
- package/datepicker/sub-components/chronos/create/from-object.d.ts +0 -2
- package/datepicker/sub-components/chronos/create/from-string-and-array.d.ts +0 -2
- package/datepicker/sub-components/chronos/create/from-string-and-format.d.ts +0 -4
- package/datepicker/sub-components/chronos/create/from-string.d.ts +0 -4
- package/datepicker/sub-components/chronos/create/local.d.ts +0 -3
- package/datepicker/sub-components/chronos/create/parsing-flags.d.ts +0 -2
- package/datepicker/sub-components/chronos/create/parsing.types.d.ts +0 -64
- package/datepicker/sub-components/chronos/create/valid.d.ts +0 -6
- package/datepicker/sub-components/chronos/duration/bubble.d.ts +0 -4
- package/datepicker/sub-components/chronos/duration/constructor.d.ts +0 -21
- package/datepicker/sub-components/chronos/duration/create.d.ts +0 -8
- package/datepicker/sub-components/chronos/duration/humanize.d.ts +0 -5
- package/datepicker/sub-components/chronos/duration/valid.d.ts +0 -2
- package/datepicker/sub-components/chronos/format/format.d.ts +0 -11
- package/datepicker/sub-components/chronos/format.d.ts +0 -5
- package/datepicker/sub-components/chronos/i18n/ar.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/bg.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/ca.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/cs.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/da.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/de.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/en-gb.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/es-do.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/es-us.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/es.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/et.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/fi.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/fr.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/gl.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/he.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/hi.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/hr.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/hu.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/id.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/it.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/ja.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/ka.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/kk.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/ko.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/lt.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/lv.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/mn.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/nb.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/nl-be.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/nl.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/pl.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/pt-br.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/ro.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/ru.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/sk.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/sl.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/sq.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/sv.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/th-be.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/th.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/tr.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/uk.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/vi.d.ts +0 -2
- package/datepicker/sub-components/chronos/i18n/zh-cn.d.ts +0 -2
- package/datepicker/sub-components/chronos/index.d.ts +0 -1
- package/datepicker/sub-components/chronos/locale/calendar.d.ts +0 -8
- package/datepicker/sub-components/chronos/locale/locale.class.d.ts +0 -143
- package/datepicker/sub-components/chronos/locale/locale.defaults.d.ts +0 -11
- package/datepicker/sub-components/chronos/locale/locales.d.ts +0 -7
- package/datepicker/sub-components/chronos/moment/add-subtract.d.ts +0 -5
- package/datepicker/sub-components/chronos/moment/calendar.d.ts +0 -15
- package/datepicker/sub-components/chronos/moment/diff.d.ts +0 -3
- package/datepicker/sub-components/chronos/moment/min-max.d.ts +0 -2
- package/datepicker/sub-components/chronos/parse/regex.d.ts +0 -22
- package/datepicker/sub-components/chronos/parse/token.d.ts +0 -5
- package/datepicker/sub-components/chronos/public_api.d.ts +0 -57
- package/datepicker/sub-components/chronos/test/chain.d.ts +0 -214
- package/datepicker/sub-components/chronos/types.d.ts +0 -36
- package/datepicker/sub-components/chronos/units/aliases.d.ts +0 -7
- package/datepicker/sub-components/chronos/units/constants.d.ts +0 -9
- package/datepicker/sub-components/chronos/units/day-of-month.d.ts +0 -1
- package/datepicker/sub-components/chronos/units/day-of-week.d.ts +0 -20
- package/datepicker/sub-components/chronos/units/day-of-year.d.ts +0 -3
- package/datepicker/sub-components/chronos/units/hour.d.ts +0 -1
- package/datepicker/sub-components/chronos/units/index.d.ts +0 -18
- package/datepicker/sub-components/chronos/units/millisecond.d.ts +0 -1
- package/datepicker/sub-components/chronos/units/minute.d.ts +0 -1
- package/datepicker/sub-components/chronos/units/month.d.ts +0 -2
- package/datepicker/sub-components/chronos/units/offset.d.ts +0 -10
- package/datepicker/sub-components/chronos/units/priorities.d.ts +0 -1
- package/datepicker/sub-components/chronos/units/quarter.d.ts +0 -3
- package/datepicker/sub-components/chronos/units/second.d.ts +0 -1
- package/datepicker/sub-components/chronos/units/timestamp.d.ts +0 -1
- package/datepicker/sub-components/chronos/units/timezone.d.ts +0 -3
- package/datepicker/sub-components/chronos/units/week-calendar-utils.d.ts +0 -9
- package/datepicker/sub-components/chronos/units/week-year.d.ts +0 -8
- package/datepicker/sub-components/chronos/units/week.d.ts +0 -6
- package/datepicker/sub-components/chronos/units/year.d.ts +0 -4
- package/datepicker/sub-components/chronos/utils/abs-ceil.d.ts +0 -1
- package/datepicker/sub-components/chronos/utils/abs-round.d.ts +0 -1
- package/datepicker/sub-components/chronos/utils/compare-arrays.d.ts +0 -1
- package/datepicker/sub-components/chronos/utils/date-compare.d.ts +0 -9
- package/datepicker/sub-components/chronos/utils/date-getters.d.ts +0 -18
- package/datepicker/sub-components/chronos/utils/date-setters.d.ts +0 -12
- package/datepicker/sub-components/chronos/utils/defaults.d.ts +0 -1
- package/datepicker/sub-components/chronos/utils/start-end-of.d.ts +0 -3
- package/datepicker/sub-components/chronos/utils/type-checks.d.ts +0 -12
- package/datepicker/sub-components/chronos/utils/zero-fill.d.ts +0 -1
- package/datepicker/sub-components/chronos/utils.d.ts +0 -2
- package/datepicker/sub-components/component-loader/bs-component-ref.class.d.ts +0 -5
- package/datepicker/sub-components/component-loader/component-loader.class.d.ts +0 -75
- package/datepicker/sub-components/component-loader/component-loader.factory.d.ts +0 -18
- package/datepicker/sub-components/component-loader/content-ref.class.d.ts +0 -7
- package/datepicker/sub-components/component-loader/index.d.ts +0 -1
- package/datepicker/sub-components/component-loader/listen-options.model.d.ts +0 -11
- package/datepicker/sub-components/component-loader/public_api.d.ts +0 -4
- package/datepicker/sub-components/mini-ngrx/index.d.ts +0 -1
- package/datepicker/sub-components/mini-ngrx/public_api.d.ts +0 -7
- package/datepicker/sub-components/mini-ngrx/state.class.d.ts +0 -8
- package/datepicker/sub-components/mini-ngrx/store.class.d.ts +0 -16
- package/datepicker/sub-components/positioning/index.d.ts +0 -1
- package/datepicker/sub-components/positioning/models/index.d.ts +0 -41
- package/datepicker/sub-components/positioning/modifiers/arrow.d.ts +0 -2
- package/datepicker/sub-components/positioning/modifiers/flip.d.ts +0 -2
- package/datepicker/sub-components/positioning/modifiers/index.d.ts +0 -5
- package/datepicker/sub-components/positioning/modifiers/initData.d.ts +0 -2
- package/datepicker/sub-components/positioning/modifiers/preventOverflow.d.ts +0 -2
- package/datepicker/sub-components/positioning/modifiers/shift.d.ts +0 -2
- package/datepicker/sub-components/positioning/ng-positioning.d.ts +0 -8
- package/datepicker/sub-components/positioning/positioning.service.d.ts +0 -45
- package/datepicker/sub-components/positioning/public_api.d.ts +0 -2
- package/datepicker/sub-components/positioning/utils/computeAutoPlacement.d.ts +0 -2
- package/datepicker/sub-components/positioning/utils/findCommonOffsetParent.d.ts +0 -1
- package/datepicker/sub-components/positioning/utils/getBordersSize.d.ts +0 -4
- package/datepicker/sub-components/positioning/utils/getBoundaries.d.ts +0 -1
- package/datepicker/sub-components/positioning/utils/getBoundingClientRect.d.ts +0 -2
- package/datepicker/sub-components/positioning/utils/getClientRect.d.ts +0 -5
- package/datepicker/sub-components/positioning/utils/getFixedPositionOffsetParent.d.ts +0 -4
- package/datepicker/sub-components/positioning/utils/getOffsetParent.d.ts +0 -1
- package/datepicker/sub-components/positioning/utils/getOffsetRectRelativeToArbitraryNode.d.ts +0 -2
- package/datepicker/sub-components/positioning/utils/getOffsets.d.ts +0 -2
- package/datepicker/sub-components/positioning/utils/getOppositePlacement.d.ts +0 -4
- package/datepicker/sub-components/positioning/utils/getOppositeVariation.d.ts +0 -4
- package/datepicker/sub-components/positioning/utils/getOuterSizes.d.ts +0 -7
- package/datepicker/sub-components/positioning/utils/getParentNode.d.ts +0 -4
- package/datepicker/sub-components/positioning/utils/getReferenceOffsets.d.ts +0 -2
- package/datepicker/sub-components/positioning/utils/getRoot.d.ts +0 -4
- package/datepicker/sub-components/positioning/utils/getScroll.d.ts +0 -4
- package/datepicker/sub-components/positioning/utils/getScrollParent.d.ts +0 -1
- package/datepicker/sub-components/positioning/utils/getStyleComputedProperty.d.ts +0 -4
- package/datepicker/sub-components/positioning/utils/getTargetOffsets.d.ts +0 -2
- package/datepicker/sub-components/positioning/utils/getViewportOffsetRectRelativeToArtbitraryNode.d.ts +0 -2
- package/datepicker/sub-components/positioning/utils/getWindowSizes.d.ts +0 -4
- package/datepicker/sub-components/positioning/utils/includeScroll.d.ts +0 -2
- package/datepicker/sub-components/positioning/utils/index.d.ts +0 -23
- package/datepicker/sub-components/positioning/utils/isBrowser.d.ts +0 -1
- package/datepicker/sub-components/positioning/utils/isFixed.d.ts +0 -1
- package/datepicker/sub-components/positioning/utils/isIE.d.ts +0 -1
- package/datepicker/sub-components/positioning/utils/isModifierEnabled.d.ts +0 -4
- package/datepicker/sub-components/positioning/utils/isNumeric.d.ts +0 -4
- package/datepicker/sub-components/positioning/utils/isOffsetContainer.d.ts +0 -1
- package/datepicker/sub-components/positioning/utils/setStyles.d.ts +0 -5
- package/datepicker/sub-components/positioning/utils/updateContainerClass.d.ts +0 -6
- package/datepicker/sub-components/tooltip/index.d.ts +0 -1
- package/datepicker/sub-components/tooltip/public_api.d.ts +0 -4
- package/datepicker/sub-components/tooltip/tooltip-container.component.d.ts +0 -14
- package/datepicker/sub-components/tooltip/tooltip.config.d.ts +0 -13
- package/datepicker/sub-components/tooltip/tooltip.directive.d.ts +0 -109
- package/datepicker/sub-components/tooltip/tooltip.module.d.ts +0 -4
- package/datepicker/sub-components/utils/decorators.d.ts +0 -1
- package/datepicker/sub-components/utils/facade/browser.d.ts +0 -23
- package/datepicker/sub-components/utils/index.d.ts +0 -1
- package/datepicker/sub-components/utils/linked-list.class.d.ts +0 -26
- package/datepicker/sub-components/utils/public_api.d.ts +0 -10
- package/datepicker/sub-components/utils/theme-provider.d.ts +0 -2
- package/datepicker/sub-components/utils/trigger.class.d.ts +0 -6
- package/datepicker/sub-components/utils/triggers.d.ts +0 -18
- package/datepicker/sub-components/utils/utils.class.d.ts +0 -4
- package/datepicker/sub-components/utils/warn-once.d.ts +0 -1
- package/datepicker/themes/bs/bs-calendar-layout.component.d.ts +0 -2
- package/datepicker/themes/bs/bs-current-date-view.component.d.ts +0 -3
- package/datepicker/themes/bs/bs-custom-dates-view.component.d.ts +0 -14
- package/datepicker/themes/bs/bs-datepicker-container.component.d.ts +0 -33
- package/datepicker/themes/bs/bs-datepicker-day-decorator.directive.d.ts +0 -11
- package/datepicker/themes/bs/bs-datepicker-inline-container.component.d.ts +0 -10
- package/datepicker/themes/bs/bs-datepicker-navigation-view.component.d.ts +0 -9
- package/datepicker/themes/bs/bs-daterangepicker-container.component.d.ts +0 -37
- package/datepicker/themes/bs/bs-daterangepicker-inline-container.component.d.ts +0 -10
- package/datepicker/themes/bs/bs-days-calendar-view.component.d.ts +0 -23
- package/datepicker/themes/bs/bs-months-calendar-view.component.d.ts +0 -13
- package/datepicker/themes/bs/bs-timepicker-view.component.d.ts +0 -5
- package/datepicker/themes/bs/bs-years-calendar-view.component.d.ts +0 -13
- package/datepicker/utils/bs-calendar-utils.d.ts +0 -10
- package/datepicker/utils/matrix-utils.d.ts +0 -9
- package/datepicker/yearpicker.component.d.ts +0 -11
- package/esm2015/datepicker/base/bs-datepicker-container.js +0 -47
- package/esm2015/datepicker/bs-datepicker-inline.component.js +0 -132
- package/esm2015/datepicker/bs-datepicker-inline.config.js +0 -12
- package/esm2015/datepicker/bs-datepicker-input.directive.js +0 -159
- package/esm2015/datepicker/bs-datepicker.component.js +0 -238
- package/esm2015/datepicker/bs-datepicker.config.js +0 -85
- package/esm2015/datepicker/bs-datepicker.module.js +0 -101
- package/esm2015/datepicker/bs-daterangepicker-inline.component.js +0 -129
- package/esm2015/datepicker/bs-daterangepicker-inline.config.js +0 -19
- package/esm2015/datepicker/bs-daterangepicker-input.directive.js +0 -191
- package/esm2015/datepicker/bs-daterangepicker.component.js +0 -227
- package/esm2015/datepicker/bs-daterangepicker.config.js +0 -17
- package/esm2015/datepicker/bs-locale.service.js +0 -28
- package/esm2015/datepicker/date-formatter.js +0 -7
- package/esm2015/datepicker/datepicker-animations.js +0 -16
- package/esm2015/datepicker/datepicker-inner.component.js +0 -282
- package/esm2015/datepicker/datepicker.component.js +0 -140
- package/esm2015/datepicker/datepicker.config.js +0 -30
- package/esm2015/datepicker/datepicker.module.js +0 -35
- package/esm2015/datepicker/daypicker.component.js +0 -174
- package/esm2015/datepicker/engine/calc-days-calendar.js +0 -19
- package/esm2015/datepicker/engine/flag-days-calendar.js +0 -91
- package/esm2015/datepicker/engine/flag-months-calendar.js +0 -41
- package/esm2015/datepicker/engine/flag-years-calendar.js +0 -39
- package/esm2015/datepicker/engine/format-days-calendar.js +0 -29
- package/esm2015/datepicker/engine/format-months-calendar.js +0 -19
- package/esm2015/datepicker/engine/format-years-calendar.js +0 -35
- package/esm2015/datepicker/engine/view-mode.js +0 -4
- package/esm2015/datepicker/index.js +0 -2
- package/esm2015/datepicker/mis-crystal-design-system-datepicker.js +0 -25
- package/esm2015/datepicker/models/index.js +0 -9
- package/esm2015/datepicker/monthpicker.component.js +0 -87
- package/esm2015/datepicker/public_api.js +0 -26
- package/esm2015/datepicker/reducer/_defaults.js +0 -5
- package/esm2015/datepicker/reducer/bs-datepicker.actions.js +0 -132
- package/esm2015/datepicker/reducer/bs-datepicker.effects.js +0 -170
- package/esm2015/datepicker/reducer/bs-datepicker.reducer.js +0 -302
- package/esm2015/datepicker/reducer/bs-datepicker.state.js +0 -12
- package/esm2015/datepicker/reducer/bs-datepicker.store.js +0 -19
- package/esm2015/datepicker/sub-components/chronos/create/check-overflow.js +0 -30
- package/esm2015/datepicker/sub-components/chronos/create/clone.js +0 -6
- package/esm2015/datepicker/sub-components/chronos/create/date-from-array.js +0 -17
- package/esm2015/datepicker/sub-components/chronos/create/from-anything.js +0 -107
- package/esm2015/datepicker/sub-components/chronos/create/from-array.js +0 -136
- package/esm2015/datepicker/sub-components/chronos/create/from-object.js +0 -17
- package/esm2015/datepicker/sub-components/chronos/create/from-string-and-array.js +0 -38
- package/esm2015/datepicker/sub-components/chronos/create/from-string-and-format.js +0 -106
- package/esm2015/datepicker/sub-components/chronos/create/from-string.js +0 -227
- package/esm2015/datepicker/sub-components/chronos/create/local.js +0 -16
- package/esm2015/datepicker/sub-components/chronos/create/parsing-flags.js +0 -26
- package/esm2015/datepicker/sub-components/chronos/create/parsing.types.js +0 -2
- package/esm2015/datepicker/sub-components/chronos/create/valid.js +0 -42
- package/esm2015/datepicker/sub-components/chronos/duration/bubble.js +0 -47
- package/esm2015/datepicker/sub-components/chronos/duration/constructor.js +0 -130
- package/esm2015/datepicker/sub-components/chronos/duration/create.js +0 -113
- package/esm2015/datepicker/sub-components/chronos/duration/humanize.js +0 -80
- package/esm2015/datepicker/sub-components/chronos/duration/valid.js +0 -45
- package/esm2015/datepicker/sub-components/chronos/format/format.js +0 -51
- package/esm2015/datepicker/sub-components/chronos/format.js +0 -46
- package/esm2015/datepicker/sub-components/chronos/i18n/ar.js +0 -131
- package/esm2015/datepicker/sub-components/chronos/i18n/bg.js +0 -96
- package/esm2015/datepicker/sub-components/chronos/i18n/ca.js +0 -91
- package/esm2015/datepicker/sub-components/chronos/i18n/cs.js +0 -181
- package/esm2015/datepicker/sub-components/chronos/i18n/da.js +0 -50
- package/esm2015/datepicker/sub-components/chronos/i18n/de.js +0 -72
- package/esm2015/datepicker/sub-components/chronos/i18n/en-gb.js +0 -61
- package/esm2015/datepicker/sub-components/chronos/i18n/es-do.js +0 -85
- package/esm2015/datepicker/sub-components/chronos/i18n/es-us.js +0 -79
- package/esm2015/datepicker/sub-components/chronos/i18n/es.js +0 -84
- package/esm2015/datepicker/sub-components/chronos/i18n/et.js +0 -75
- package/esm2015/datepicker/sub-components/chronos/i18n/fi.js +0 -100
- package/esm2015/datepicker/sub-components/chronos/i18n/fr.js +0 -76
- package/esm2015/datepicker/sub-components/chronos/i18n/gl.js +0 -84
- package/esm2015/datepicker/sub-components/chronos/i18n/he.js +0 -98
- package/esm2015/datepicker/sub-components/chronos/i18n/hi.js +0 -124
- package/esm2015/datepicker/sub-components/chronos/i18n/hr.js +0 -62
- package/esm2015/datepicker/sub-components/chronos/i18n/hu.js +0 -104
- package/esm2015/datepicker/sub-components/chronos/i18n/id.js +0 -83
- package/esm2015/datepicker/sub-components/chronos/i18n/it.js +0 -65
- package/esm2015/datepicker/sub-components/chronos/i18n/ja.js +0 -75
- package/esm2015/datepicker/sub-components/chronos/i18n/ka.js +0 -87
- package/esm2015/datepicker/sub-components/chronos/i18n/kk.js +0 -76
- package/esm2015/datepicker/sub-components/chronos/i18n/ko.js +0 -77
- package/esm2015/datepicker/sub-components/chronos/i18n/lt.js +0 -116
- package/esm2015/datepicker/sub-components/chronos/i18n/lv.js +0 -56
- package/esm2015/datepicker/sub-components/chronos/i18n/mn.js +0 -99
- package/esm2015/datepicker/sub-components/chronos/i18n/nb.js +0 -53
- package/esm2015/datepicker/sub-components/chronos/i18n/nl-be.js +0 -81
- package/esm2015/datepicker/sub-components/chronos/i18n/nl.js +0 -80
- package/esm2015/datepicker/sub-components/chronos/i18n/pl.js +0 -126
- package/esm2015/datepicker/sub-components/chronos/i18n/pt-br.js +0 -56
- package/esm2015/datepicker/sub-components/chronos/i18n/ro.js +0 -66
- package/esm2015/datepicker/sub-components/chronos/i18n/ru.js +0 -181
- package/esm2015/datepicker/sub-components/chronos/i18n/sk.js +0 -157
- package/esm2015/datepicker/sub-components/chronos/i18n/sl.js +0 -184
- package/esm2015/datepicker/sub-components/chronos/i18n/sq.js +0 -54
- package/esm2015/datepicker/sub-components/chronos/i18n/sv.js +0 -63
- package/esm2015/datepicker/sub-components/chronos/i18n/th-be.js +0 -74
- package/esm2015/datepicker/sub-components/chronos/i18n/th.js +0 -59
- package/esm2015/datepicker/sub-components/chronos/i18n/tr.js +0 -82
- package/esm2015/datepicker/sub-components/chronos/i18n/uk.js +0 -147
- package/esm2015/datepicker/sub-components/chronos/i18n/vi.js +0 -74
- package/esm2015/datepicker/sub-components/chronos/i18n/zh-cn.js +0 -114
- package/esm2015/datepicker/sub-components/chronos/index.js +0 -2
- package/esm2015/datepicker/sub-components/chronos/locale/calendar.js +0 -9
- package/esm2015/datepicker/sub-components/chronos/locale/locale.class.js +0 -532
- package/esm2015/datepicker/sub-components/chronos/locale/locale.defaults.js +0 -40
- package/esm2015/datepicker/sub-components/chronos/locale/locales.js +0 -229
- package/esm2015/datepicker/sub-components/chronos/moment/add-subtract.js +0 -35
- package/esm2015/datepicker/sub-components/chronos/moment/calendar.js +0 -41
- package/esm2015/datepicker/sub-components/chronos/moment/diff.js +0 -70
- package/esm2015/datepicker/sub-components/chronos/moment/min-max.js +0 -38
- package/esm2015/datepicker/sub-components/chronos/parse/regex.js +0 -49
- package/esm2015/datepicker/sub-components/chronos/parse/token.js +0 -32
- package/esm2015/datepicker/sub-components/chronos/public_api.js +0 -56
- package/esm2015/datepicker/sub-components/chronos/test/chain.js +0 -711
- package/esm2015/datepicker/sub-components/chronos/types.js +0 -2
- package/esm2015/datepicker/sub-components/chronos/units/aliases.js +0 -35
- package/esm2015/datepicker/sub-components/chronos/units/constants.js +0 -11
- package/esm2015/datepicker/sub-components/chronos/units/day-of-month.js +0 -31
- package/esm2015/datepicker/sub-components/chronos/units/day-of-week.js +0 -129
- package/esm2015/datepicker/sub-components/chronos/units/day-of-year.js +0 -37
- package/esm2015/datepicker/sub-components/chronos/units/hour.js +0 -127
- package/esm2015/datepicker/sub-components/chronos/units/index.js +0 -19
- package/esm2015/datepicker/sub-components/chronos/units/millisecond.js +0 -60
- package/esm2015/datepicker/sub-components/chronos/units/minute.js +0 -23
- package/esm2015/datepicker/sub-components/chronos/units/month.js +0 -63
- package/esm2015/datepicker/sub-components/chronos/units/offset.js +0 -210
- package/esm2015/datepicker/sub-components/chronos/units/priorities.js +0 -21
- package/esm2015/datepicker/sub-components/chronos/units/quarter.js +0 -39
- package/esm2015/datepicker/sub-components/chronos/units/second.js +0 -23
- package/esm2015/datepicker/sub-components/chronos/units/timestamp.js +0 -28
- package/esm2015/datepicker/sub-components/chronos/units/timezone.js +0 -19
- package/esm2015/datepicker/sub-components/chronos/units/week-calendar-utils.js +0 -70
- package/esm2015/datepicker/sub-components/chronos/units/week-year.js +0 -101
- package/esm2015/datepicker/sub-components/chronos/units/week.js +0 -58
- package/esm2015/datepicker/sub-components/chronos/units/year.js +0 -60
- package/esm2015/datepicker/sub-components/chronos/utils/abs-ceil.js +0 -4
- package/esm2015/datepicker/sub-components/chronos/utils/abs-round.js +0 -4
- package/esm2015/datepicker/sub-components/chronos/utils/compare-arrays.js +0 -16
- package/esm2015/datepicker/sub-components/chronos/utils/date-compare.js +0 -55
- package/esm2015/datepicker/sub-components/chronos/utils/date-getters.js +0 -67
- package/esm2015/datepicker/sub-components/chronos/utils/date-setters.js +0 -75
- package/esm2015/datepicker/sub-components/chronos/utils/defaults.js +0 -11
- package/esm2015/datepicker/sub-components/chronos/utils/start-end-of.js +0 -57
- package/esm2015/datepicker/sub-components/chronos/utils/type-checks.js +0 -56
- package/esm2015/datepicker/sub-components/chronos/utils/zero-fill.js +0 -10
- package/esm2015/datepicker/sub-components/chronos/utils.js +0 -7
- package/esm2015/datepicker/sub-components/component-loader/bs-component-ref.class.js +0 -3
- package/esm2015/datepicker/sub-components/component-loader/component-loader.class.js +0 -272
- package/esm2015/datepicker/sub-components/component-loader/component-loader.factory.js +0 -32
- package/esm2015/datepicker/sub-components/component-loader/content-ref.class.js +0 -12
- package/esm2015/datepicker/sub-components/component-loader/index.js +0 -2
- package/esm2015/datepicker/sub-components/component-loader/listen-options.model.js +0 -2
- package/esm2015/datepicker/sub-components/component-loader/public_api.js +0 -5
- package/esm2015/datepicker/sub-components/mini-ngrx/index.js +0 -2
- package/esm2015/datepicker/sub-components/mini-ngrx/public_api.js +0 -3
- package/esm2015/datepicker/sub-components/mini-ngrx/state.class.js +0 -16
- package/esm2015/datepicker/sub-components/mini-ngrx/store.class.js +0 -43
- package/esm2015/datepicker/sub-components/positioning/index.js +0 -2
- package/esm2015/datepicker/sub-components/positioning/models/index.js +0 -2
- package/esm2015/datepicker/sub-components/positioning/modifiers/arrow.js +0 -56
- package/esm2015/datepicker/sub-components/positioning/modifiers/flip.js +0 -60
- package/esm2015/datepicker/sub-components/positioning/modifiers/index.js +0 -6
- package/esm2015/datepicker/sub-components/positioning/modifiers/initData.js +0 -42
- package/esm2015/datepicker/sub-components/positioning/modifiers/preventOverflow.js +0 -56
- package/esm2015/datepicker/sub-components/positioning/modifiers/shift.js +0 -22
- package/esm2015/datepicker/sub-components/positioning/ng-positioning.js +0 -30
- package/esm2015/datepicker/sub-components/positioning/positioning.service.js +0 -71
- package/esm2015/datepicker/sub-components/positioning/public_api.js +0 -3
- package/esm2015/datepicker/sub-components/positioning/utils/computeAutoPlacement.js +0 -53
- package/esm2015/datepicker/sub-components/positioning/utils/findCommonOffsetParent.js +0 -40
- package/esm2015/datepicker/sub-components/positioning/utils/getBordersSize.js +0 -10
- package/esm2015/datepicker/sub-components/positioning/utils/getBoundaries.js +0 -56
- package/esm2015/datepicker/sub-components/positioning/utils/getBoundingClientRect.js +0 -55
- package/esm2015/datepicker/sub-components/positioning/utils/getClientRect.js +0 -4
- package/esm2015/datepicker/sub-components/positioning/utils/getFixedPositionOffsetParent.js +0 -17
- package/esm2015/datepicker/sub-components/positioning/utils/getOffsetParent.js +0 -32
- package/esm2015/datepicker/sub-components/positioning/utils/getOffsetRectRelativeToArbitraryNode.js +0 -51
- package/esm2015/datepicker/sub-components/positioning/utils/getOffsets.js +0 -11
- package/esm2015/datepicker/sub-components/positioning/utils/getOppositePlacement.js +0 -8
- package/esm2015/datepicker/sub-components/positioning/utils/getOppositeVariation.js +0 -13
- package/esm2015/datepicker/sub-components/positioning/utils/getOuterSizes.js +0 -14
- package/esm2015/datepicker/sub-components/positioning/utils/getParentNode.js +0 -10
- package/esm2015/datepicker/sub-components/positioning/utils/getReferenceOffsets.js +0 -13
- package/esm2015/datepicker/sub-components/positioning/utils/getRoot.js +0 -10
- package/esm2015/datepicker/sub-components/positioning/utils/getScroll.js +0 -14
- package/esm2015/datepicker/sub-components/positioning/utils/getScrollParent.js +0 -26
- package/esm2015/datepicker/sub-components/positioning/utils/getStyleComputedProperty.js +0 -13
- package/esm2015/datepicker/sub-components/positioning/utils/getTargetOffsets.js +0 -30
- package/esm2015/datepicker/sub-components/positioning/utils/getViewportOffsetRectRelativeToArtbitraryNode.js +0 -19
- package/esm2015/datepicker/sub-components/positioning/utils/getWindowSizes.js +0 -18
- package/esm2015/datepicker/sub-components/positioning/utils/includeScroll.js +0 -15
- package/esm2015/datepicker/sub-components/positioning/utils/index.js +0 -24
- package/esm2015/datepicker/sub-components/positioning/utils/isBrowser.js +0 -2
- package/esm2015/datepicker/sub-components/positioning/utils/isFixed.js +0 -16
- package/esm2015/datepicker/sub-components/positioning/utils/isIE.js +0 -16
- package/esm2015/datepicker/sub-components/positioning/utils/isModifierEnabled.js +0 -10
- package/esm2015/datepicker/sub-components/positioning/utils/isNumeric.js +0 -7
- package/esm2015/datepicker/sub-components/positioning/utils/isOffsetContainer.js +0 -9
- package/esm2015/datepicker/sub-components/positioning/utils/setStyles.js +0 -17
- package/esm2015/datepicker/sub-components/positioning/utils/updateContainerClass.js +0 -22
- package/esm2015/datepicker/sub-components/tooltip/index.js +0 -2
- package/esm2015/datepicker/sub-components/tooltip/public_api.js +0 -5
- package/esm2015/datepicker/sub-components/tooltip/tooltip-container.component.js +0 -63
- package/esm2015/datepicker/sub-components/tooltip/tooltip.config.js +0 -22
- package/esm2015/datepicker/sub-components/tooltip/tooltip.directive.js +0 -282
- package/esm2015/datepicker/sub-components/tooltip/tooltip.module.js +0 -23
- package/esm2015/datepicker/sub-components/utils/decorators.js +0 -25
- package/esm2015/datepicker/sub-components/utils/facade/browser.js +0 -24
- package/esm2015/datepicker/sub-components/utils/index.js +0 -2
- package/esm2015/datepicker/sub-components/utils/linked-list.class.js +0 -240
- package/esm2015/datepicker/sub-components/utils/public_api.js +0 -11
- package/esm2015/datepicker/sub-components/utils/theme-provider.js +0 -35
- package/esm2015/datepicker/sub-components/utils/trigger.class.js +0 -10
- package/esm2015/datepicker/sub-components/utils/triggers.js +0 -110
- package/esm2015/datepicker/sub-components/utils/utils.class.js +0 -21
- package/esm2015/datepicker/sub-components/utils/warn-once.js +0 -12
- package/esm2015/datepicker/themes/bs/bs-calendar-layout.component.js +0 -25
- package/esm2015/datepicker/themes/bs/bs-current-date-view.component.js +0 -13
- package/esm2015/datepicker/themes/bs/bs-custom-dates-view.component.js +0 -44
- package/esm2015/datepicker/themes/bs/bs-datepicker-container.component.js +0 -152
- package/esm2015/datepicker/themes/bs/bs-datepicker-day-decorator.directive.js +0 -47
- package/esm2015/datepicker/themes/bs/bs-datepicker-inline-container.component.js +0 -36
- package/esm2015/datepicker/themes/bs/bs-datepicker-navigation-view.component.js +0 -63
- package/esm2015/datepicker/themes/bs/bs-daterangepicker-container.component.js +0 -195
- package/esm2015/datepicker/themes/bs/bs-daterangepicker-inline-container.component.js +0 -36
- package/esm2015/datepicker/themes/bs/bs-days-calendar-view.component.js +0 -162
- package/esm2015/datepicker/themes/bs/bs-months-calendar-view.component.js +0 -60
- package/esm2015/datepicker/themes/bs/bs-timepicker-view.component.js +0 -34
- package/esm2015/datepicker/themes/bs/bs-years-calendar-view.component.js +0 -61
- package/esm2015/datepicker/utils/bs-calendar-utils.js +0 -43
- package/esm2015/datepicker/utils/matrix-utils.js +0 -14
- package/esm2015/datepicker/yearpicker.component.js +0 -90
- package/fesm2015/mis-crystal-design-system-datepicker.js +0 -13512
- package/fesm2015/mis-crystal-design-system-datepicker.js.map +0 -1
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit } from '@angular/core';
|
|
2
|
-
import { TooltipConfig } from './tooltip.config';
|
|
3
|
-
export declare class TooltipContainerComponent implements AfterViewInit {
|
|
4
|
-
classMap: {
|
|
5
|
-
[key: string]: boolean;
|
|
6
|
-
};
|
|
7
|
-
placement: string;
|
|
8
|
-
containerClass: string;
|
|
9
|
-
animation: boolean;
|
|
10
|
-
id: string;
|
|
11
|
-
get isBs3(): boolean;
|
|
12
|
-
constructor(config: TooltipConfig);
|
|
13
|
-
ngAfterViewInit(): void;
|
|
14
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/** Default values provider for tooltip */
|
|
2
|
-
export declare class TooltipConfig {
|
|
3
|
-
/** sets disable adaptive position */
|
|
4
|
-
adaptivePosition: boolean;
|
|
5
|
-
/** tooltip placement, supported positions: 'top', 'bottom', 'left', 'right' */
|
|
6
|
-
placement: string;
|
|
7
|
-
/** array of event names which triggers tooltip opening */
|
|
8
|
-
triggers: string;
|
|
9
|
-
/** a selector specifying the element the tooltip should be appended to. */
|
|
10
|
-
container: string;
|
|
11
|
-
/** delay before showing the tooltip */
|
|
12
|
-
delay: number;
|
|
13
|
-
}
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { TooltipConfig } from './tooltip.config';
|
|
3
|
-
import { ComponentLoaderFactory } from '../component-loader';
|
|
4
|
-
import { PositioningService } from '../positioning';
|
|
5
|
-
export declare class TooltipDirective implements OnInit, OnDestroy {
|
|
6
|
-
private _elementRef;
|
|
7
|
-
private _renderer;
|
|
8
|
-
private _positionService;
|
|
9
|
-
tooltipId: number;
|
|
10
|
-
/** sets disable adaptive position */
|
|
11
|
-
adaptivePosition: boolean;
|
|
12
|
-
/**
|
|
13
|
-
* Content to be displayed as tooltip.
|
|
14
|
-
*/
|
|
15
|
-
tooltip: string | TemplateRef<any>;
|
|
16
|
-
/** Fired when tooltip content changes */
|
|
17
|
-
tooltipChange: EventEmitter<string | TemplateRef<any>>;
|
|
18
|
-
/**
|
|
19
|
-
* Placement of a tooltip. Accepts: "top", "bottom", "left", "right"
|
|
20
|
-
*/
|
|
21
|
-
placement: string;
|
|
22
|
-
/**
|
|
23
|
-
* Specifies events that should trigger. Supports a space separated list of
|
|
24
|
-
* event names.
|
|
25
|
-
*/
|
|
26
|
-
triggers: string;
|
|
27
|
-
/**
|
|
28
|
-
* A selector specifying the element the tooltip should be appended to.
|
|
29
|
-
*/
|
|
30
|
-
container: string;
|
|
31
|
-
/**
|
|
32
|
-
* Css class for tooltip container
|
|
33
|
-
*/
|
|
34
|
-
containerClass: string;
|
|
35
|
-
boundariesElement: ('viewport' | 'scrollParent' | 'window');
|
|
36
|
-
/**
|
|
37
|
-
* Returns whether or not the tooltip is currently being shown
|
|
38
|
-
*/
|
|
39
|
-
get isOpen(): boolean;
|
|
40
|
-
set isOpen(value: boolean);
|
|
41
|
-
/**
|
|
42
|
-
* Allows to disable tooltip
|
|
43
|
-
*/
|
|
44
|
-
isDisabled: boolean;
|
|
45
|
-
/**
|
|
46
|
-
* Delay before showing the tooltip
|
|
47
|
-
*/
|
|
48
|
-
delay: number;
|
|
49
|
-
/**
|
|
50
|
-
* Emits an event when the tooltip is shown
|
|
51
|
-
*/
|
|
52
|
-
onShown: EventEmitter<any>;
|
|
53
|
-
/**
|
|
54
|
-
* Emits an event when the tooltip is hidden
|
|
55
|
-
*/
|
|
56
|
-
onHidden: EventEmitter<any>;
|
|
57
|
-
/** @deprecated - please use `tooltip` instead */
|
|
58
|
-
set htmlContent(value: string | TemplateRef<any>);
|
|
59
|
-
/** @deprecated - please use `placement` instead */
|
|
60
|
-
set _placement(value: string);
|
|
61
|
-
/** @deprecated - please use `isOpen` instead */
|
|
62
|
-
set _isOpen(value: boolean);
|
|
63
|
-
get _isOpen(): boolean;
|
|
64
|
-
/** @deprecated - please use `isDisabled` instead */
|
|
65
|
-
set _enable(value: boolean);
|
|
66
|
-
get _enable(): boolean;
|
|
67
|
-
/** @deprecated - please use `container="body"` instead */
|
|
68
|
-
set _appendToBody(value: boolean);
|
|
69
|
-
get _appendToBody(): boolean;
|
|
70
|
-
/** @deprecated - removed, will be added to configuration */
|
|
71
|
-
tooltipAnimation: boolean;
|
|
72
|
-
/** @deprecated - will replaced with customClass */
|
|
73
|
-
set _popupClass(value: string);
|
|
74
|
-
/** @deprecated - removed */
|
|
75
|
-
set _tooltipContext(value: any);
|
|
76
|
-
/** @deprecated */
|
|
77
|
-
set _tooltipPopupDelay(value: number);
|
|
78
|
-
/** @deprecated */
|
|
79
|
-
tooltipFadeDuration: number;
|
|
80
|
-
/** @deprecated - please use `triggers` instead */
|
|
81
|
-
get _tooltipTrigger(): string | string[];
|
|
82
|
-
set _tooltipTrigger(value: string | string[]);
|
|
83
|
-
/** @deprecated */
|
|
84
|
-
tooltipStateChanged: EventEmitter<boolean>;
|
|
85
|
-
protected _delayTimeoutId: number | any;
|
|
86
|
-
protected _tooltipCancelShowFn: Function;
|
|
87
|
-
private _tooltip;
|
|
88
|
-
private _delaySubscription;
|
|
89
|
-
private _ariaDescribedby;
|
|
90
|
-
constructor(_viewContainerRef: ViewContainerRef, cis: ComponentLoaderFactory, config: TooltipConfig, _elementRef: ElementRef, _renderer: Renderer2, _positionService: PositioningService);
|
|
91
|
-
ngOnInit(): void;
|
|
92
|
-
setAriaDescribedBy(): void;
|
|
93
|
-
/**
|
|
94
|
-
* Toggles an element’s tooltip. This is considered a “manual” triggering of
|
|
95
|
-
* the tooltip.
|
|
96
|
-
*/
|
|
97
|
-
toggle(): void;
|
|
98
|
-
/**
|
|
99
|
-
* Opens an element’s tooltip. This is considered a “manual” triggering of
|
|
100
|
-
* the tooltip.
|
|
101
|
-
*/
|
|
102
|
-
show(): void;
|
|
103
|
-
/**
|
|
104
|
-
* Closes an element’s tooltip. This is considered a “manual” triggering of
|
|
105
|
-
* the tooltip.
|
|
106
|
-
*/
|
|
107
|
-
hide(): void;
|
|
108
|
-
ngOnDestroy(): void;
|
|
109
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function OnChange(defaultValue?: any): any;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Google Inc. All Rights Reserved.
|
|
4
|
-
*
|
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
-
* found in the LICENSE file at https://angular.io/license
|
|
7
|
-
*/
|
|
8
|
-
/**
|
|
9
|
-
* JS version of browser APIs. This library can only run in the browser.
|
|
10
|
-
*/
|
|
11
|
-
declare const win: any;
|
|
12
|
-
export { win as window };
|
|
13
|
-
export declare const document: any;
|
|
14
|
-
export declare const location: any;
|
|
15
|
-
export declare const gc: () => any;
|
|
16
|
-
export declare const performance: any;
|
|
17
|
-
export declare const Event: any;
|
|
18
|
-
export declare const MouseEvent: any;
|
|
19
|
-
export declare const KeyboardEvent: any;
|
|
20
|
-
export declare const EventTarget: any;
|
|
21
|
-
export declare const History: any;
|
|
22
|
-
export declare const Location: any;
|
|
23
|
-
export declare const EventListener: any;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public_api';
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export declare class LinkedList<T> {
|
|
2
|
-
length: number;
|
|
3
|
-
protected head: any;
|
|
4
|
-
protected tail: any;
|
|
5
|
-
protected current: any;
|
|
6
|
-
protected asArray: T[];
|
|
7
|
-
get(position: number): T;
|
|
8
|
-
add(value: T, position?: number): void;
|
|
9
|
-
remove(position?: number): void;
|
|
10
|
-
set(position: number, value: T): void;
|
|
11
|
-
toArray(): T[];
|
|
12
|
-
findAll(fn: any): any[];
|
|
13
|
-
push(...args: T[]): number;
|
|
14
|
-
pop(): T;
|
|
15
|
-
unshift(...args: T[]): number;
|
|
16
|
-
shift(): T;
|
|
17
|
-
forEach(fn: any): void;
|
|
18
|
-
indexOf(value: T): number;
|
|
19
|
-
some(fn: any): boolean;
|
|
20
|
-
every(fn: any): boolean;
|
|
21
|
-
toString(): string;
|
|
22
|
-
find(fn: any): T;
|
|
23
|
-
findIndex(fn: any): number;
|
|
24
|
-
protected getNode(position: number): any;
|
|
25
|
-
protected createInternalArrayRepresentation(): void;
|
|
26
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * from './triggers';
|
|
2
|
-
export { isBs3 } from './theme-provider';
|
|
3
|
-
export { LinkedList } from './linked-list.class';
|
|
4
|
-
export { listenToTriggersV2, registerOutsideClick, registerEscClick } from './triggers';
|
|
5
|
-
export { OnChange } from './decorators';
|
|
6
|
-
export { setTheme } from './theme-provider';
|
|
7
|
-
export { Trigger } from './trigger.class';
|
|
8
|
-
export { Utils } from './utils.class';
|
|
9
|
-
export { window, document } from './facade/browser';
|
|
10
|
-
export { warnOnce } from './warn-once';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Renderer2 } from '@angular/core';
|
|
2
|
-
import { Trigger } from './trigger.class';
|
|
3
|
-
export declare type BsEventCallback = (event?: any) => boolean | void;
|
|
4
|
-
export interface ListenOptions {
|
|
5
|
-
target?: HTMLElement;
|
|
6
|
-
targets?: HTMLElement[];
|
|
7
|
-
triggers?: string;
|
|
8
|
-
outsideClick?: boolean;
|
|
9
|
-
outsideEsc?: boolean;
|
|
10
|
-
show?: BsEventCallback;
|
|
11
|
-
hide?: BsEventCallback;
|
|
12
|
-
toggle?: BsEventCallback;
|
|
13
|
-
}
|
|
14
|
-
export declare function parseTriggers(triggers: string, aliases?: any): Trigger[];
|
|
15
|
-
export declare function listenToTriggers(renderer: Renderer2, target: any, triggers: string, showFn: BsEventCallback, hideFn: BsEventCallback, toggleFn: BsEventCallback): Function;
|
|
16
|
-
export declare function listenToTriggersV2(renderer: Renderer2, options: ListenOptions): Function;
|
|
17
|
-
export declare function registerOutsideClick(renderer: Renderer2, options: ListenOptions): Function;
|
|
18
|
-
export declare function registerEscClick(renderer: Renderer2, options: ListenOptions): Function;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function warnOnce(msg: string): void;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
export interface BsCustomDates {
|
|
3
|
-
label: string;
|
|
4
|
-
value: Date | Date[];
|
|
5
|
-
}
|
|
6
|
-
export declare class BsCustomDatesViewComponent {
|
|
7
|
-
ranges: BsCustomDates[];
|
|
8
|
-
selectedRange: Date[];
|
|
9
|
-
customRangeLabel: string;
|
|
10
|
-
onSelect: EventEmitter<BsCustomDates>;
|
|
11
|
-
customRange: any;
|
|
12
|
-
selectFromRanges(range: BsCustomDates): void;
|
|
13
|
-
checkRange(): boolean;
|
|
14
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { Subscription } from 'rxjs';
|
|
3
|
-
import { PositioningService } from '../../sub-components/positioning';
|
|
4
|
-
import { MisDatePickerAbstractComponent } from '../../base/bs-datepicker-container';
|
|
5
|
-
import { MisDatePickerConfig } from '../../bs-datepicker.config';
|
|
6
|
-
import { CalendarCellViewModel, DayViewModel } from '../../models';
|
|
7
|
-
import { MisDatePickerActions } from '../../reducer/bs-datepicker.actions';
|
|
8
|
-
import { MisDatePickerEffects } from '../../reducer/bs-datepicker.effects';
|
|
9
|
-
import { MisDatePickerStore } from '../../reducer/bs-datepicker.store';
|
|
10
|
-
export declare class MisDatePickerContainerComponent extends MisDatePickerAbstractComponent implements OnInit, OnDestroy {
|
|
11
|
-
private _renderer;
|
|
12
|
-
private _config;
|
|
13
|
-
private _store;
|
|
14
|
-
private _element;
|
|
15
|
-
private _actions;
|
|
16
|
-
private _positionService;
|
|
17
|
-
set value(value: Date);
|
|
18
|
-
valueChange: EventEmitter<Date>;
|
|
19
|
-
animationState: string;
|
|
20
|
-
_subs: Subscription[];
|
|
21
|
-
constructor(_renderer: Renderer2, _config: MisDatePickerConfig, _store: MisDatePickerStore, _element: ElementRef, _actions: MisDatePickerActions, _effects: MisDatePickerEffects, _positionService: PositioningService);
|
|
22
|
-
ngOnInit(): void;
|
|
23
|
-
get isTopPosition(): boolean;
|
|
24
|
-
positionServiceEnable(): void;
|
|
25
|
-
dayApplyHandler(day: DayViewModel): void;
|
|
26
|
-
daySelectHandler(day: DayViewModel): void;
|
|
27
|
-
monthSelectHandler(day: CalendarCellViewModel): void;
|
|
28
|
-
yearSelectHandler(day: CalendarCellViewModel): void;
|
|
29
|
-
setToday(): void;
|
|
30
|
-
clearDate(): void;
|
|
31
|
-
cancel(): void;
|
|
32
|
-
ngOnDestroy(): void;
|
|
33
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { MisDatePickerConfig } from '../../bs-datepicker.config';
|
|
3
|
-
import { DayViewModel } from '../../models';
|
|
4
|
-
export declare class MisDatePickerDayDecoratorComponent implements OnInit {
|
|
5
|
-
private _config;
|
|
6
|
-
private _elRef;
|
|
7
|
-
private _renderer;
|
|
8
|
-
day: DayViewModel;
|
|
9
|
-
constructor(_config: MisDatePickerConfig, _elRef: ElementRef, _renderer: Renderer2);
|
|
10
|
-
ngOnInit(): void;
|
|
11
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { MisDatePickerContainerComponent } from './bs-datepicker-container.component';
|
|
3
|
-
import { MisDatePickerActions } from '../../reducer/bs-datepicker.actions';
|
|
4
|
-
import { MisDatePickerConfig } from '../../bs-datepicker.config';
|
|
5
|
-
import { MisDatePickerEffects } from '../../reducer/bs-datepicker.effects';
|
|
6
|
-
import { MisDatePickerStore } from '../../reducer/bs-datepicker.store';
|
|
7
|
-
import { PositioningService } from '../../sub-components/positioning';
|
|
8
|
-
export declare class MisDatePickerInlineContainerComponent extends MisDatePickerContainerComponent implements OnInit, OnDestroy {
|
|
9
|
-
constructor(_renderer: Renderer2, _config: MisDatePickerConfig, _store: MisDatePickerStore, _element: ElementRef, _actions: MisDatePickerActions, _effects: MisDatePickerEffects, _positioningService: PositioningService);
|
|
10
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { MisDatePickerViewMode, BsNavigationDirection, DaysCalendarViewModel } from '../../models';
|
|
3
|
-
export declare class MisDatePickerNavigationViewComponent {
|
|
4
|
-
calendar: DaysCalendarViewModel;
|
|
5
|
-
onNavigate: EventEmitter<BsNavigationDirection>;
|
|
6
|
-
onViewMode: EventEmitter<MisDatePickerViewMode>;
|
|
7
|
-
navTo(down: boolean): void;
|
|
8
|
-
view(viewMode: MisDatePickerViewMode): void;
|
|
9
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { Subscription } from 'rxjs';
|
|
3
|
-
import { PositioningService } from '../../sub-components/positioning';
|
|
4
|
-
import { MisDatePickerAbstractComponent } from '../../base/bs-datepicker-container';
|
|
5
|
-
import { MisDatePickerConfig } from '../../bs-datepicker.config';
|
|
6
|
-
import { CalendarCellViewModel, DayViewModel } from '../../models';
|
|
7
|
-
import { MisDatePickerActions } from '../../reducer/bs-datepicker.actions';
|
|
8
|
-
import { MisDatePickerEffects } from '../../reducer/bs-datepicker.effects';
|
|
9
|
-
import { MisDatePickerStore } from '../../reducer/bs-datepicker.store';
|
|
10
|
-
import { BsCustomDates } from './bs-custom-dates-view.component';
|
|
11
|
-
export declare class MisDateRangePickerContainerComponent extends MisDatePickerAbstractComponent implements OnInit, OnDestroy {
|
|
12
|
-
private _renderer;
|
|
13
|
-
private _config;
|
|
14
|
-
private _store;
|
|
15
|
-
private _element;
|
|
16
|
-
private _actions;
|
|
17
|
-
private _positionService;
|
|
18
|
-
set value(value: Date[]);
|
|
19
|
-
valueChange: EventEmitter<Date[]>;
|
|
20
|
-
animationState: string;
|
|
21
|
-
_rangeStack: Date[];
|
|
22
|
-
chosenRange: Date[];
|
|
23
|
-
_subs: Subscription[];
|
|
24
|
-
constructor(_renderer: Renderer2, _config: MisDatePickerConfig, _store: MisDatePickerStore, _element: ElementRef, _actions: MisDatePickerActions, _effects: MisDatePickerEffects, _positionService: PositioningService);
|
|
25
|
-
ngOnInit(): void;
|
|
26
|
-
get isTopPosition(): boolean;
|
|
27
|
-
positionServiceEnable(): void;
|
|
28
|
-
daySelectHandler(day: DayViewModel): void;
|
|
29
|
-
dayApplyHandler(day: DayViewModel): void;
|
|
30
|
-
monthSelectHandler(day: CalendarCellViewModel): void;
|
|
31
|
-
yearSelectHandler(day: CalendarCellViewModel): void;
|
|
32
|
-
rangesProcessing(day: CalendarCellViewModel): void;
|
|
33
|
-
ngOnDestroy(): void;
|
|
34
|
-
cancel(): void;
|
|
35
|
-
setRangeOnCalendar(dates: BsCustomDates): void;
|
|
36
|
-
setMaxDateRangeOnCalendar(currentSelection: Date): void;
|
|
37
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { OnInit, OnDestroy, ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
-
import { MisDateRangePickerContainerComponent } from './bs-daterangepicker-container.component';
|
|
3
|
-
import { MisDatePickerActions } from '../../reducer/bs-datepicker.actions';
|
|
4
|
-
import { MisDatePickerConfig } from '../../bs-datepicker.config';
|
|
5
|
-
import { MisDatePickerEffects } from '../../reducer/bs-datepicker.effects';
|
|
6
|
-
import { MisDatePickerStore } from '../../reducer/bs-datepicker.store';
|
|
7
|
-
import { PositioningService } from '../../sub-components/positioning';
|
|
8
|
-
export declare class MisDateRangePickerInlineContainerComponent extends MisDateRangePickerContainerComponent implements OnInit, OnDestroy {
|
|
9
|
-
constructor(_renderer: Renderer2, _config: MisDatePickerConfig, _store: MisDatePickerStore, _element: ElementRef, _actions: MisDatePickerActions, _effects: MisDatePickerEffects, _positioningService: PositioningService);
|
|
10
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { MisDatePickerViewMode, BsNavigationDirection, BsNavigationEvent, CellHoverEvent, DatePickerRenderOptions, DaysCalendarViewModel, DayViewModel, WeekViewModel } from '../../models';
|
|
3
|
-
import { MisDatePickerConfig } from '../../bs-datepicker.config';
|
|
4
|
-
export declare class MisDaysCalendarViewComponent {
|
|
5
|
-
private _config;
|
|
6
|
-
calendar: DaysCalendarViewModel;
|
|
7
|
-
options: DatePickerRenderOptions;
|
|
8
|
-
onNavigate: EventEmitter<BsNavigationEvent>;
|
|
9
|
-
onViewMode: EventEmitter<MisDatePickerViewMode>;
|
|
10
|
-
onSelect: EventEmitter<DayViewModel>;
|
|
11
|
-
onHover: EventEmitter<CellHoverEvent>;
|
|
12
|
-
onHoverWeek: EventEmitter<WeekViewModel>;
|
|
13
|
-
isWeekHovered: boolean;
|
|
14
|
-
isiOS: boolean;
|
|
15
|
-
isShowTooltip: boolean;
|
|
16
|
-
constructor(_config: MisDatePickerConfig);
|
|
17
|
-
navigateTo(event: BsNavigationDirection): void;
|
|
18
|
-
changeViewMode(event: MisDatePickerViewMode): void;
|
|
19
|
-
selectDay(event: DayViewModel): void;
|
|
20
|
-
selectWeek(week: WeekViewModel): void;
|
|
21
|
-
weekHoverHandler(cell: WeekViewModel, isHovered: boolean): void;
|
|
22
|
-
hoverDay(cell: DayViewModel, isHovered: boolean): void;
|
|
23
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { MisDatePickerViewMode, BsNavigationDirection, BsNavigationEvent, CellHoverEvent, MonthsCalendarViewModel, CalendarCellViewModel } from '../../models';
|
|
3
|
-
export declare class BsMonthCalendarViewComponent {
|
|
4
|
-
calendar: MonthsCalendarViewModel;
|
|
5
|
-
onNavigate: EventEmitter<BsNavigationEvent>;
|
|
6
|
-
onViewMode: EventEmitter<MisDatePickerViewMode>;
|
|
7
|
-
onSelect: EventEmitter<CalendarCellViewModel>;
|
|
8
|
-
onHover: EventEmitter<CellHoverEvent>;
|
|
9
|
-
navigateTo(event: BsNavigationDirection): void;
|
|
10
|
-
viewMonth(month: CalendarCellViewModel): void;
|
|
11
|
-
hoverMonth(cell: CalendarCellViewModel, isHovered: boolean): void;
|
|
12
|
-
changeViewMode(event: MisDatePickerViewMode): void;
|
|
13
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { MisDatePickerViewMode, BsNavigationDirection, BsNavigationEvent, CalendarCellViewModel, CellHoverEvent, YearsCalendarViewModel } from '../../models';
|
|
3
|
-
export declare class BsYearsCalendarViewComponent {
|
|
4
|
-
calendar: YearsCalendarViewModel;
|
|
5
|
-
onNavigate: EventEmitter<BsNavigationEvent>;
|
|
6
|
-
onViewMode: EventEmitter<MisDatePickerViewMode>;
|
|
7
|
-
onSelect: EventEmitter<CalendarCellViewModel>;
|
|
8
|
-
onHover: EventEmitter<CellHoverEvent>;
|
|
9
|
-
navigateTo(event: BsNavigationDirection): void;
|
|
10
|
-
viewYear(year: CalendarCellViewModel): void;
|
|
11
|
-
hoverYear(cell: CalendarCellViewModel, isHovered: boolean): void;
|
|
12
|
-
changeViewMode(event: MisDatePickerViewMode): void;
|
|
13
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { MisDatePickerState } from '../reducer/bs-datepicker.state';
|
|
2
|
-
export declare function getStartingDayOfCalendar(date: Date, options: {
|
|
3
|
-
firstDayOfWeek?: number;
|
|
4
|
-
}): Date;
|
|
5
|
-
export declare function calculateDateOffset(weekday: number, startingDayOffset: number): number;
|
|
6
|
-
export declare function isMonthDisabled(date: Date, min: Date, max: Date): boolean;
|
|
7
|
-
export declare function isYearDisabled(date: Date, min: Date, max: Date): boolean;
|
|
8
|
-
export declare function isDisabledDate(date: Date, datesDisabled: Date[]): boolean;
|
|
9
|
-
export declare function isEnabledDate(date: Date, datesEnabled: Date[]): boolean;
|
|
10
|
-
export declare function getYearsCalendarInitialDate(state: MisDatePickerState, calendarIndex?: number): Date;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { TimeUnit } from '../sub-components/chronos';
|
|
2
|
-
export declare type CreateMatrixCb<T> = (date: Date) => T;
|
|
3
|
-
export interface MatrixOptions {
|
|
4
|
-
height: number;
|
|
5
|
-
width: number;
|
|
6
|
-
initialDate: Date;
|
|
7
|
-
shift: TimeUnit;
|
|
8
|
-
}
|
|
9
|
-
export declare function createMatrix<T>(options: MatrixOptions, fn: CreateMatrixCb<T>): T[][];
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { DatePickerInnerComponent } from './datepicker-inner.component';
|
|
3
|
-
export declare class YearPickerComponent implements OnInit {
|
|
4
|
-
datePicker: DatePickerInnerComponent;
|
|
5
|
-
title: string;
|
|
6
|
-
rows: any[];
|
|
7
|
-
constructor(datePicker: DatePickerInnerComponent);
|
|
8
|
-
get isBs4(): boolean;
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
protected getStartingYear(year: number): number;
|
|
11
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
export class MisDatePickerAbstractComponent {
|
|
2
|
-
constructor() {
|
|
3
|
-
this.customRanges = [];
|
|
4
|
-
this.chosenRange = [];
|
|
5
|
-
}
|
|
6
|
-
set minDate(value) {
|
|
7
|
-
this._effects.setMinDate(value);
|
|
8
|
-
}
|
|
9
|
-
set maxDate(value) {
|
|
10
|
-
this._effects.setMaxDate(value);
|
|
11
|
-
}
|
|
12
|
-
set daysDisabled(value) {
|
|
13
|
-
this._effects.setDaysDisabled(value);
|
|
14
|
-
}
|
|
15
|
-
set datesDisabled(value) {
|
|
16
|
-
this._effects.setDatesDisabled(value);
|
|
17
|
-
}
|
|
18
|
-
set datesEnabled(value) {
|
|
19
|
-
this._effects.setDatesEnabled(value);
|
|
20
|
-
}
|
|
21
|
-
set isDisabled(value) {
|
|
22
|
-
this._effects.setDisabled(value);
|
|
23
|
-
}
|
|
24
|
-
set dateCustomClasses(value) {
|
|
25
|
-
this._effects.setDateCustomClasses(value);
|
|
26
|
-
}
|
|
27
|
-
set dateTooltipTexts(value) {
|
|
28
|
-
this._effects.setDateTooltipTexts(value);
|
|
29
|
-
}
|
|
30
|
-
setViewMode(event) { }
|
|
31
|
-
navigateTo(event) { }
|
|
32
|
-
dayHoverHandler(event) { }
|
|
33
|
-
weekHoverHandler(event) { }
|
|
34
|
-
monthHoverHandler(event) { }
|
|
35
|
-
yearHoverHandler(event) { }
|
|
36
|
-
daySelectHandler(day) { }
|
|
37
|
-
monthSelectHandler(event) { }
|
|
38
|
-
yearSelectHandler(event) { }
|
|
39
|
-
setRangeOnCalendar(dates) { }
|
|
40
|
-
setToday() { }
|
|
41
|
-
clearDate() { }
|
|
42
|
-
/* tslint:disable-next-line: no-any */
|
|
43
|
-
_stopPropagation(event) {
|
|
44
|
-
event.stopPropagation();
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnMtZGF0ZXBpY2tlci1jb250YWluZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9taXMtY29tcG9uZW50cy9kYXRlcGlja2VyL2Jhc2UvYnMtZGF0ZXBpY2tlci1jb250YWluZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBb0JBLE1BQU0sT0FBZ0IsOEJBQThCO0lBQXBEO1FBV0UsaUJBQVksR0FBb0IsRUFBRSxDQUFDO1FBRW5DLGdCQUFXLEdBQVcsRUFBRSxDQUFDO0lBa0UzQixDQUFDO0lBaEVDLElBQUksT0FBTyxDQUFDLEtBQVc7UUFDckIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxVQUFVLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDbEMsQ0FBQztJQUVELElBQUksT0FBTyxDQUFDLEtBQVc7UUFDckIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxVQUFVLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDbEMsQ0FBQztJQUNELElBQUksWUFBWSxDQUFDLEtBQWU7UUFDOUIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxlQUFlLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDdkMsQ0FBQztJQUNELElBQUksYUFBYSxDQUFDLEtBQWE7UUFDN0IsSUFBSSxDQUFDLFFBQVEsQ0FBQyxnQkFBZ0IsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUN4QyxDQUFDO0lBRUQsSUFBSSxZQUFZLENBQUMsS0FBYTtRQUM1QixJQUFJLENBQUMsUUFBUSxDQUFDLGVBQWUsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUN2QyxDQUFDO0lBRUQsSUFBSSxVQUFVLENBQUMsS0FBYztRQUMzQixJQUFJLENBQUMsUUFBUSxDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNuQyxDQUFDO0lBRUQsSUFBSSxpQkFBaUIsQ0FBQyxLQUFvQztRQUN4RCxJQUFJLENBQUMsUUFBUSxDQUFDLG9CQUFvQixDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzVDLENBQUM7SUFFRCxJQUFJLGdCQUFnQixDQUFDLEtBQWtDO1FBQ3JELElBQUksQ0FBQyxRQUFRLENBQUMsbUJBQW1CLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDM0MsQ0FBQztJQVFELFdBQVcsQ0FBQyxLQUE0QixJQUFTLENBQUM7SUFFbEQsVUFBVSxDQUFDLEtBQXdCLElBQVMsQ0FBQztJQUU3QyxlQUFlLENBQUMsS0FBcUIsSUFBUyxDQUFDO0lBRS9DLGdCQUFnQixDQUFDLEtBQW9CLElBQVMsQ0FBQztJQUUvQyxpQkFBaUIsQ0FBQyxLQUFxQixJQUFTLENBQUM7SUFFakQsZ0JBQWdCLENBQUMsS0FBcUIsSUFBUyxDQUFDO0lBRWhELGdCQUFnQixDQUFDLEdBQWlCLElBQVMsQ0FBQztJQUU1QyxrQkFBa0IsQ0FBQyxLQUE0QixJQUFTLENBQUM7SUFFekQsaUJBQWlCLENBQUMsS0FBNEIsSUFBUyxDQUFDO0lBRXhELGtCQUFrQixDQUFDLEtBQW9CLElBQVMsQ0FBQztJQUVqRCxRQUFRLEtBQVUsQ0FBQztJQUVuQixTQUFTLEtBQVUsQ0FBQztJQUVsQixzQ0FBc0M7SUFDeEMsZ0JBQWdCLENBQUMsS0FBVTtRQUN6QixLQUFLLENBQUMsZUFBZSxFQUFFLENBQUM7SUFDMUIsQ0FBQztDQUNGIiwic291cmNlc0NvbnRlbnQiOlsiLy8gZGF0ZXBpY2tlciBjb250YWluZXIgY29tcG9uZW50XG4vKiB0c2xpbnQ6ZGlzYWJsZTpuby1lbXB0eSAqL1xuaW1wb3J0IHsgQnNDdXN0b21EYXRlcyB9IGZyb20gJy4uL3RoZW1lcy9icy9icy1jdXN0b20tZGF0ZXMtdmlldy5jb21wb25lbnQnO1xuaW1wb3J0IHsgTWlzRGF0ZVBpY2tlckVmZmVjdHMgfSBmcm9tICcuLi9yZWR1Y2VyL2JzLWRhdGVwaWNrZXIuZWZmZWN0cyc7XG5pbXBvcnQgeyBPYnNlcnZhYmxlIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQge1xuICBNaXNEYXRlUGlja2VyVmlld01vZGUsXG4gIEJzTmF2aWdhdGlvbkV2ZW50LFxuICBDYWxlbmRhckNlbGxWaWV3TW9kZWwsXG4gIENlbGxIb3ZlckV2ZW50LFxuICBEYXRlUGlja2VyUmVuZGVyT3B0aW9ucyxcbiAgRGF0ZVBpY2tlckRhdGVDdXN0b21DbGFzc2VzLFxuICBEYXRlUGlja2VyRGF0ZVRvb2x0aXBUZXh0LFxuICBEYXlzQ2FsZW5kYXJWaWV3TW9kZWwsXG4gIERheVZpZXdNb2RlbCxcbiAgTW9udGhzQ2FsZW5kYXJWaWV3TW9kZWwsXG4gIFdlZWtWaWV3TW9kZWwsXG4gIFllYXJzQ2FsZW5kYXJWaWV3TW9kZWxcbn0gZnJvbSAnLi4vbW9kZWxzJztcblxuZXhwb3J0IGFic3RyYWN0IGNsYXNzIE1pc0RhdGVQaWNrZXJBYnN0cmFjdENvbXBvbmVudCB7XG4gIGNvbnRhaW5lckNsYXNzOiBzdHJpbmc7XG4gIGlzT3RoZXJNb250aHNBY3RpdmU6IGJvb2xlYW47XG4gIHNob3dUb2RheUJ0bjogYm9vbGVhbjtcbiAgdG9kYXlCdG5MYmw6IHN0cmluZztcbiAgdG9kYXlQb3M6IHN0cmluZztcbiAgc2hvd0NsZWFyQnRuOiBib29sZWFuO1xuICBjbGVhckJ0bkxibDogc3RyaW5nO1xuICBjbGVhclBvczogc3RyaW5nO1xuXG4gIF9lZmZlY3RzOiBNaXNEYXRlUGlja2VyRWZmZWN0cztcbiAgY3VzdG9tUmFuZ2VzOiBCc0N1c3RvbURhdGVzW10gPSBbXTtcbiAgY3VzdG9tUmFuZ2VCdG5MYmw6IHN0cmluZztcbiAgY2hvc2VuUmFuZ2U6IERhdGVbXSA9IFtdO1xuXG4gIHNldCBtaW5EYXRlKHZhbHVlOiBEYXRlKSB7XG4gICAgdGhpcy5fZWZmZWN0cy5zZXRNaW5EYXRlKHZhbHVlKTtcbiAgfVxuXG4gIHNldCBtYXhEYXRlKHZhbHVlOiBEYXRlKSB7XG4gICAgdGhpcy5fZWZmZWN0cy5zZXRNYXhEYXRlKHZhbHVlKTtcbiAgfVxuICBzZXQgZGF5c0Rpc2FibGVkKHZhbHVlOiBudW1iZXJbXSkge1xuICAgIHRoaXMuX2VmZmVjdHMuc2V0RGF5c0Rpc2FibGVkKHZhbHVlKTtcbiAgfVxuICBzZXQgZGF0ZXNEaXNhYmxlZCh2YWx1ZTogRGF0ZVtdKSB7XG4gICAgdGhpcy5fZWZmZWN0cy5zZXREYXRlc0Rpc2FibGVkKHZhbHVlKTtcbiAgfVxuXG4gIHNldCBkYXRlc0VuYWJsZWQodmFsdWU6IERhdGVbXSkge1xuICAgIHRoaXMuX2VmZmVjdHMuc2V0RGF0ZXNFbmFibGVkKHZhbHVlKTtcbiAgfVxuXG4gIHNldCBpc0Rpc2FibGVkKHZhbHVlOiBib29sZWFuKSB7XG4gICAgdGhpcy5fZWZmZWN0cy5zZXREaXNhYmxlZCh2YWx1ZSk7XG4gIH1cblxuICBzZXQgZGF0ZUN1c3RvbUNsYXNzZXModmFsdWU6IERhdGVQaWNrZXJEYXRlQ3VzdG9tQ2xhc3Nlc1tdKSB7XG4gICAgdGhpcy5fZWZmZWN0cy5zZXREYXRlQ3VzdG9tQ2xhc3Nlcyh2YWx1ZSk7XG4gIH1cblxuICBzZXQgZGF0ZVRvb2x0aXBUZXh0cyh2YWx1ZTogRGF0ZVBpY2tlckRhdGVUb29sdGlwVGV4dFtdKSB7XG4gICAgdGhpcy5fZWZmZWN0cy5zZXREYXRlVG9vbHRpcFRleHRzKHZhbHVlKTtcbiAgfVxuXG4gIHZpZXdNb2RlOiBPYnNlcnZhYmxlPE1pc0RhdGVQaWNrZXJWaWV3TW9kZT47XG4gIGRheXNDYWxlbmRhcjogT2JzZXJ2YWJsZTxEYXlzQ2FsZW5kYXJWaWV3TW9kZWxbXT47XG4gIG1vbnRoc0NhbGVuZGFyOiBPYnNlcnZhYmxlPE1vbnRoc0NhbGVuZGFyVmlld01vZGVsW10+O1xuICB5ZWFyc0NhbGVuZGFyOiBPYnNlcnZhYmxlPFllYXJzQ2FsZW5kYXJWaWV3TW9kZWxbXT47XG4gIG9wdGlvbnM6IE9ic2VydmFibGU8RGF0ZVBpY2tlclJlbmRlck9wdGlvbnM+O1xuXG4gIHNldFZpZXdNb2RlKGV2ZW50OiBNaXNEYXRlUGlja2VyVmlld01vZGUpOiB2b2lkIHt9XG5cbiAgbmF2aWdhdGVUbyhldmVudDogQnNOYXZpZ2F0aW9uRXZlbnQpOiB2b2lkIHt9XG5cbiAgZGF5SG92ZXJIYW5kbGVyKGV2ZW50OiBDZWxsSG92ZXJFdmVudCk6IHZvaWQge31cblxuICB3ZWVrSG92ZXJIYW5kbGVyKGV2ZW50OiBXZWVrVmlld01vZGVsKTogdm9pZCB7fVxuXG4gIG1vbnRoSG92ZXJIYW5kbGVyKGV2ZW50OiBDZWxsSG92ZXJFdmVudCk6IHZvaWQge31cblxuICB5ZWFySG92ZXJIYW5kbGVyKGV2ZW50OiBDZWxsSG92ZXJFdmVudCk6IHZvaWQge31cblxuICBkYXlTZWxlY3RIYW5kbGVyKGRheTogRGF5Vmlld01vZGVsKTogdm9pZCB7fVxuXG4gIG1vbnRoU2VsZWN0SGFuZGxlcihldmVudDogQ2FsZW5kYXJDZWxsVmlld01vZGVsKTogdm9pZCB7fVxuXG4gIHllYXJTZWxlY3RIYW5kbGVyKGV2ZW50OiBDYWxlbmRhckNlbGxWaWV3TW9kZWwpOiB2b2lkIHt9XG5cbiAgc2V0UmFuZ2VPbkNhbGVuZGFyKGRhdGVzOiBCc0N1c3RvbURhdGVzKTogdm9pZCB7fVxuXG4gIHNldFRvZGF5KCk6IHZvaWQge31cblxuICBjbGVhckRhdGUoKTogdm9pZCB7fVxuXG4gICAgLyogdHNsaW50OmRpc2FibGUtbmV4dC1saW5lOiBuby1hbnkgKi9cbiAgX3N0b3BQcm9wYWdhdGlvbihldmVudDogYW55KTogdm9pZCB7XG4gICAgZXZlbnQuc3RvcFByb3BhZ2F0aW9uKCk7XG4gIH1cbn1cbiJdfQ==
|