naive-ui 2.30.3-beta.0 → 2.30.3-beta.1
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.js +5 -3
- package/dist/index.prod.js +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/preset.d.ts +3 -2
- package/es/preset.js +3 -1
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +2 -1
- package/lib/preset.d.ts +3 -2
- package/lib/preset.js +4 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +3 -3
- package/web-types.json +1 -1
package/dist/index.js
CHANGED
|
@@ -95906,7 +95906,7 @@
|
|
|
95906
95906
|
createDiscreteApi: createDiscreteApi
|
|
95907
95907
|
});
|
|
95908
95908
|
|
|
95909
|
-
var version = "2.30.
|
|
95909
|
+
var version = "2.30.3-beta.1";
|
|
95910
95910
|
|
|
95911
95911
|
function create() {
|
|
95912
95912
|
let {
|
|
@@ -95948,9 +95948,10 @@
|
|
|
95948
95948
|
};
|
|
95949
95949
|
}
|
|
95950
95950
|
|
|
95951
|
-
|
|
95951
|
+
const naive = create({
|
|
95952
95952
|
components: Object.keys(components).map(key => components[key])
|
|
95953
95953
|
});
|
|
95954
|
+
const install = naive.install;
|
|
95954
95955
|
|
|
95955
95956
|
function useThemeVars() {
|
|
95956
95957
|
const configProviderInjection = vue.inject(configProviderInjectionKey, null);
|
|
@@ -96680,7 +96681,7 @@
|
|
|
96680
96681
|
exports.dateZhCN = dateZhCN;
|
|
96681
96682
|
exports.dateZhTW = datezhTW;
|
|
96682
96683
|
exports.deDE = deDE;
|
|
96683
|
-
exports["default"] =
|
|
96684
|
+
exports["default"] = naive;
|
|
96684
96685
|
exports.descriptionsDark = descriptionsDark;
|
|
96685
96686
|
exports.dialogDark = dialogDark;
|
|
96686
96687
|
exports.dividerDark = dividerDark;
|
|
@@ -96701,6 +96702,7 @@
|
|
|
96701
96702
|
exports.idID = idID;
|
|
96702
96703
|
exports.inputDark = inputDark;
|
|
96703
96704
|
exports.inputNumberDark = inputNumberDark;
|
|
96705
|
+
exports.install = install;
|
|
96704
96706
|
exports.internalSelectMenuDark = internalSelectMenuDark;
|
|
96705
96707
|
exports.internalSelectionDark = internalSelectionDark;
|
|
96706
96708
|
exports.itIT = itIT;
|