024f04bb7d6354da1f33f96dd0f96041028ec973889fec1976736f84b5554bc301a53b3f93146449a4467990563ed655db39e37f4f7b3b0d0fe51d1d217db0 738 B

1234567891011121314151617181920212223242526272829303132
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var runtime = require('../../../../utils/vue/props/runtime.js');
  4. const disabledTimeListsProps = runtime.buildProps({
  5. disabledHours: {
  6. type: runtime.definePropType(Function)
  7. },
  8. disabledMinutes: {
  9. type: runtime.definePropType(Function)
  10. },
  11. disabledSeconds: {
  12. type: runtime.definePropType(Function)
  13. }
  14. });
  15. const timePanelSharedProps = runtime.buildProps({
  16. visible: Boolean,
  17. actualVisible: {
  18. type: Boolean,
  19. default: void 0
  20. },
  21. format: {
  22. type: String,
  23. default: ""
  24. }
  25. });
  26. exports.disabledTimeListsProps = disabledTimeListsProps;
  27. exports.timePanelSharedProps = timePanelSharedProps;
  28. //# sourceMappingURL=shared.js.map