iglooform 3.3.7 → 3.3.8

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.
Files changed (82) hide show
  1. package/.dumi/tmp/core/defineApp.ts +1 -1
  2. package/.dumi/tmp/core/helmet.ts +1 -1
  3. package/.dumi/tmp/core/history.ts +1 -1
  4. package/.dumi/tmp/core/historyIntelli.ts +1 -1
  5. package/.dumi/tmp/core/plugin.ts +2 -2
  6. package/.dumi/tmp/core/polyfill.ts +197 -197
  7. package/.dumi/tmp/core/route.tsx +33 -33
  8. package/.dumi/tmp/dumi/exports.ts +1 -1
  9. package/.dumi/tmp/dumi/locales/runtime.tsx +2 -2
  10. package/.dumi/tmp/dumi/meta/index.ts +33 -33
  11. package/.dumi/tmp/dumi/meta/runtime.ts +1 -1
  12. package/.dumi/tmp/dumi/theme/ContextWrapper.tsx +1 -1
  13. package/.dumi/tmp/dumi/theme/builtins/API.ts +1 -1
  14. package/.dumi/tmp/dumi/theme/builtins/Badge.ts +1 -1
  15. package/.dumi/tmp/dumi/theme/builtins/Container.ts +1 -1
  16. package/.dumi/tmp/dumi/theme/builtins/Previewer.ts +1 -1
  17. package/.dumi/tmp/dumi/theme/builtins/SourceCode.ts +1 -1
  18. package/.dumi/tmp/dumi/theme/builtins/Table.ts +1 -1
  19. package/.dumi/tmp/dumi/theme/builtins/Tree.ts +1 -1
  20. package/.dumi/tmp/dumi/theme/layouts/DocLayout.ts +1 -1
  21. package/.dumi/tmp/dumi/theme/loading.tsx +1 -1
  22. package/.dumi/tmp/dumi/theme/slots/ColorSwitch.ts +1 -1
  23. package/.dumi/tmp/dumi/theme/slots/Content.ts +1 -1
  24. package/.dumi/tmp/dumi/theme/slots/ContentFooter.ts +1 -1
  25. package/.dumi/tmp/dumi/theme/slots/ContentTabs.ts +1 -1
  26. package/.dumi/tmp/dumi/theme/slots/Features.ts +1 -1
  27. package/.dumi/tmp/dumi/theme/slots/Footer.ts +1 -1
  28. package/.dumi/tmp/dumi/theme/slots/Header.ts +1 -1
  29. package/.dumi/tmp/dumi/theme/slots/HeaderExtra.ts +1 -1
  30. package/.dumi/tmp/dumi/theme/slots/Hero.ts +1 -1
  31. package/.dumi/tmp/dumi/theme/slots/HeroTitle.ts +1 -1
  32. package/.dumi/tmp/dumi/theme/slots/LangSwitch.ts +1 -1
  33. package/.dumi/tmp/dumi/theme/slots/Logo.ts +1 -1
  34. package/.dumi/tmp/dumi/theme/slots/Navbar.ts +1 -1
  35. package/.dumi/tmp/dumi/theme/slots/NavbarExtra.ts +1 -1
  36. package/.dumi/tmp/dumi/theme/slots/NotFound.ts +1 -1
  37. package/.dumi/tmp/dumi/theme/slots/PreviewerActions.ts +1 -1
  38. package/.dumi/tmp/dumi/theme/slots/PreviewerActionsExtra.ts +1 -1
  39. package/.dumi/tmp/dumi/theme/slots/RtlSwitch.ts +1 -1
  40. package/.dumi/tmp/dumi/theme/slots/SearchBar.ts +2 -2
  41. package/.dumi/tmp/dumi/theme/slots/SearchResult.ts +1 -1
  42. package/.dumi/tmp/dumi/theme/slots/Sidebar.ts +1 -1
  43. package/.dumi/tmp/dumi/theme/slots/SocialIcon.ts +1 -1
  44. package/.dumi/tmp/dumi/theme/slots/Toc.ts +1 -1
  45. package/.dumi/tmp/exports.ts +5 -5
  46. package/.dumi/tmp/testBrowser.tsx +3 -3
  47. package/.dumi/tmp/umi.ts +4 -4
  48. package/.idea/codeStyles/Project.xml +59 -0
  49. package/.idea/codeStyles/codeStyleConfig.xml +5 -0
  50. package/.idea/iglooform.iml +7 -4
  51. package/.idea/prettier.xml +6 -0
  52. package/es/button/style/index.less +24 -20
  53. package/es/media/media.js +1 -1
  54. package/lib/button/style/index.less +24 -20
  55. package/lib/media/media.js +1 -1
  56. package/package.json +1 -1
  57. package/yarn-error.log +16168 -0
  58. package/.idea/misc.xml +0 -5
  59. package/es/config-provider.d.ts +0 -9
  60. package/es/form/hsteps/index.d.ts +0 -21
  61. package/es/form/step-items-selection/components/checkbox-group-items/style/index.d.ts +0 -1
  62. package/es/form/step-items-selection/components/item-info/style/index.d.ts +0 -1
  63. package/es/form/step-items-selection/components/section-of-item-condition/hooks/useAdaptAssertConfig.d.ts +0 -4
  64. package/es/form/step-items-selection/components/section-of-item-condition/style/index.d.ts +0 -1
  65. package/es/index.d.ts +0 -49
  66. package/es/locale/locale-provider.d.ts +0 -13
  67. package/es/media/file-icon.d.ts +0 -9
  68. package/es/types.d.ts +0 -189
  69. package/es/utils/form-utils.d.ts +0 -79
  70. package/es/utils/tools.d.ts +0 -5
  71. package/lib/config-provider.d.ts +0 -9
  72. package/lib/form/hsteps/index.d.ts +0 -21
  73. package/lib/form/step-items-selection/components/checkbox-group-items/style/index.d.ts +0 -1
  74. package/lib/form/step-items-selection/components/item-info/style/index.d.ts +0 -1
  75. package/lib/form/step-items-selection/components/section-of-item-condition/hooks/useAdaptAssertConfig.d.ts +0 -4
  76. package/lib/form/step-items-selection/components/section-of-item-condition/style/index.d.ts +0 -1
  77. package/lib/index.d.ts +0 -49
  78. package/lib/locale/locale-provider.d.ts +0 -13
  79. package/lib/media/file-icon.d.ts +0 -9
  80. package/lib/types.d.ts +0 -189
  81. package/lib/utils/form-utils.d.ts +0 -79
  82. package/lib/utils/tools.d.ts +0 -5
