@reni-corp/reni-2c-ui 0.2.22 → 0.2.23
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/README.md +66 -14
- package/dist/components/elements/Alert.vue.d.ts +2 -2
- package/dist/components/elements/Alert.vue.d.ts.map +1 -1
- package/dist/components/elements/Button.vue.d.ts +3 -3
- package/dist/components/elements/Button.vue.d.ts.map +1 -1
- package/dist/components/elements/CheckBox.vue.d.ts +8 -8
- package/dist/components/elements/Divider.vue.d.ts +1 -1
- package/dist/components/elements/Divider.vue.d.ts.map +1 -1
- package/dist/components/elements/Html.vue.d.ts +1 -1
- package/dist/components/elements/Html.vue.d.ts.map +1 -1
- package/dist/components/elements/Icon.vue.d.ts +1 -1
- package/dist/components/elements/Icon.vue.d.ts.map +1 -1
- package/dist/components/elements/Image.vue.d.ts +32 -1
- package/dist/components/elements/Image.vue.d.ts.map +1 -1
- package/dist/components/elements/Label.vue.d.ts +6 -2
- package/dist/components/elements/Label.vue.d.ts.map +1 -1
- package/dist/components/elements/PasswordField.vue.d.ts +10 -10
- package/dist/components/elements/PasswordField.vue.d.ts.map +1 -1
- package/dist/components/elements/RadioButtonGroup.vue.d.ts +11 -11
- package/dist/components/elements/RadioButtonGroup.vue.d.ts.map +1 -1
- package/dist/components/elements/SelectBox.vue.d.ts +18 -9
- package/dist/components/elements/SelectBox.vue.d.ts.map +1 -1
- package/dist/components/elements/SkeltonLoader.vue.d.ts +7 -0
- package/dist/components/elements/SkeltonLoader.vue.d.ts.map +1 -0
- package/dist/components/elements/SpinButton.vue.d.ts +16 -16
- package/dist/components/elements/SpinButton.vue.d.ts.map +1 -1
- package/dist/components/elements/Spinner.vue.d.ts +1 -1
- package/dist/components/elements/Spinner.vue.d.ts.map +1 -1
- package/dist/components/elements/Text.vue.d.ts +2 -2
- package/dist/components/elements/Text.vue.d.ts.map +1 -1
- package/dist/components/elements/TextField.vue.d.ts +15 -15
- package/dist/components/elements/TextField.vue.d.ts.map +1 -1
- package/dist/components/elements/ToolChip.vue.d.ts +1 -1
- package/dist/components/elements/ToolChip.vue.d.ts.map +1 -1
- package/dist/components/features/AnnounceBar.vue.d.ts.map +1 -1
- package/dist/components/features/AnnounceBarCollection.vue.d.ts.map +1 -1
- package/dist/components/features/CategoryBanner.vue.d.ts +2 -2
- package/dist/components/features/CategoryBanner.vue.d.ts.map +1 -1
- package/dist/components/features/FloatingBanner.vue.d.ts.map +1 -1
- package/dist/components/features/ImageGrid.vue.d.ts +1 -1
- package/dist/components/features/ImageGrid.vue.d.ts.map +1 -1
- package/dist/components/features/LinkList.vue.d.ts +1 -1
- package/dist/components/features/LinkList.vue.d.ts.map +1 -1
- package/dist/components/features/Marquee.vue.d.ts +4 -4
- package/dist/components/features/Marquee.vue.d.ts.map +1 -1
- package/dist/components/features/ProductList.vue.d.ts +51 -17
- package/dist/components/features/ProductList.vue.d.ts.map +1 -1
- package/dist/components/features/ProductListItem.vue.d.ts +1 -3
- package/dist/components/features/ProductListItem.vue.d.ts.map +1 -1
- package/dist/components/features/SnsLink.vue.d.ts +2 -2
- package/dist/components/features/SnsLink.vue.d.ts.map +1 -1
- package/dist/components/interactive/Gallery.vue.d.ts +1 -1
- package/dist/components/interactive/Gallery.vue.d.ts.map +1 -1
- package/dist/components/interactive/Notification.vue.d.ts +3 -3
- package/dist/components/interactive/Notification.vue.d.ts.map +1 -1
- package/dist/components/interactive/Slider.vue.d.ts +4 -0
- package/dist/components/interactive/Slider.vue.d.ts.map +1 -1
- package/dist/components/layouts/Grid.vue.d.ts +1 -1
- package/dist/components/layouts/Grid.vue.d.ts.map +1 -1
- package/dist/components/layouts/Page.vue.d.ts.map +1 -1
- package/dist/components/layouts/Section.vue.d.ts +1 -0
- package/dist/components/layouts/Section.vue.d.ts.map +1 -1
- package/dist/components/layouts/Stack.vue.d.ts +1 -1
- package/dist/components/layouts/Stack.vue.d.ts.map +1 -1
- package/dist/components/renderless/DataProvider.vue.d.ts +23 -2
- package/dist/components/renderless/DataProvider.vue.d.ts.map +1 -1
- package/dist/composable/useToolChip.d.ts.map +1 -1
- package/dist/{composables-2fcaaed0.js → composables-77be9ea0.js} +540 -540
- package/dist/composables.es.js +1 -1
- package/dist/directives/glitch.d.ts.map +1 -1
- package/dist/{index-3ee8d80a.js → index-a725a791.js} +1 -0
- package/dist/index.d.ts +8 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.es.js +6442 -5503
- package/dist/script.es.js +6128 -5190
- package/dist/script.umd.js +37 -18
- package/dist/style.css +1 -1
- package/dist/utils/env.d.ts +5 -0
- package/dist/utils/env.d.ts.map +1 -0
- package/dist/utils.d.ts +112 -6
- package/dist/utils.d.ts.map +1 -1
- package/dist/validation.d.ts +20 -0
- package/dist/validation.d.ts.map +1 -0
- package/package.json +11 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"env.d.ts","sourceRoot":"","sources":["../../src/utils/env.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,QAAQ,SAAgC,CAAA"}
|
package/dist/utils.d.ts
CHANGED
|
@@ -1,13 +1,119 @@
|
|
|
1
1
|
import { App } from 'vue';
|
|
2
|
+
import { ValidationConfig } from './validation';
|
|
2
3
|
|
|
3
|
-
export interface
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
export interface ResponsiveValue<T> {
|
|
5
|
+
pc?: T;
|
|
6
|
+
sp?: T;
|
|
7
|
+
}
|
|
8
|
+
export interface ReniOneUITheme {
|
|
9
|
+
mode?: 'light' | 'dark';
|
|
10
|
+
styles?: 'natural' | 'solid';
|
|
11
|
+
fontFamily?: string;
|
|
12
|
+
colors?: {
|
|
13
|
+
primary?: string;
|
|
14
|
+
secondary?: string;
|
|
15
|
+
warning?: string;
|
|
16
|
+
danger?: string;
|
|
17
|
+
success?: string;
|
|
18
|
+
info?: string;
|
|
19
|
+
background?: string;
|
|
20
|
+
surface?: string;
|
|
21
|
+
text?: string;
|
|
22
|
+
border?: string;
|
|
23
|
+
[key: string]: string | undefined;
|
|
24
|
+
};
|
|
25
|
+
layout?: {
|
|
26
|
+
xs?: ResponsiveValue<string>;
|
|
27
|
+
sm?: ResponsiveValue<string>;
|
|
28
|
+
md?: ResponsiveValue<string>;
|
|
29
|
+
rg?: ResponsiveValue<string>;
|
|
30
|
+
lg?: ResponsiveValue<string>;
|
|
31
|
+
xl?: ResponsiveValue<string>;
|
|
32
|
+
'2xl'?: ResponsiveValue<string>;
|
|
33
|
+
'3xl'?: ResponsiveValue<string>;
|
|
34
|
+
'4xl'?: ResponsiveValue<string>;
|
|
35
|
+
'5xl'?: ResponsiveValue<string>;
|
|
36
|
+
[key: string]: ResponsiveValue<string> | undefined;
|
|
37
|
+
};
|
|
38
|
+
fonts?: {
|
|
39
|
+
minimum?: ResponsiveValue<string>;
|
|
40
|
+
caption?: ResponsiveValue<string>;
|
|
41
|
+
body?: ResponsiveValue<string>;
|
|
42
|
+
subtitle?: ResponsiveValue<string>;
|
|
43
|
+
title?: ResponsiveValue<string>;
|
|
44
|
+
headline?: ResponsiveValue<string>;
|
|
45
|
+
[key: string]: ResponsiveValue<string> | undefined;
|
|
46
|
+
};
|
|
47
|
+
shadows?: {
|
|
48
|
+
xs?: string;
|
|
49
|
+
sm?: string;
|
|
50
|
+
md?: string;
|
|
51
|
+
lg?: string;
|
|
52
|
+
xl?: string;
|
|
53
|
+
[key: string]: string | undefined;
|
|
9
54
|
};
|
|
55
|
+
borderRadius?: {
|
|
56
|
+
sm?: ResponsiveValue<string>;
|
|
57
|
+
md?: ResponsiveValue<string>;
|
|
58
|
+
lg?: ResponsiveValue<string>;
|
|
59
|
+
full?: ResponsiveValue<string>;
|
|
60
|
+
[key: string]: ResponsiveValue<string> | undefined;
|
|
61
|
+
};
|
|
62
|
+
breakpoints?: {
|
|
63
|
+
sm?: string;
|
|
64
|
+
md?: string;
|
|
65
|
+
lg?: string;
|
|
66
|
+
xl?: string;
|
|
67
|
+
[key: string]: string | undefined;
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
export interface ReniOneUIOptions {
|
|
71
|
+
themes?: ReniOneUITheme;
|
|
72
|
+
validation?: ValidationConfig;
|
|
10
73
|
}
|
|
74
|
+
/**
|
|
75
|
+
* テーマ設定からCSS変数を生成します
|
|
76
|
+
* SSR環境でも使用可能で、生成されたCSS文字列を返します
|
|
77
|
+
*
|
|
78
|
+
* @param theme - テーマ設定オブジェクト
|
|
79
|
+
* @param validation - バリデーション設定(オプション)
|
|
80
|
+
* @returns 生成されたCSS変数の文字列
|
|
81
|
+
*
|
|
82
|
+
* @example
|
|
83
|
+
* ```typescript
|
|
84
|
+
* // Nuxt/SSR環境での使用例
|
|
85
|
+
* import { generateCSSVariables } from '@reni-corp/reni-2c-ui'
|
|
86
|
+
*
|
|
87
|
+
* const theme = { colors: { primary: '#ff0000' } }
|
|
88
|
+
* const cssVariables = generateCSSVariables(theme, { locale: 'ja' })
|
|
89
|
+
*
|
|
90
|
+
* // Nuxtの場合
|
|
91
|
+
* useHead({
|
|
92
|
+
* style: [
|
|
93
|
+
* {
|
|
94
|
+
* id: 'reni-one-ui-theme',
|
|
95
|
+
* textContent: css,
|
|
96
|
+
* },
|
|
97
|
+
* ]
|
|
98
|
+
* })
|
|
99
|
+
* ```
|
|
100
|
+
*/
|
|
101
|
+
export declare function generateCSSVariables(theme: ReniOneUITheme, validation?: ValidationConfig): string;
|
|
102
|
+
/**
|
|
103
|
+
* CSS変数をドキュメントに適用する関数(ブラウザ環境専用)
|
|
104
|
+
*
|
|
105
|
+
* @deprecated SSR環境では動作しません。代わりに `generateCSSVariables` を使用して、
|
|
106
|
+
* Nuxtの `useHead` などでスタイルを適用することを推奨します。
|
|
107
|
+
*
|
|
108
|
+
* @param theme - テーマ設定オブジェクト
|
|
109
|
+
*
|
|
110
|
+
* @example
|
|
111
|
+
* ```typescript
|
|
112
|
+
* // ブラウザ環境での使用(後方互換性のため残されています)
|
|
113
|
+
* applyCSSVariables({ colors: { primary: '#ff0000' } })
|
|
114
|
+
* ```
|
|
115
|
+
*/
|
|
116
|
+
export declare function applyCSSVariables(theme: ReniOneUITheme): void;
|
|
11
117
|
export declare function createReniOneUI(options?: ReniOneUIOptions): {
|
|
12
118
|
install: (app: App) => void;
|
|
13
119
|
};
|
package/dist/utils.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { RuleExpression } from 'vee-validate';
|
|
2
|
+
|
|
3
|
+
export type ValidationRules = RuleExpression<any>;
|
|
4
|
+
export interface ValidationConfig {
|
|
5
|
+
locale?: 'ja' | 'en';
|
|
6
|
+
customRules?: Record<string, (value: any) => boolean | string>;
|
|
7
|
+
customMessages?: Record<string, string>;
|
|
8
|
+
}
|
|
9
|
+
export declare function configureValidation(config?: ValidationConfig): void;
|
|
10
|
+
export declare const fieldTypes: readonly ["nameField", "emailField", "passwordField", "ageField", "phone", "zipcode", "hiragana", "katakana", "alphanumeric", "url"];
|
|
11
|
+
export declare const rules: {
|
|
12
|
+
readonly required: () => string;
|
|
13
|
+
readonly text: (min: number, max: number) => string;
|
|
14
|
+
readonly number: (min: number, max: number) => string;
|
|
15
|
+
readonly optional: {
|
|
16
|
+
readonly text: (min: number, max: number) => string;
|
|
17
|
+
readonly number: (min: number, max: number) => string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=validation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../src/validation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,KAAK,cAAc,EAAE,MAAM,cAAc,CAAA;AAMzE,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,GAAG,CAAC,CAAA;AAEjD,MAAM,WAAW,gBAAgB;IAC/B,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,OAAO,GAAG,MAAM,CAAC,CAAA;IAC9D,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CACxC;AAgMD,wBAAgB,mBAAmB,CAAC,MAAM,GAAE,gBAAqB,QA2ChE;AAGD,eAAO,MAAM,UAAU,sIAWb,CAAA;AAGV,eAAO,MAAM,KAAK;;yBAEJ,MAAM,OAAO,MAAM;2BACjB,MAAM,OAAO,MAAM;;6BAGnB,MAAM,OAAO,MAAM;+BACjB,MAAM,OAAO,MAAM;;CAG3B,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reni-corp/reni-2c-ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.23",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/script.umd.js",
|
|
6
6
|
"module": "./dist/index.es.js",
|
|
@@ -31,9 +31,10 @@
|
|
|
31
31
|
],
|
|
32
32
|
"scripts": {
|
|
33
33
|
"dev": "vite",
|
|
34
|
-
"build": "
|
|
34
|
+
"build": "yarn build:cdn && yarn build:lib",
|
|
35
35
|
"build:lib": "BUILD_TARGET=lib vite build",
|
|
36
36
|
"build:cdn": "BUILD_TARGET=cdn vite build",
|
|
37
|
+
"build:watch": "BUILD_TARGET=lib vite build --watch",
|
|
37
38
|
"preview": "vite preview",
|
|
38
39
|
"storybook": "storybook dev -p 6006",
|
|
39
40
|
"build-storybook": "storybook build",
|
|
@@ -55,17 +56,21 @@
|
|
|
55
56
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
56
57
|
"@fortawesome/pro-regular-svg-icons": "^6.7.2",
|
|
57
58
|
"@fortawesome/vue-fontawesome": "^3.0.8",
|
|
59
|
+
"@vee-validate/i18n": "^4.15.1",
|
|
58
60
|
"@vee-validate/rules": "^4.11.3",
|
|
59
61
|
"@vueuse/components": "^10.5.0",
|
|
60
62
|
"@vueuse/core": "^10.3.0",
|
|
61
63
|
"dayjs": "^1.11.13",
|
|
62
64
|
"dompurify": "^3.0.11",
|
|
63
|
-
"floating-vue": "
|
|
65
|
+
"floating-vue": "patch:floating-vue@npm%3A2.0.0#./.yarn/patches/floating-vue-npm-2.0.0-b4308359d7.patch",
|
|
64
66
|
"swiper": "^11.1.15",
|
|
65
67
|
"vee-validate": "^4.11.3",
|
|
66
68
|
"vue": "^3.4.31"
|
|
67
69
|
},
|
|
70
|
+
"packageManager": "yarn@4.10.0",
|
|
68
71
|
"devDependencies": {
|
|
72
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
73
|
+
"@eslint/js": "^9.36.0",
|
|
69
74
|
"@storybook/addon-essentials": "^7.3.2",
|
|
70
75
|
"@storybook/addon-interactions": "^7.3.2",
|
|
71
76
|
"@storybook/addon-links": "^7.3.2",
|
|
@@ -77,6 +82,7 @@
|
|
|
77
82
|
"@storybook/vue3-vite": "^7.3.2",
|
|
78
83
|
"@types/dompurify": "^3.0.5",
|
|
79
84
|
"@typescript-eslint/eslint-plugin": "^8.8.1",
|
|
85
|
+
"@typescript-eslint/parser": "^8.8.1",
|
|
80
86
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
81
87
|
"@vue/babel-plugin-jsx": "^1.1.5",
|
|
82
88
|
"eslint": "^9.12.0",
|
|
@@ -84,6 +90,7 @@
|
|
|
84
90
|
"eslint-formatter-compact": "^8.40.0",
|
|
85
91
|
"eslint-plugin-prettier": "^5.2.1",
|
|
86
92
|
"eslint-plugin-vue": "^9.29.0",
|
|
93
|
+
"globals": "^15.12.0",
|
|
87
94
|
"plop": "^3.1.2",
|
|
88
95
|
"postcss": "^8.5.3",
|
|
89
96
|
"postcss-html": "^1.8.0",
|
|
@@ -105,6 +112,7 @@
|
|
|
105
112
|
"typescript": "^5.0.2",
|
|
106
113
|
"vite": "^4.4.5",
|
|
107
114
|
"vite-plugin-dts": "^3.5.3",
|
|
115
|
+
"vue-eslint-parser": "^10.2.0",
|
|
108
116
|
"vue-tsc": "^1.8.5"
|
|
109
117
|
}
|
|
110
118
|
}
|