hzzt-plus 0.0.2-dev-05 → 0.0.2-dev06
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/dist/index.full.js +1 -0
- package/dist/index.full.min.js +8 -8
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +8 -8
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +1 -1
- package/es/components/index.d.ts +1 -0
- package/es/components/index.mjs +1 -0
- package/es/components/index.mjs.map +1 -1
- package/es/index.mjs +1 -0
- package/es/index.mjs.map +1 -1
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.js +2 -0
- package/lib/components/index.js.map +1 -1
- package/lib/index.js +26 -24
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.full.mjs
CHANGED
|
@@ -20638,4 +20638,4 @@ function setCssText(el, show, prop, value) {
|
|
|
20638
20638
|
const install = installer.install;
|
|
20639
20639
|
const version = installer.version;
|
|
20640
20640
|
|
|
20641
|
-
export { Blur, Download, Height, Highlight, HzztCollapse, HzztConfigProvider, HzztDropdown, HzztIcon, HzztPagination, HzztTab, HzztTitle, HzztTooltip, INSTALLED_KEY, SIZE_INJECTION_KEY$1 as SIZE_INJECTION_KEY, WEEK_DAYS, buildLocaleContext$1 as buildLocaleContext, buildTranslator$1 as buildTranslator, componentSizeMap, componentSizes$1 as componentSizes, configProviderContextKey$1 as configProviderContextKey, configProviderProps, datePickTypes, installer as default, defaultNamespace$1 as defaultNamespace, install, localeContextKey$1 as localeContextKey, makeInstaller, namespaceContextKey$1 as namespaceContextKey, provideGlobalConfig, translate$1 as translate, useGetDerivedNamespace$1 as useGetDerivedNamespace, useGlobalConfig$1 as useGlobalConfig, useGlobalSize$1 as useGlobalSize, useLocale$1 as useLocale, useNamespace$1 as useNamespace, useSizeProp$1 as useSizeProp, useSizeProps, version };
|
|
20641
|
+
export { Blur, Download, Height, Highlight, HzztCollapse, HzztConfigProvider, HzztDropdown, HzztIcon, HzztPageSize, HzztPagination, HzztTab, HzztTitle, HzztTooltip, INSTALLED_KEY, SIZE_INJECTION_KEY$1 as SIZE_INJECTION_KEY, WEEK_DAYS, buildLocaleContext$1 as buildLocaleContext, buildTranslator$1 as buildTranslator, componentSizeMap, componentSizes$1 as componentSizes, configProviderContextKey$1 as configProviderContextKey, configProviderProps, datePickTypes, installer as default, defaultNamespace$1 as defaultNamespace, install, localeContextKey$1 as localeContextKey, makeInstaller, namespaceContextKey$1 as namespaceContextKey, provideGlobalConfig, translate$1 as translate, useGetDerivedNamespace$1 as useGetDerivedNamespace, useGlobalConfig$1 as useGlobalConfig, useGlobalSize$1 as useGlobalSize, useLocale$1 as useLocale, useNamespace$1 as useNamespace, useSizeProp$1 as useSizeProp, useSizeProps, version };
|
package/es/components/index.d.ts
CHANGED
package/es/components/index.mjs
CHANGED
|
@@ -6,6 +6,7 @@ export { HzztTab } from './tab/index.mjs';
|
|
|
6
6
|
export { HzztIcon } from './icon/index.mjs';
|
|
7
7
|
export { HzztPagination } from './pagination/index.mjs';
|
|
8
8
|
export { HzztTooltip } from './tooltip/index.mjs';
|
|
9
|
+
export { HzztPageSize } from './page-size/index.mjs';
|
|
9
10
|
export { configProviderProps } from './config-provider/src/config-provider-props.mjs';
|
|
10
11
|
export { configProviderContextKey } from './config-provider/src/constants.mjs';
|
|
11
12
|
export { provideGlobalConfig, useGlobalConfig } from './config-provider/src/hooks/use-global-config.mjs';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}
|
package/es/index.mjs
CHANGED
|
@@ -16,6 +16,7 @@ export { HzztTab } from './components/tab/index.mjs';
|
|
|
16
16
|
export { HzztIcon } from './components/icon/index.mjs';
|
|
17
17
|
export { HzztPagination } from './components/pagination/index.mjs';
|
|
18
18
|
export { HzztTooltip } from './components/tooltip/index.mjs';
|
|
19
|
+
export { HzztPageSize } from './components/page-size/index.mjs';
|
|
19
20
|
export { INSTALLED_KEY } from './constants/key.mjs';
|
|
20
21
|
export { componentSizeMap, componentSizes } from './constants/size.mjs';
|
|
21
22
|
export { WEEK_DAYS, datePickTypes } from './constants/date.mjs';
|
package/es/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":["../../../packages/hzzt-plus/index.ts"],"sourcesContent":["import installer from './defaults'\nexport * from '@hzzt-plus/components'\nexport * from '@hzzt-plus/constants'\nexport * from '@hzzt-plus/directives'\nexport * from '@hzzt-plus/hooks'\nexport * from './make-installer'\n\nexport const install = installer.install\nexport const version = installer.version\nexport default installer\n"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":["../../../packages/hzzt-plus/index.ts"],"sourcesContent":["import installer from './defaults'\nexport * from '@hzzt-plus/components'\nexport * from '@hzzt-plus/constants'\nexport * from '@hzzt-plus/directives'\nexport * from '@hzzt-plus/hooks'\nexport * from './make-installer'\n\nexport const install = installer.install\nexport const version = installer.version\nexport default installer\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMY,MAAC,OAAO,GAAG,SAAS,CAAC,QAAQ;AAC7B,MAAC,OAAO,GAAG,SAAS,CAAC;;;;"}
|
package/lib/components/index.js
CHANGED
|
@@ -10,6 +10,7 @@ var index$4 = require('./tab/index.js');
|
|
|
10
10
|
var index$5 = require('./icon/index.js');
|
|
11
11
|
var index$6 = require('./pagination/index.js');
|
|
12
12
|
var index$7 = require('./tooltip/index.js');
|
|
13
|
+
var index$8 = require('./page-size/index.js');
|
|
13
14
|
var configProviderProps = require('./config-provider/src/config-provider-props.js');
|
|
14
15
|
var constants = require('./config-provider/src/constants.js');
|
|
15
16
|
var useGlobalConfig = require('./config-provider/src/hooks/use-global-config.js');
|
|
@@ -24,6 +25,7 @@ exports.HzztTab = index$4.HzztTab;
|
|
|
24
25
|
exports.HzztIcon = index$5.HzztIcon;
|
|
25
26
|
exports.HzztPagination = index$6.HzztPagination;
|
|
26
27
|
exports.HzztTooltip = index$7.HzztTooltip;
|
|
28
|
+
exports.HzztPageSize = index$8.HzztPageSize;
|
|
27
29
|
exports.configProviderProps = configProviderProps.configProviderProps;
|
|
28
30
|
exports.configProviderContextKey = constants.configProviderContextKey;
|
|
29
31
|
exports.provideGlobalConfig = useGlobalConfig.provideGlobalConfig;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/lib/index.js
CHANGED
|
@@ -19,16 +19,17 @@ var index$4 = require('./components/tab/index.js');
|
|
|
19
19
|
var index$5 = require('./components/icon/index.js');
|
|
20
20
|
var index$6 = require('./components/pagination/index.js');
|
|
21
21
|
var index$7 = require('./components/tooltip/index.js');
|
|
22
|
+
var index$8 = require('./components/page-size/index.js');
|
|
22
23
|
var key = require('./constants/key.js');
|
|
23
24
|
var size = require('./constants/size.js');
|
|
24
25
|
var date = require('./constants/date.js');
|
|
25
|
-
var index$
|
|
26
|
-
var index$
|
|
27
|
-
var index$
|
|
28
|
-
var index$
|
|
29
|
-
var index$
|
|
30
|
-
var index$
|
|
31
|
-
var index$
|
|
26
|
+
var index$9 = require('./directives/download/index.js');
|
|
27
|
+
var index$a = require('./directives/height/index.js');
|
|
28
|
+
var index$b = require('./directives/blur/index.js');
|
|
29
|
+
var index$c = require('./directives/highlight/index.js');
|
|
30
|
+
var index$d = require('./hooks/use-locale/index.js');
|
|
31
|
+
var index$e = require('./hooks/use-size/index.js');
|
|
32
|
+
var index$f = require('./hooks/use-namespace/index.js');
|
|
32
33
|
|
|
33
34
|
const install = defaults["default"].install;
|
|
34
35
|
const version = defaults["default"].version;
|
|
@@ -47,28 +48,29 @@ exports.HzztTab = index$4.HzztTab;
|
|
|
47
48
|
exports.HzztIcon = index$5.HzztIcon;
|
|
48
49
|
exports.HzztPagination = index$6.HzztPagination;
|
|
49
50
|
exports.HzztTooltip = index$7.HzztTooltip;
|
|
51
|
+
exports.HzztPageSize = index$8.HzztPageSize;
|
|
50
52
|
exports.INSTALLED_KEY = key.INSTALLED_KEY;
|
|
51
53
|
exports.componentSizeMap = size.componentSizeMap;
|
|
52
54
|
exports.componentSizes = size.componentSizes;
|
|
53
55
|
exports.WEEK_DAYS = date.WEEK_DAYS;
|
|
54
56
|
exports.datePickTypes = date.datePickTypes;
|
|
55
|
-
exports.Download = index$
|
|
56
|
-
exports.Height = index$
|
|
57
|
-
exports.Blur = index$
|
|
58
|
-
exports.Highlight = index$
|
|
59
|
-
exports.buildLocaleContext = index$
|
|
60
|
-
exports.buildTranslator = index$
|
|
61
|
-
exports.localeContextKey = index$
|
|
62
|
-
exports.translate = index$
|
|
63
|
-
exports.useLocale = index$
|
|
64
|
-
exports.SIZE_INJECTION_KEY = index$
|
|
65
|
-
exports.useGlobalSize = index$
|
|
66
|
-
exports.useSizeProp = index$
|
|
67
|
-
exports.useSizeProps = index$
|
|
68
|
-
exports.defaultNamespace = index$
|
|
69
|
-
exports.namespaceContextKey = index$
|
|
70
|
-
exports.useGetDerivedNamespace = index$
|
|
71
|
-
exports.useNamespace = index$
|
|
57
|
+
exports.Download = index$9["default"];
|
|
58
|
+
exports.Height = index$a["default"];
|
|
59
|
+
exports.Blur = index$b["default"];
|
|
60
|
+
exports.Highlight = index$c["default"];
|
|
61
|
+
exports.buildLocaleContext = index$d.buildLocaleContext;
|
|
62
|
+
exports.buildTranslator = index$d.buildTranslator;
|
|
63
|
+
exports.localeContextKey = index$d.localeContextKey;
|
|
64
|
+
exports.translate = index$d.translate;
|
|
65
|
+
exports.useLocale = index$d.useLocale;
|
|
66
|
+
exports.SIZE_INJECTION_KEY = index$e.SIZE_INJECTION_KEY;
|
|
67
|
+
exports.useGlobalSize = index$e.useGlobalSize;
|
|
68
|
+
exports.useSizeProp = index$e.useSizeProp;
|
|
69
|
+
exports.useSizeProps = index$e.useSizeProps;
|
|
70
|
+
exports.defaultNamespace = index$f.defaultNamespace;
|
|
71
|
+
exports.namespaceContextKey = index$f.namespaceContextKey;
|
|
72
|
+
exports.useGetDerivedNamespace = index$f.useGetDerivedNamespace;
|
|
73
|
+
exports.useNamespace = index$f.useNamespace;
|
|
72
74
|
exports.install = install;
|
|
73
75
|
exports.version = version;
|
|
74
76
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../packages/hzzt-plus/index.ts"],"sourcesContent":["import installer from './defaults'\nexport * from '@hzzt-plus/components'\nexport * from '@hzzt-plus/constants'\nexport * from '@hzzt-plus/directives'\nexport * from '@hzzt-plus/hooks'\nexport * from './make-installer'\n\nexport const install = installer.install\nexport const version = installer.version\nexport default installer\n"],"names":["installer"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../packages/hzzt-plus/index.ts"],"sourcesContent":["import installer from './defaults'\nexport * from '@hzzt-plus/components'\nexport * from '@hzzt-plus/constants'\nexport * from '@hzzt-plus/directives'\nexport * from '@hzzt-plus/hooks'\nexport * from './make-installer'\n\nexport const install = installer.install\nexport const version = installer.version\nexport default installer\n"],"names":["installer"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMY,MAAC,OAAO,GAAGA,mBAAS,CAAC,QAAQ;AAC7B,MAAC,OAAO,GAAGA,mBAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|