@@ -0,0 +1,59 @@
1
+ <component name="ProjectCodeStyleConfiguration">
2
+ <code_scheme name="Project" version="173">
3
+ <HTMLCodeStyleSettings>
4
+ <option name="HTML_SPACE_INSIDE_EMPTY_TAG" value="true" />
5
+ </HTMLCodeStyleSettings>
6
+ <JSCodeStyleSettings version="0">
7
+ <option name="FORCE_SEMICOLON_STYLE" value="true" />
8
+ <option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
9
+ <option name="USE_DOUBLE_QUOTES" value="false" />
10
+ <option name="FORCE_QUOTE_STYlE" value="true" />
11
+ <option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" />
12
+ <option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
13
+ <option name="SPACES_WITHIN_IMPORTS" value="true" />
14
+ </JSCodeStyleSettings>
15
+ <TypeScriptCodeStyleSettings version="0">
16
+ <option name="FORCE_SEMICOLON_STYLE" value="true" />
17
+ <option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
18
+ <option name="USE_DOUBLE_QUOTES" value="false" />
19
+ <option name="FORCE_QUOTE_STYlE" value="true" />
20
+ <option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" />
21
+ <option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
22
+ <option name="SPACES_WITHIN_IMPORTS" value="true" />
23
+ </TypeScriptCodeStyleSettings>
24
+ <VueCodeStyleSettings>
25
+ <option name="INTERPOLATION_NEW_LINE_AFTER_START_DELIMITER" value="false" />
26
+ <option name="INTERPOLATION_NEW_LINE_BEFORE_END_DELIMITER" value="false" />
27
+ </VueCodeStyleSettings>
28
+ <codeStyleSettings language="HTML">
29
+ <option name="SOFT_MARGINS" value="80" />
30
+ <indentOptions>
31
+ <option name="INDENT_SIZE" value="2" />
32
+ <option name="CONTINUATION_INDENT_SIZE" value="2" />
33
+ <option name="TAB_SIZE" value="2" />
34
+ </indentOptions>
35
+ </codeStyleSettings>
36
+ <codeStyleSettings language="JavaScript">
37
+ <option name="SOFT_MARGINS" value="80" />
38
+ <indentOptions>
39
+ <option name="INDENT_SIZE" value="2" />
40
+ <option name="CONTINUATION_INDENT_SIZE" value="2" />
41
+ <option name="TAB_SIZE" value="2" />
42
+ </indentOptions>
43
+ </codeStyleSettings>
44
+ <codeStyleSettings language="TypeScript">
45
+ <option name="SOFT_MARGINS" value="80" />
46
+ <indentOptions>
47
+ <option name="INDENT_SIZE" value="2" />
48
+ <option name="CONTINUATION_INDENT_SIZE" value="2" />
49
+ <option name="TAB_SIZE" value="2" />
50
+ </indentOptions>
51
+ </codeStyleSettings>
52
+ <codeStyleSettings language="Vue">
53
+ <option name="SOFT_MARGINS" value="80" />
54
+ <indentOptions>
55
+ <option name="CONTINUATION_INDENT_SIZE" value="2" />
56
+ </indentOptions>
57
+ </codeStyleSettings>
58
+ </code_scheme>
59
+ </component>
@@ -0,0 +1,5 @@
1
+ <component name="ProjectCodeStyleConfiguration">
2
+ <state>
3
+ <option name="USE_PER_PROJECT_SETTINGS" value="true" />
4
+ </state>
5
+ </component>
@@ -1,8 +1,11 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="JAVA_MODULE" version="4">
3
- <component name="NewModuleRootManager" inherit-compiler-output="true">
4
- <exclude-output />
5
- <content url="file://$MODULE_DIR$" />
2
+ <module type="WEB_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$">
5
+ <excludeFolder url="file://$MODULE_DIR$/.tmp" />
6
+ <excludeFolder url="file://$MODULE_DIR$/temp" />
7
+ <excludeFolder url="file://$MODULE_DIR$/tmp" />
8
+ </content>
6
9
  <orderEntry type="inheritedJdk" />
