maru_design2 2.28.1 → 2.28.2
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/.release-please-manifest.json +3 -0
- package/CHANGELOG.md +273 -916
- package/dist/components/atoms/button/Button.d.ts +33 -33
- package/dist/components/atoms/button/index.d.ts +1 -1
- package/dist/components/atoms/checkbox/Checkbox.d.ts +21 -21
- package/dist/components/atoms/checkbox/index.d.ts +1 -1
- package/dist/components/atoms/chip/Chip.d.ts +29 -29
- package/dist/components/atoms/chip/index.d.ts +1 -1
- package/dist/components/atoms/code/Code.d.ts +7 -7
- package/dist/components/atoms/code/index.d.ts +1 -1
- package/dist/components/atoms/icon/Icon.d.ts +16 -16
- package/dist/components/atoms/icon/iconmap.d.ts +422 -420
- package/dist/components/atoms/icon/index.d.ts +2 -2
- package/dist/components/atoms/input/Input.d.ts +43 -43
- package/dist/components/atoms/input/index.d.ts +1 -1
- package/dist/components/atoms/popover/Popover.d.ts +19 -19
- package/dist/components/atoms/popover/index.d.ts +1 -1
- package/dist/components/atoms/radio/Radio.d.ts +14 -14
- package/dist/components/atoms/radio/index.d.ts +1 -1
- package/dist/components/atoms/skeleton/Contents.d.ts +1 -1
- package/dist/components/atoms/skeleton/Skeleton.d.ts +6 -6
- package/dist/components/atoms/skeleton/index.d.ts +1 -1
- package/dist/components/atoms/slider/Slider.d.ts +31 -31
- package/dist/components/atoms/slider/index.d.ts +1 -1
- package/dist/components/atoms/textarea/Textarea.d.ts +38 -38
- package/dist/components/atoms/textarea/index.d.ts +1 -1
- package/dist/components/atoms/toggle/Toggle.d.ts +20 -20
- package/dist/components/atoms/toggle/index.d.ts +1 -1
- package/dist/components/atoms/tooltip/Tooltip.d.ts +29 -29
- package/dist/components/atoms/tooltip/index.d.ts +1 -1
- package/dist/components/molecules/calendar/Calendar.d.ts +27 -27
- package/dist/components/molecules/calendar/DatePickerHeader.d.ts +3 -3
- package/dist/components/molecules/calendar/DatePickerWrapper.d.ts +9 -9
- package/dist/components/molecules/calendar/index.d.ts +1 -1
- package/dist/components/molecules/dropdown/Dropdown.d.ts +90 -90
- package/dist/components/molecules/dropdown/index.d.ts +1 -1
- package/dist/components/molecules/dropdown/menu/MenuItem.d.ts +16 -16
- package/dist/components/molecules/dropdown/menu/index.d.ts +31 -31
- package/dist/components/molecules/dropdown/toggleButton/Arrow.d.ts +9 -9
- package/dist/components/molecules/dropdown/toggleButton/Clear.d.ts +6 -6
- package/dist/components/molecules/dropdown/toggleButton/index.d.ts +19 -19
- package/dist/components/molecules/modal/Modal.d.ts +48 -48
- package/dist/components/molecules/modal/index.d.ts +1 -1
- package/dist/components/molecules/multiSelectDropdown/MultiSelectDropdown.d.ts +76 -76
- package/dist/components/molecules/multiSelectDropdown/index.d.ts +1 -1
- package/dist/components/molecules/multiSelectDropdown/menu/MenuItem.d.ts +12 -12
- package/dist/components/molecules/multiSelectDropdown/menu/index.d.ts +21 -21
- package/dist/components/molecules/multiSelectDropdown/toggleButton/Arrow.d.ts +9 -9
- package/dist/components/molecules/multiSelectDropdown/toggleButton/Clear.d.ts +6 -6
- package/dist/components/molecules/multiSelectDropdown/toggleButton/index.d.ts +17 -17
- package/dist/components/molecules/pagination/Pagination.d.ts +22 -22
- package/dist/components/molecules/pagination/index.d.ts +1 -1
- package/dist/components/molecules/searchInput/SearchInput.d.ts +34 -34
- package/dist/components/molecules/searchInput/filter/FilterPopover.d.ts +16 -16
- package/dist/components/molecules/searchInput/filter/index.d.ts +17 -17
- package/dist/components/molecules/searchInput/index.d.ts +1 -1
- package/dist/components/molecules/table/Colgroup.d.ts +9 -9
- package/dist/components/molecules/table/Table.d.ts +3 -3
- package/dist/components/molecules/table/body/BinButtonTd.d.ts +7 -7
- package/dist/components/molecules/table/body/ChartButtonTd.d.ts +8 -8
- package/dist/components/molecules/table/body/CheckboxTd.d.ts +6 -6
- package/dist/components/molecules/table/body/EmptyTr.d.ts +8 -8
- package/dist/components/molecules/table/body/KebabMenuTd.d.ts +7 -7
- package/dist/components/molecules/table/body/RadioTd.d.ts +6 -6
- package/dist/components/molecules/table/body/Tr.d.ts +7 -7
- package/dist/components/molecules/table/body/index.d.ts +7 -7
- package/dist/components/molecules/table/header/FilterButtonsTh.d.ts +7 -7
- package/dist/components/molecules/table/header/FilterTh.d.ts +8 -8
- package/dist/components/molecules/table/header/SortableColumn.d.ts +15 -15
- package/dist/components/molecules/table/header/index.d.ts +17 -17
- package/dist/components/molecules/table/index.d.ts +1 -1
- package/dist/components/molecules/table/types.d.ts +125 -125
- package/dist/components/molecules/toast/Details.d.ts +6 -6
- package/dist/components/molecules/toast/Toast.d.ts +31 -31
- package/dist/components/molecules/toast/ToastContext.d.ts +15 -15
- package/dist/components/molecules/toast/ToastStyle.d.ts +18 -18
- package/dist/components/molecules/toast/index.d.ts +1 -1
- package/dist/components/molecules/toast/types.d.ts +4 -4
- package/dist/components/styleProvider/StyleProvider.d.ts +10 -10
- package/dist/components/styleProvider/index.d.ts +1 -1
- package/dist/enums/color.d.ts +14 -14
- package/dist/enums/direction.d.ts +2 -2
- package/dist/enums/gap.d.ts +4 -4
- package/dist/enums/size.d.ts +8 -8
- package/dist/enums/type.d.ts +4 -4
- package/dist/enums/variant.d.ts +8 -8
- package/dist/hooks/useButtonState.d.ts +16 -16
- package/dist/hooks/useColor.d.ts +4 -4
- package/dist/hooks/useCombineRef.d.ts +11 -11
- package/dist/hooks/useCreatePortal.d.ts +7 -7
- package/dist/hooks/useId.d.ts +7 -7
- package/dist/index.d.ts +22 -22
- package/dist/index.js +292 -254
- package/dist/utils/copy.d.ts +6 -6
- package/dist/utils/format.d.ts +2 -2
- package/dist/utils/highlight.d.ts +1 -1
- package/package.json +74 -74
- package/release-please-config.json +8 -0
- package/.idea/MaruDesign2.iml +0 -13
- package/.idea/codeStyles/Project.xml +0 -77
- package/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/.idea/inspectionProfiles/Project_Default.xml +0 -94
- package/.idea/jsLinters/eslint.xml +0 -6
- package/.idea/material_theme_project_new.xml +0 -12
- package/.idea/modules.xml +0 -8
- package/.idea/prettier.xml +0 -8
- package/.idea/vcs.xml +0 -6
- package/.idea/watcherTasks.xml +0 -4
package/dist/utils/copy.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 복사해주는 함수 성공하면 'complete'를, 실패하면 'undefined'를 리턴
|
|
3
|
-
* @param text
|
|
4
|
-
* @returns
|
|
5
|
-
*/
|
|
6
|
-
export declare const textCopy: (text: string) => Promise<'complete' | undefined>;
|
|
1
|
+
/**
|
|
2
|
+
* 복사해주는 함수 성공하면 'complete'를, 실패하면 'undefined'를 리턴
|
|
3
|
+
* @param text
|
|
4
|
+
* @returns
|
|
5
|
+
*/
|
|
6
|
+
export declare const textCopy: (text: string) => Promise<'complete' | undefined>;
|
package/dist/utils/format.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const noSpace: (text: string) => string;
|
|
2
|
-
export { noSpace };
|
|
1
|
+
declare const noSpace: (text: string) => string;
|
|
2
|
+
export { noSpace };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const searchData: <T>(data: T[], displayKey: string, query: string) => typeof data;
|
|
1
|
+
export declare const searchData: <T>(data: T[], displayKey: string, query: string) => typeof data;
|
package/package.json
CHANGED
|
@@ -1,74 +1,74 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "maru_design2",
|
|
3
|
-
"version": "2.28.
|
|
4
|
-
"main": "./dist/index.js",
|
|
5
|
-
"author": "zena-42maru",
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"peerDependencies": {
|
|
8
|
-
"react": "^18.3.1",
|
|
9
|
-
"react-dom": "^18.3.1"
|
|
10
|
-
},
|
|
11
|
-
"devDependencies": {
|
|
12
|
-
"@babel/core": "^7.18.10",
|
|
13
|
-
"@babel/preset-env": "^7.24.4",
|
|
14
|
-
"@babel/preset-react": "^7.24.1",
|
|
15
|
-
"@babel/preset-typescript": "^7.24.1",
|
|
16
|
-
"@chromatic-com/storybook": "^1",
|
|
17
|
-
"@popperjs/core": "^2.11.6",
|
|
18
|
-
"@rollup/plugin-babel": "^5.3.1",
|
|
19
|
-
"@rollup/plugin-commonjs": "^22.0.2",
|
|
20
|
-
"@rollup/plugin-image": "^2.1.1",
|
|
21
|
-
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
22
|
-
"@rollup/plugin-typescript": "^8.3.4",
|
|
23
|
-
"@storybook/addon-actions": "^8.0.9",
|
|
24
|
-
"@storybook/addon-essentials": "^8.0.9",
|
|
25
|
-
"@storybook/addon-interactions": "^8.0.9",
|
|
26
|
-
"@storybook/addon-links": "^8.0.9",
|
|
27
|
-
"@storybook/addon-webpack5-compiler-swc": "^1.0.2",
|
|
28
|
-
"@storybook/preset-scss": "^1.0.3",
|
|
29
|
-
"@storybook/react": "^8.0.9",
|
|
30
|
-
"@storybook/react-webpack5": "^8.0.9",
|
|
31
|
-
"@storybook/test": "^8.0.9",
|
|
32
|
-
"@types/react": "^17.0.11",
|
|
33
|
-
"@types/react-datepicker": "^6.2.0",
|
|
34
|
-
"@types/react-dom": "^17.0.8",
|
|
35
|
-
"@typescript-eslint/eslint-plugin": "^5.31.0",
|
|
36
|
-
"@typescript-eslint/parser": "^5.31.0",
|
|
37
|
-
"chromatic": "^11.3.0",
|
|
38
|
-
"classnames": "^2.5.1",
|
|
39
|
-
"css-loader": "^6.7.1",
|
|
40
|
-
"date-fns": "^3.6.0",
|
|
41
|
-
"eslint": "^8.20.0",
|
|
42
|
-
"eslint-config-airbnb": "^19.0.4",
|
|
43
|
-
"eslint-config-prettier": "^8.5.0",
|
|
44
|
-
"eslint-plugin-import": "^2.26.0",
|
|
45
|
-
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
46
|
-
"eslint-plugin-prettier": "^4.2.1",
|
|
47
|
-
"eslint-plugin-react": "^7.30.1",
|
|
48
|
-
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
49
|
-
"highlight.js": "^11.11.1",
|
|
50
|
-
"postcss": "^8.4.16",
|
|
51
|
-
"postcss-url": "^10.1.3",
|
|
52
|
-
"prettier": "^3.2.5",
|
|
53
|
-
"rollup": "^2.77.3",
|
|
54
|
-
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
55
|
-
"rollup-plugin-postcss": "^4.0.2",
|
|
56
|
-
"sass": "^1.54.4",
|
|
57
|
-
"sass-loader": "^13.0.2",
|
|
58
|
-
"storybook": "^8.0.9",
|
|
59
|
-
"style-loader": "^3.3.1",
|
|
60
|
-
"typescript": "^4.7.4"
|
|
61
|
-
},
|
|
62
|
-
"dependencies": {
|
|
63
|
-
"react": "^17.0.2",
|
|
64
|
-
"react-datepicker": "^6.9.0",
|
|
65
|
-
"react-dom": "^17.0.2"
|
|
66
|
-
},
|
|
67
|
-
"scripts": {
|
|
68
|
-
"storybook": "storybook dev -p 6006",
|
|
69
|
-
"build-storybook": "storybook build",
|
|
70
|
-
"build": "rollup -c",
|
|
71
|
-
"release": "rm -rf dist && yarn build && mv README.md temp.md && yarn publish && mv temp.md README.md",
|
|
72
|
-
"svg": "node ./scripts/svg-parser.mjs"
|
|
73
|
-
}
|
|
74
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "maru_design2",
|
|
3
|
+
"version": "2.28.2",
|
|
4
|
+
"main": "./dist/index.js",
|
|
5
|
+
"author": "zena-42maru",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"peerDependencies": {
|
|
8
|
+
"react": "^18.3.1",
|
|
9
|
+
"react-dom": "^18.3.1"
|
|
10
|
+
},
|
|
11
|
+
"devDependencies": {
|
|
12
|
+
"@babel/core": "^7.18.10",
|
|
13
|
+
"@babel/preset-env": "^7.24.4",
|
|
14
|
+
"@babel/preset-react": "^7.24.1",
|
|
15
|
+
"@babel/preset-typescript": "^7.24.1",
|
|
16
|
+
"@chromatic-com/storybook": "^1",
|
|
17
|
+
"@popperjs/core": "^2.11.6",
|
|
18
|
+
"@rollup/plugin-babel": "^5.3.1",
|
|
19
|
+
"@rollup/plugin-commonjs": "^22.0.2",
|
|
20
|
+
"@rollup/plugin-image": "^2.1.1",
|
|
21
|
+
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
22
|
+
"@rollup/plugin-typescript": "^8.3.4",
|
|
23
|
+
"@storybook/addon-actions": "^8.0.9",
|
|
24
|
+
"@storybook/addon-essentials": "^8.0.9",
|
|
25
|
+
"@storybook/addon-interactions": "^8.0.9",
|
|
26
|
+
"@storybook/addon-links": "^8.0.9",
|
|
27
|
+
"@storybook/addon-webpack5-compiler-swc": "^1.0.2",
|
|
28
|
+
"@storybook/preset-scss": "^1.0.3",
|
|
29
|
+
"@storybook/react": "^8.0.9",
|
|
30
|
+
"@storybook/react-webpack5": "^8.0.9",
|
|
31
|
+
"@storybook/test": "^8.0.9",
|
|
32
|
+
"@types/react": "^17.0.11",
|
|
33
|
+
"@types/react-datepicker": "^6.2.0",
|
|
34
|
+
"@types/react-dom": "^17.0.8",
|
|
35
|
+
"@typescript-eslint/eslint-plugin": "^5.31.0",
|
|
36
|
+
"@typescript-eslint/parser": "^5.31.0",
|
|
37
|
+
"chromatic": "^11.3.0",
|
|
38
|
+
"classnames": "^2.5.1",
|
|
39
|
+
"css-loader": "^6.7.1",
|
|
40
|
+
"date-fns": "^3.6.0",
|
|
41
|
+
"eslint": "^8.20.0",
|
|
42
|
+
"eslint-config-airbnb": "^19.0.4",
|
|
43
|
+
"eslint-config-prettier": "^8.5.0",
|
|
44
|
+
"eslint-plugin-import": "^2.26.0",
|
|
45
|
+
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
46
|
+
"eslint-plugin-prettier": "^4.2.1",
|
|
47
|
+
"eslint-plugin-react": "^7.30.1",
|
|
48
|
+
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
49
|
+
"highlight.js": "^11.11.1",
|
|
50
|
+
"postcss": "^8.4.16",
|
|
51
|
+
"postcss-url": "^10.1.3",
|
|
52
|
+
"prettier": "^3.2.5",
|
|
53
|
+
"rollup": "^2.77.3",
|
|
54
|
+
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
55
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
56
|
+
"sass": "^1.54.4",
|
|
57
|
+
"sass-loader": "^13.0.2",
|
|
58
|
+
"storybook": "^8.0.9",
|
|
59
|
+
"style-loader": "^3.3.1",
|
|
60
|
+
"typescript": "^4.7.4"
|
|
61
|
+
},
|
|
62
|
+
"dependencies": {
|
|
63
|
+
"react": "^17.0.2",
|
|
64
|
+
"react-datepicker": "^6.9.0",
|
|
65
|
+
"react-dom": "^17.0.2"
|
|
66
|
+
},
|
|
67
|
+
"scripts": {
|
|
68
|
+
"storybook": "storybook dev -p 6006",
|
|
69
|
+
"build-storybook": "storybook build",
|
|
70
|
+
"build": "rollup -c",
|
|
71
|
+
"release": "rm -rf dist && yarn build && mv README.md temp.md && yarn publish && mv temp.md README.md",
|
|
72
|
+
"svg": "node ./scripts/svg-parser.mjs"
|
|
73
|
+
}
|
|
74
|
+
}
|
package/.idea/MaruDesign2.iml
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
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
|
-
<excludeFolder url="file://$MODULE_DIR$/src/assets" />
|
|
9
|
-
</content>
|
|
10
|
-
<orderEntry type="inheritedJdk" />
|
|
11
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
12
|
-
</component>
|
|
13
|
-
</module>
|
|
@@ -1,77 +0,0 @@
|
|
|
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="USE_DOUBLE_QUOTES" value="false" />
|
|
9
|
-
<option name="FORCE_QUOTE_STYlE" value="true" />
|
|
10
|
-
<option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" />
|
|
11
|
-
<option name="VAR_DECLARATION_WRAP" value="2" />
|
|
12
|
-
<option name="OBJECT_LITERAL_WRAP" value="2" />
|
|
13
|
-
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
|
|
14
|
-
<option name="SPACES_WITHIN_IMPORTS" value="true" />
|
|
15
|
-
</JSCodeStyleSettings>
|
|
16
|
-
<TypeScriptCodeStyleSettings version="0">
|
|
17
|
-
<option name="FORCE_SEMICOLON_STYLE" value="true" />
|
|
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="VAR_DECLARATION_WRAP" value="2" />
|
|
22
|
-
<option name="OBJECT_LITERAL_WRAP" value="2" />
|
|
23
|
-
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
|
|
24
|
-
<option name="SPACES_WITHIN_IMPORTS" value="true" />
|
|
25
|
-
</TypeScriptCodeStyleSettings>
|
|
26
|
-
<VueCodeStyleSettings>
|
|
27
|
-
<option name="INTERPOLATION_NEW_LINE_AFTER_START_DELIMITER" value="false" />
|
|
28
|
-
<option name="INTERPOLATION_NEW_LINE_BEFORE_END_DELIMITER" value="false" />
|
|
29
|
-
</VueCodeStyleSettings>
|
|
30
|
-
<codeStyleSettings language="HTML">
|
|
31
|
-
<option name="SOFT_MARGINS" value="80" />
|
|
32
|
-
<indentOptions>
|
|
33
|
-
<option name="INDENT_SIZE" value="2" />
|
|
34
|
-
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
35
|
-
<option name="TAB_SIZE" value="2" />
|
|
36
|
-
</indentOptions>
|
|
37
|
-
</codeStyleSettings>
|
|
38
|
-
<codeStyleSettings language="JavaScript">
|
|
39
|
-
<option name="RIGHT_MARGIN" value="100" />
|
|
40
|
-
<option name="BLOCK_COMMENT_ADD_SPACE" value="true" />
|
|
41
|
-
<option name="KEEP_BLANK_LINES_IN_CODE" value="1" />
|
|
42
|
-
<option name="METHOD_CALL_CHAIN_WRAP" value="2" />
|
|
43
|
-
<option name="IF_BRACE_FORCE" value="1" />
|
|
44
|
-
<option name="DOWHILE_BRACE_FORCE" value="1" />
|
|
45
|
-
<option name="WHILE_BRACE_FORCE" value="1" />
|
|
46
|
-
<option name="FOR_BRACE_FORCE" value="1" />
|
|
47
|
-
<option name="SOFT_MARGINS" value="80" />
|
|
48
|
-
<indentOptions>
|
|
49
|
-
<option name="INDENT_SIZE" value="2" />
|
|
50
|
-
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
51
|
-
<option name="TAB_SIZE" value="2" />
|
|
52
|
-
</indentOptions>
|
|
53
|
-
</codeStyleSettings>
|
|
54
|
-
<codeStyleSettings language="TypeScript">
|
|
55
|
-
<option name="RIGHT_MARGIN" value="100" />
|
|
56
|
-
<option name="BLOCK_COMMENT_ADD_SPACE" value="true" />
|
|
57
|
-
<option name="KEEP_BLANK_LINES_IN_CODE" value="1" />
|
|
58
|
-
<option name="METHOD_CALL_CHAIN_WRAP" value="2" />
|
|
59
|
-
<option name="IF_BRACE_FORCE" value="1" />
|
|
60
|
-
<option name="DOWHILE_BRACE_FORCE" value="1" />
|
|
61
|
-
<option name="WHILE_BRACE_FORCE" value="1" />
|
|
62
|
-
<option name="FOR_BRACE_FORCE" value="1" />
|
|
63
|
-
<option name="SOFT_MARGINS" value="80" />
|
|
64
|
-
<indentOptions>
|
|
65
|
-
<option name="INDENT_SIZE" value="2" />
|
|
66
|
-
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
67
|
-
<option name="TAB_SIZE" value="2" />
|
|
68
|
-
</indentOptions>
|
|
69
|
-
</codeStyleSettings>
|
|
70
|
-
<codeStyleSettings language="Vue">
|
|
71
|
-
<option name="SOFT_MARGINS" value="80" />
|
|
72
|
-
<indentOptions>
|
|
73
|
-
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
74
|
-
</indentOptions>
|
|
75
|
-
</codeStyleSettings>
|
|
76
|
-
</code_scheme>
|
|
77
|
-
</component>
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
<component name="InspectionProjectProfileManager">
|
|
2
|
-
<profile version="1.0">
|
|
3
|
-
<option name="myName" value="Project Default" />
|
|
4
|
-
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
|
|
5
|
-
<inspection_tool class="PyInterpreterInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
6
|
-
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
|
7
|
-
<option name="ignoredPackages">
|
|
8
|
-
<value>
|
|
9
|
-
<list size="79">
|
|
10
|
-
<item index="0" class="java.lang.String" itemvalue="Automat" />
|
|
11
|
-
<item index="1" class="java.lang.String" itemvalue="Babel" />
|
|
12
|
-
<item index="2" class="java.lang.String" itemvalue="PyYAML" />
|
|
13
|
-
<item index="3" class="java.lang.String" itemvalue="texttable" />
|
|
14
|
-
<item index="4" class="java.lang.String" itemvalue="ufw" />
|
|
15
|
-
<item index="5" class="java.lang.String" itemvalue="python-dotenv" />
|
|
16
|
-
<item index="6" class="java.lang.String" itemvalue="MarkupSafe" />
|
|
17
|
-
<item index="7" class="java.lang.String" itemvalue="constantly" />
|
|
18
|
-
<item index="8" class="java.lang.String" itemvalue="PyGObject" />
|
|
19
|
-
<item index="9" class="java.lang.String" itemvalue="docker-compose" />
|
|
20
|
-
<item index="10" class="java.lang.String" itemvalue="distro-info" />
|
|
21
|
-
<item index="11" class="java.lang.String" itemvalue="pyasn1-modules" />
|
|
22
|
-
<item index="12" class="java.lang.String" itemvalue="python-magic" />
|
|
23
|
-
<item index="13" class="java.lang.String" itemvalue="systemd-python" />
|
|
24
|
-
<item index="14" class="java.lang.String" itemvalue="docopt" />
|
|
25
|
-
<item index="15" class="java.lang.String" itemvalue="filelock" />
|
|
26
|
-
<item index="16" class="java.lang.String" itemvalue="sos" />
|
|
27
|
-
<item index="17" class="java.lang.String" itemvalue="certifi" />
|
|
28
|
-
<item index="18" class="java.lang.String" itemvalue="dockerpty" />
|
|
29
|
-
<item index="19" class="java.lang.String" itemvalue="oauthlib" />
|
|
30
|
-
<item index="20" class="java.lang.String" itemvalue="pyparsing" />
|
|
31
|
-
<item index="21" class="java.lang.String" itemvalue="unattended-upgrades" />
|
|
32
|
-
<item index="22" class="java.lang.String" itemvalue="jsonschema" />
|
|
33
|
-
<item index="23" class="java.lang.String" itemvalue="hyperlink" />
|
|
34
|
-
<item index="24" class="java.lang.String" itemvalue="service-identity" />
|
|
35
|
-
<item index="25" class="java.lang.String" itemvalue="lazr.restfulclient" />
|
|
36
|
-
<item index="26" class="java.lang.String" itemvalue="cryptography" />
|
|
37
|
-
<item index="27" class="java.lang.String" itemvalue="zope.interface" />
|
|
38
|
-
<item index="28" class="java.lang.String" itemvalue="pexpect" />
|
|
39
|
-
<item index="29" class="java.lang.String" itemvalue="lazr.uri" />
|
|
40
|
-
<item index="30" class="java.lang.String" itemvalue="python-apt" />
|
|
41
|
-
<item index="31" class="java.lang.String" itemvalue="SecretStorage" />
|
|
42
|
-
<item index="32" class="java.lang.String" itemvalue="click" />
|
|
43
|
-
<item index="33" class="java.lang.String" itemvalue="ubuntu-advantage-tools" />
|
|
44
|
-
<item index="34" class="java.lang.String" itemvalue="attrs" />
|
|
45
|
-
<item index="35" class="java.lang.String" itemvalue="bcrypt" />
|
|
46
|
-
<item index="36" class="java.lang.String" itemvalue="ssh-import-id" />
|
|
47
|
-
<item index="37" class="java.lang.String" itemvalue="platformdirs" />
|
|
48
|
-
<item index="38" class="java.lang.String" itemvalue="virtualenv" />
|
|
49
|
-
<item index="39" class="java.lang.String" itemvalue="distlib" />
|
|
50
|
-
<item index="40" class="java.lang.String" itemvalue="jsonpatch" />
|
|
51
|
-
<item index="41" class="java.lang.String" itemvalue="idna" />
|
|
52
|
-
<item index="42" class="java.lang.String" itemvalue="distro" />
|
|
53
|
-
<item index="43" class="java.lang.String" itemvalue="PyJWT" />
|
|
54
|
-
<item index="44" class="java.lang.String" itemvalue="netifaces" />
|
|
55
|
-
<item index="45" class="java.lang.String" itemvalue="ptyprocess" />
|
|
56
|
-
<item index="46" class="java.lang.String" itemvalue="more-itertools" />
|
|
57
|
-
<item index="47" class="java.lang.String" itemvalue="httplib2" />
|
|
58
|
-
<item index="48" class="java.lang.String" itemvalue="pyasn1" />
|
|
59
|
-
<item index="49" class="java.lang.String" itemvalue="requests" />
|
|
60
|
-
<item index="50" class="java.lang.String" itemvalue="wadllib" />
|
|
61
|
-
<item index="51" class="java.lang.String" itemvalue="importlib-metadata" />
|
|
62
|
-
<item index="52" class="java.lang.String" itemvalue="jeepney" />
|
|
63
|
-
<item index="53" class="java.lang.String" itemvalue="Jinja2" />
|
|
64
|
-
<item index="54" class="java.lang.String" itemvalue="python-debian" />
|
|
65
|
-
<item index="55" class="java.lang.String" itemvalue="websocket-client" />
|
|
66
|
-
<item index="56" class="java.lang.String" itemvalue="docker" />
|
|
67
|
-
<item index="57" class="java.lang.String" itemvalue="pyrsistent" />
|
|
68
|
-
<item index="58" class="java.lang.String" itemvalue="pyOpenSSL" />
|
|
69
|
-
<item index="59" class="java.lang.String" itemvalue="launchpadlib" />
|
|
70
|
-
<item index="60" class="java.lang.String" itemvalue="zipp" />
|
|
71
|
-
<item index="61" class="java.lang.String" itemvalue="cloud-init" />
|
|
72
|
-
<item index="62" class="java.lang.String" itemvalue="urllib3" />
|
|
73
|
-
<item index="63" class="java.lang.String" itemvalue="blinker" />
|
|
74
|
-
<item index="64" class="java.lang.String" itemvalue="ubuntu-drivers-common" />
|
|
75
|
-
<item index="65" class="java.lang.String" itemvalue="six" />
|
|
76
|
-
<item index="66" class="java.lang.String" itemvalue="xkit" />
|
|
77
|
-
<item index="67" class="java.lang.String" itemvalue="jsonpointer" />
|
|
78
|
-
<item index="68" class="java.lang.String" itemvalue="PyHamcrest" />
|
|
79
|
-
<item index="69" class="java.lang.String" itemvalue="pyserial" />
|
|
80
|
-
<item index="70" class="java.lang.String" itemvalue="incremental" />
|
|
81
|
-
<item index="71" class="java.lang.String" itemvalue="chardet" />
|
|
82
|
-
<item index="72" class="java.lang.String" itemvalue="colorama" />
|
|
83
|
-
<item index="73" class="java.lang.String" itemvalue="configobj" />
|
|
84
|
-
<item index="74" class="java.lang.String" itemvalue="dbus-python" />
|
|
85
|
-
<item index="75" class="java.lang.String" itemvalue="command-not-found" />
|
|
86
|
-
<item index="76" class="java.lang.String" itemvalue="pytz" />
|
|
87
|
-
<item index="77" class="java.lang.String" itemvalue="keyring" />
|
|
88
|
-
<item index="78" class="java.lang.String" itemvalue="Twisted" />
|
|
89
|
-
</list>
|
|
90
|
-
</value>
|
|
91
|
-
</option>
|
|
92
|
-
</inspection_tool>
|
|
93
|
-
</profile>
|
|
94
|
-
</component>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="MaterialThemeProjectNewConfig">
|
|
4
|
-
<option name="metadata">
|
|
5
|
-
<MTProjectMetadataState>
|
|
6
|
-
<option name="migrated" value="true" />
|
|
7
|
-
<option name="pristineConfig" value="false" />
|
|
8
|
-
<option name="userId" value="-1de6b85:18f936e3845:-7ffe" />
|
|
9
|
-
</MTProjectMetadataState>
|
|
10
|
-
</option>
|
|
11
|
-
</component>
|
|
12
|
-
</project>
|
package/.idea/modules.xml
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectModuleManager">
|
|
4
|
-
<modules>
|
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/MaruDesign2.iml" filepath="$PROJECT_DIR$/.idea/MaruDesign2.iml" />
|
|
6
|
-
</modules>
|
|
7
|
-
</component>
|
|
8
|
-
</project>
|
package/.idea/prettier.xml
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="PrettierConfiguration">
|
|
4
|
-
<option name="myConfigurationMode" value="MANUAL" />
|
|
5
|
-
<option name="myRunOnSave" value="true" />
|
|
6
|
-
<option name="myFilesPattern" value="**/*.{js,ts,jsx,tsx,vue,astro,scss,css}" />
|
|
7
|
-
</component>
|
|
8
|
-
</project>
|
package/.idea/vcs.xml
DELETED
package/.idea/watcherTasks.xml
DELETED