7
10
  <orderEntry type="sourceFolder" forTests="false" />
8
11
  </component>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="PrettierConfiguration">
4
+ <option name="myConfigurationMode" value="MANUAL" />
5
+ </component>
6
+ </project>
@@ -68,16 +68,18 @@
68
68
  }
69
69
  }
70
70
 
71
- &:hover {
72
- color: @btn-default-hover-color;
73
- border-color: @btn-default-hover-border-color;
74
- background-color: @btn-default-hover-backgroud-color;
75
- }
76
- &:active,
77
- &:focus {
78
- color: @btn-default-focus-color;
79
- border-color: @btn-default-focus-border-color;
80
- background-color: @btn-default-focus-backgroud-color;
71
+ &:not(:disabled):not(.ant-btn-disabled) {
72
+ &:hover {
73
+ color: @btn-default-hover-color;
74
+ border-color: @btn-default-hover-border-color;
75
+ background-color: @btn-default-hover-backgroud-color;
76
+ }
77
+ &:active,
78
+ &:focus {
79
+ color: @btn-default-focus-color;
80
+ border-color: @btn-default-focus-border-color;
81
+ background-color: @btn-default-focus-backgroud-color;
82
+ }
81
83
  }
82
84
  }
83
85
 
@@ -105,16 +107,18 @@
105
107
  }
106
108
  }
107
109
 
108
- &:hover {
109
- color: @btn-primary-hover-color;
110
- border-color: @btn-primary-hover-border-color;
111
- background-color: @btn-primary-hover-backgroud-color;
112
- }
113
- &:active,
114
- &:focus {
115
- color: @btn-primary-focus-color;
116
- border-color: @btn-primary-focus-border-color;
117
- background-color: @btn-primary-focus-backgroud-color;
110
+ &:not(:disabled):not(.ant-btn-disabled) {
111
+ &:hover {
112
+ color: @btn-primary-hover-color;
113
+ border-color: @btn-primary-hover-border-color;
114
+ background-color: @btn-primary-hover-backgroud-color;
115
+ }
116
+ &:active,
117
+ &:focus {
118
+ color: @btn-primary-focus-color;
119
+ border-color: @btn-primary-focus-border-color;
120
+ background-color: @btn-primary-focus-backgroud-color;
121
+ }
118
122
  }
119
123
  }
120
124
 
package/es/media/media.js CHANGED
@@ -5,7 +5,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
5
5
  function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
6
6
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
7
7
  import React, { useRef, useState, useContext } from 'react';
8
- import { Document, Page } from 'react-pdf/dist/esm/entry.webpack5';
8
+ import { Document, Page } from 'react-pdf/dist/esm/entry.webpack';
9
9
  import { Tooltip } from 'antd';
10
10
  import { LocaleContext } from "../locale";
11
11
  import { jsx as _jsx } from "react/jsx-runtime";
@@ -68,16 +68,18 @@
68
68
  }
69
69
  }
70
70
 
71
- &:hover {
72
- color: @btn-default-hover-color;
73
- border-color: @btn-default-hover-border-color;
74
- background-color: @btn-default-hover-backgroud-color;
75
- }
76
- &:active,
77
- &:focus {
78
- color: @btn-default-focus-color;
79
- border-color: @btn-default-focus-border-color;
80
- background-color: @btn-default-focus-backgroud-color;
71
+ &:not(:disabled):not(.ant-btn-disabled) {
72
+ &:hover {
73
+ color: @btn-default-hover-color;
74
+ border-color: @btn-default-hover-border-color;
75
+ background-color: @btn-default-hover-backgroud-color;
76
+ }
77
+ &:active,
78
+ &:focus {
79
+ color: @btn-default-focus-color;
80
+ border-color: @btn-default-focus-border-color;
81
+ background-color: @btn-default-focus-backgroud-color;
82
+ }
81
83
  }
82
84
  }
83
85
 
@@ -105,16 +107,18 @@
105
107
  }
106
108
  }
107
109
 
108
- &:hover {
109
- color: @btn-primary-hover-color;
110
- border-color: @btn-primary-hover-border-color;
111
- background-color: @btn-primary-hover-backgroud-color;
112
- }
113
- &:active,
114
- &:focus {
115
- color: @btn-primary-focus-color;
116
- border-color: @btn-primary-focus-border-color;
117
- background-color: @btn-primary-focus-backgroud-color;
110
+ &:not(:disabled):not(.ant-btn-disabled) {
111
+ &:hover {
112
+ color: @btn-primary-hover-color;
113
+ border-color: @btn-primary-hover-border-color;
114
+ background-color: @btn-primary-hover-backgroud-color;
115
+ }
116
+ &:active,
117
+ &:focus {
118
+ color: @btn-primary-focus-color;
119
+ border-color: @btn-primary-focus-border-color;
120
+ background-color: @btn-primary-focus-backgroud-color;
121
+ }
118
122
  }
119
123
  }
120
124
 
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  });
7
7
  exports.default = void 0;
8
8
  var _react = _interopRequireWildcard(require("react"));
9
- var _entry = require("react-pdf/dist/esm/entry.webpack5");
9
+ var _entry = require("react-pdf/dist/esm/entry.webpack");
10
10
  var _antd = require("antd");
11
11
  var _locale = require("../locale");
12
12
  var _jsxRuntime = require("react/jsx-runtime");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iglooform",
3
- "version": "3.3.7",
3
+ "version": "3.3.8",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "build-dev": "dumi build",