@ldmjs/ui 1.0.0-dev-2 → 1.0.0-dev-4
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 +33 -1
- package/dist/css/index.css +86 -0
- package/dist/index.js +697 -5
- package/dist/scss/_buttons.scss +301 -0
- package/dist/scss/_colors.scss +73 -0
- package/dist/scss/_variables.scss +9 -0
- package/dist/scss/index.scss +3 -0
- package/dist/utils.d.ts +4 -0
- package/package.json +29 -13
- package/.eslintignore +0 -15
- package/.eslintrc.json +0 -299
- package/.yarnrc.yml +0 -1
- package/config/webpack.config.build.js +0 -138
- package/config/webpack.config.dev.js +0 -85
- package/index.html +0 -18
- package/main.ts +0 -10
- package/src/app.vue +0 -12
- package/src/index.d.ts +0 -1
- package/src/index.ts +0 -18
- package/src/ld-icon/icons/access_control_24.svg +0 -3
- package/src/ld-icon/icons/account_tree_black_24.svg +0 -3
- package/src/ld-icon/icons/add_a_stage_24.svg +0 -3
- package/src/ld-icon/icons/add_column_24.svg +0 -3
- package/src/ld-icon/icons/add_outline_24.svg +0 -3
- package/src/ld-icon/icons/add_user_24.svg +0 -3
- package/src/ld-icon/icons/add_user_24_max.svg +0 -3
- package/src/ld-icon/icons/additional_zone_mode_24.svg +0 -5
- package/src/ld-icon/icons/additional_zone_mode_24_max.svg +0 -3
- package/src/ld-icon/icons/archive_24.svg +0 -3
- package/src/ld-icon/icons/archive_24_max.svg +0 -3
- package/src/ld-icon/icons/arrow_downward_24.svg +0 -3
- package/src/ld-icon/icons/arrow_downward_24_max.svg +0 -3
- package/src/ld-icon/icons/arrow_upward_24.svg +0 -3
- package/src/ld-icon/icons/arrow_upward_24_max.svg +0 -3
- package/src/ld-icon/icons/assignment_24.svg +0 -3
- package/src/ld-icon/icons/attach_file_outline_24_1.svg +0 -3
- package/src/ld-icon/icons/attach_file_outline_24_2.svg +0 -3
- package/src/ld-icon/icons/attach_file_outline_24_3.svg +0 -3
- package/src/ld-icon/icons/attach_file_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/attantion_outline_24.svg +0 -3
- package/src/ld-icon/icons/attribute_label_24.svg +0 -3
- package/src/ld-icon/icons/back_24.svg +0 -3
- package/src/ld-icon/icons/back_24_max.svg +0 -3
- package/src/ld-icon/icons/back_to_base_doc_24.svg +0 -3
- package/src/ld-icon/icons/burger_menu_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/business_processes_24.svg +0 -3
- package/src/ld-icon/icons/cancel_outline_24.svg +0 -3
- package/src/ld-icon/icons/change_user_24.svg +0 -4
- package/src/ld-icon/icons/chat_24.svg +0 -3
- package/src/ld-icon/icons/chat_24_max.svg +0 -3
- package/src/ld-icon/icons/class_24.svg +0 -3
- package/src/ld-icon/icons/class_24_max.svg +0 -3
- package/src/ld-icon/icons/clear_date_outline_24.svg +0 -3
- package/src/ld-icon/icons/clip_outline_24_max.svg +0 -10
- package/src/ld-icon/icons/clock_24.svg +0 -3
- package/src/ld-icon/icons/clock_24_max.svg +0 -3
- package/src/ld-icon/icons/clock_outline_24.svg +0 -3
- package/src/ld-icon/icons/close_24_max.svg +0 -3
- package/src/ld-icon/icons/close_fullscreen_24.svg +0 -3
- package/src/ld-icon/icons/close_fullscreen_24_max.svg +0 -3
- package/src/ld-icon/icons/collapse_16.svg +0 -4
- package/src/ld-icon/icons/collapse_24.svg +0 -4
- package/src/ld-icon/icons/collapse_accordion_24.svg +0 -3
- package/src/ld-icon/icons/collapse_panel_24.svg +0 -3
- package/src/ld-icon/icons/collapse_tree_24.svg +0 -3
- package/src/ld-icon/icons/collapse_window_24.svg +0 -3
- package/src/ld-icon/icons/color_design_24.svg +0 -3
- package/src/ld-icon/icons/column_view_24.svg +0 -3
- package/src/ld-icon/icons/column_view_24_max.svg +0 -3
- package/src/ld-icon/icons/component_24.svg +0 -3
- package/src/ld-icon/icons/content_24.svg +0 -3
- package/src/ld-icon/icons/content_24_max.svg +0 -3
- package/src/ld-icon/icons/content_storage_management_24.svg +0 -3
- package/src/ld-icon/icons/control_24.svg +0 -3
- package/src/ld-icon/icons/copy_24.svg +0 -3
- package/src/ld-icon/icons/correspondent_24.svg +0 -3
- package/src/ld-icon/icons/correspondent_24_max-1.svg +0 -3
- package/src/ld-icon/icons/correspondent_24_max.svg +0 -3
- package/src/ld-icon/icons/create_a_desktop_outline_24.svg +0 -3
- package/src/ld-icon/icons/create_a_desktop_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/date_range_24.svg +0 -5
- package/src/ld-icon/icons/date_range_24_max.svg +0 -3
- package/src/ld-icon/icons/delegate_24.svg +0 -3
- package/src/ld-icon/icons/delete_24.svg +0 -3
- package/src/ld-icon/icons/delete_24_max.svg +0 -3
- package/src/ld-icon/icons/delete_user_24.svg +0 -3
- package/src/ld-icon/icons/delete_user_24_max.svg +0 -3
- package/src/ld-icon/icons/denied_24.svg +0 -4
- package/src/ld-icon/icons/department_24.svg +0 -3
- package/src/ld-icon/icons/departments_24.svg +0 -3
- package/src/ld-icon/icons/deploy_grid_24.svg +0 -3
- package/src/ld-icon/icons/dev_24.svg +0 -10
- package/src/ld-icon/icons/document_24.svg +0 -3
- package/src/ld-icon/icons/document_24_max.svg +0 -3
- package/src/ld-icon/icons/done_outline_24.svg +0 -3
- package/src/ld-icon/icons/done_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/down_to_the_end_24.svg +0 -3
- package/src/ld-icon/icons/edit_24.svg +0 -3
- package/src/ld-icon/icons/edit_24_max.svg +0 -3
- package/src/ld-icon/icons/edit_grid_24.svg +0 -3
- package/src/ld-icon/icons/electronic_signature_24.svg +0 -3
- package/src/ld-icon/icons/email_24.svg +0 -3
- package/src/ld-icon/icons/email_24_max.svg +0 -3
- package/src/ld-icon/icons/email_outline_24.svg +0 -3
- package/src/ld-icon/icons/email_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/event_24.svg +0 -3
- package/src/ld-icon/icons/event_24_max.svg +0 -3
- package/src/ld-icon/icons/expand_16.svg +0 -4
- package/src/ld-icon/icons/expand_24.svg +0 -5
- package/src/ld-icon/icons/expand_accordion__24.svg +0 -3
- package/src/ld-icon/icons/expand_navigation_panel_24.svg +0 -3
- package/src/ld-icon/icons/expand_panel_24.svg +0 -3
- package/src/ld-icon/icons/expand_tree_24.svg +0 -3
- package/src/ld-icon/icons/favourites_24.svg +0 -3
- package/src/ld-icon/icons/favourites_24_max.svg +0 -3
- package/src/ld-icon/icons/file_24.svg +0 -3
- package/src/ld-icon/icons/file_24_max.svg +0 -3
- package/src/ld-icon/icons/file_outline_24.svg +0 -3
- package/src/ld-icon/icons/file_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/filter_list_24.svg +0 -3
- package/src/ld-icon/icons/filter_list_24_max.svg +0 -3
- package/src/ld-icon/icons/folder_24.svg +0 -3
- package/src/ld-icon/icons/folder_24_max.svg +0 -3
- package/src/ld-icon/icons/folder_back_24.svg +0 -3
- package/src/ld-icon/icons/folder_files_24.svg +0 -3
- package/src/ld-icon/icons/folder_outline_24.svg +0 -3
- package/src/ld-icon/icons/folder_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/forbidden_24.svg +0 -3
- package/src/ld-icon/icons/forward_24.svg +0 -3
- package/src/ld-icon/icons/forward_24_max.svg +0 -3
- package/src/ld-icon/icons/from_project_outline_24.svg +0 -3
- package/src/ld-icon/icons/get_app_24.svg +0 -3
- package/src/ld-icon/icons/get_app_24_max.svg +0 -3
- package/src/ld-icon/icons/help_24.svg +0 -3
- package/src/ld-icon/icons/history_outline_24.svg +0 -3
- package/src/ld-icon/icons/history_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/home_24.svg +0 -3
- package/src/ld-icon/icons/home_24_max.svg +0 -3
- package/src/ld-icon/icons/host_24.svg +0 -3
- package/src/ld-icon/icons/info_24-1.svg +0 -3
- package/src/ld-icon/icons/info_24.svg +0 -3
- package/src/ld-icon/icons/info_24_max.svg +0 -3
- package/src/ld-icon/icons/info_outline_24.svg +0 -3
- package/src/ld-icon/icons/input_marker_24.svg +0 -3
- package/src/ld-icon/icons/insert_diagonal_link_outline_24.svg +0 -3
- package/src/ld-icon/icons/insert_link_outline_24.svg +0 -3
- package/src/ld-icon/icons/interaction_management_24.svg +0 -3
- package/src/ld-icon/icons/label_outline_24.svg +0 -3
- package/src/ld-icon/icons/label_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/lamp_24.svg +0 -3
- package/src/ld-icon/icons/lamp_24_max.svg +0 -3
- package/src/ld-icon/icons/list_view_24.svg +0 -3
- package/src/ld-icon/icons/list_view_24_max.svg +0 -3
- package/src/ld-icon/icons/live_help_24_max.svg +0 -3
- package/src/ld-icon/icons/lock_24.svg +0 -3
- package/src/ld-icon/icons/lock_24_max.svg +0 -3
- package/src/ld-icon/icons/lock_open_outline_24.svg +0 -3
- package/src/ld-icon/icons/lock_open_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/logicgroup_24.svg +0 -3
- package/src/ld-icon/icons/logo_windows_24.svg +0 -3
- package/src/ld-icon/icons/mailing_group_department_24.svg +0 -3
- package/src/ld-icon/icons/mass_actions_24.svg +0 -3
- package/src/ld-icon/icons/maximize_window_outline_24.svg +0 -6
- package/src/ld-icon/icons/mini_pin_24.svg +0 -3
- package/src/ld-icon/icons/model_resolutions_24.svg +0 -3
- package/src/ld-icon/icons/monitor_24.svg +0 -3
- package/src/ld-icon/icons/more_vert_24_max.svg +0 -3
- package/src/ld-icon/icons/more_vert_24s.svg +0 -3
- package/src/ld-icon/icons/multi_volume_archive_24.svg +0 -4
- package/src/ld-icon/icons/negative_report_accepted_24.svg +0 -4
- package/src/ld-icon/icons/new_version_24.svg +0 -3
- package/src/ld-icon/icons/next_24.svg +0 -4
- package/src/ld-icon/icons/next_24_max.svg +0 -3
- package/src/ld-icon/icons/notyfications_24.svg +0 -3
- package/src/ld-icon/icons/notyfications_24_max.svg +0 -3
- package/src/ld-icon/icons/object_right.svg +0 -4
- package/src/ld-icon/icons/on_hold_24.svg +0 -3
- package/src/ld-icon/icons/on_hold_outline_24.svg +0 -3
- package/src/ld-icon/icons/open_in_full_24.svg +0 -3
- package/src/ld-icon/icons/open_in_full_24_max.svg +0 -3
- package/src/ld-icon/icons/open_modal_24.svg +0 -3
- package/src/ld-icon/icons/open_modal_24_max.svg +0 -4
- package/src/ld-icon/icons/pages_outline_24.svg +0 -3
- package/src/ld-icon/icons/pages_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/parallel_24.svg +0 -3
- package/src/ld-icon/icons/parallel_24_max.svg +0 -3
- package/src/ld-icon/icons/pause_18.svg +0 -3
- package/src/ld-icon/icons/photo_camera_24_max.svg +0 -10
- package/src/ld-icon/icons/pie_chart_24.svg +0 -3
- package/src/ld-icon/icons/pie_chart_24_max.svg +0 -3
- package/src/ld-icon/icons/pin_24.svg +0 -3
- package/src/ld-icon/icons/preview_mode_off_24.svg +0 -3
- package/src/ld-icon/icons/preview_mode_off_24_max.svg +0 -3
- package/src/ld-icon/icons/preview_mode_on_24.svg +0 -3
- package/src/ld-icon/icons/preview_mode_on_24_max.svg +0 -3
- package/src/ld-icon/icons/previous_24.svg +0 -3
- package/src/ld-icon/icons/previous_24_max.svg +0 -3
- package/src/ld-icon/icons/print_24.svg +0 -3
- package/src/ld-icon/icons/print_24_max.svg +0 -3
- package/src/ld-icon/icons/project_24.svg +0 -3
- package/src/ld-icon/icons/project_24_max.svg +0 -3
- package/src/ld-icon/icons/read_email_24.svg +0 -3
- package/src/ld-icon/icons/recipient_24.svg +0 -3
- package/src/ld-icon/icons/recipient_organization_24.svg +0 -3
- package/src/ld-icon/icons/redirect_24.svg +0 -3
- package/src/ld-icon/icons/redirect_24_max.svg +0 -3
- package/src/ld-icon/icons/refresh_outline_24.svg +0 -3
- package/src/ld-icon/icons/refresh_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/related_files_outline_24.svg +0 -3
- package/src/ld-icon/icons/remove_24.svg +0 -3
- package/src/ld-icon/icons/remove_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/rename_outline_24.svg +0 -3
- package/src/ld-icon/icons/repeat_report_for_user_24.svg +0 -3
- package/src/ld-icon/icons/reply_24.svg +0 -3
- package/src/ld-icon/icons/reply_24_max.svg +0 -3
- package/src/ld-icon/icons/restore_deleted_24.svg +0 -3
- package/src/ld-icon/icons/role_24.svg +0 -3
- package/src/ld-icon/icons/role_icon_24.svg +0 -3
- package/src/ld-icon/icons/roll_up_grid_24.svg +0 -3
- package/src/ld-icon/icons/save_24.svg +0 -3
- package/src/ld-icon/icons/save_24_max.svg +0 -3
- package/src/ld-icon/icons/scan_24.svg +0 -3
- package/src/ld-icon/icons/scheduler_24_1.svg +0 -3
- package/src/ld-icon/icons/scheduler_24_2.svg +0 -3
- package/src/ld-icon/icons/search_outline_24.svg +0 -3
- package/src/ld-icon/icons/search_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/select_the_widget_24.svg +0 -3
- package/src/ld-icon/icons/send_24.svg +0 -3
- package/src/ld-icon/icons/send_24_max.svg +0 -3
- package/src/ld-icon/icons/sequential_24.svg +0 -3
- package/src/ld-icon/icons/sequential_24_max.svg +0 -3
- package/src/ld-icon/icons/settings_24.svg +0 -3
- package/src/ld-icon/icons/settings_24_max.svg +0 -3
- package/src/ld-icon/icons/share_24.svg +0 -3
- package/src/ld-icon/icons/share_24_max.svg +0 -3
- package/src/ld-icon/icons/show_recipients_outline_24.svg +0 -3
- package/src/ld-icon/icons/sort_outline_24.svg +0 -3
- package/src/ld-icon/icons/stamp_24.svg +0 -3
- package/src/ld-icon/icons/star_outline_24.svg +0 -3
- package/src/ld-icon/icons/star_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/start_the_route_24_max.svg +0 -3
- package/src/ld-icon/icons/statistics_24.svg +0 -3
- package/src/ld-icon/icons/stop_the_route_24.svg +0 -3
- package/src/ld-icon/icons/subsystem_24.svg +0 -3
- package/src/ld-icon/icons/successfully_24.svg +0 -4
- package/src/ld-icon/icons/table_view_24.svg +0 -3
- package/src/ld-icon/icons/table_view_24_max.svg +0 -3
- package/src/ld-icon/icons/tag_24.svg +0 -3
- package/src/ld-icon/icons/the_report_is_accepted_24.svg +0 -3
- package/src/ld-icon/icons/to_the_begining_24.svg +0 -3
- package/src/ld-icon/icons/to_the_end_24.svg +0 -3
- package/src/ld-icon/icons/typical__route_24_max.svg +0 -7
- package/src/ld-icon/icons/typical_route_24-1.svg +0 -3
- package/src/ld-icon/icons/typical_route_24.svg +0 -3
- package/src/ld-icon/icons/unarchive_24.svg +0 -3
- package/src/ld-icon/icons/undo_outline_24.svg +0 -3
- package/src/ld-icon/icons/unpin_navigation_panel_24.svg +0 -3
- package/src/ld-icon/icons/up_24.svg +0 -3
- package/src/ld-icon/icons/up_to_the_begining_24.svg +0 -3
- package/src/ld-icon/icons/user_icon_24.svg +0 -3
- package/src/ld-icon/icons/user_icon_24_max.svg +0 -3
- package/src/ld-icon/icons/user_rights_24.svg +0 -3
- package/src/ld-icon/icons/verified_user_24.svg +0 -3
- package/src/ld-icon/icons/verified_user_24_max.svg +0 -3
- package/src/ld-icon/icons/viewing_24.svg +0 -7
- package/src/ld-icon/icons/vocabulary_24.svg +0 -3
- package/src/ld-icon/icons/warning_24.svg +0 -3
- package/src/ld-icon/icons/warning_24_max.svg +0 -3
- package/src/ld-icon/icons/warning_outline_24.svg +0 -3
- package/src/ld-icon/icons/whats_new_24.svg +0 -3
- package/src/ld-icon/icons/work_outline_24.svg +0 -3
- package/src/ld-icon/icons/work_outline_24_max.svg +0 -3
- package/src/ld-icon/icons.html +0 -37
- package/src/ld-icon/icons.json +0 -147
- package/src/ld-icon/icons.md +0 -2
- package/src/ld-icon/index.ts +0 -35
- package/src/ld-icon/ld-icon.ts +0 -59
- package/src/ld-icon/ld-icon.vue +0 -1
- package/src/ld-icon/svg-icon.ts +0 -10
- package/src/ld-icon/svg-icon.vue +0 -6
- package/tsconfig.json +0 -32
- package/typings/declarations.d.ts +0 -2
- package/typings/vue-shims.d.ts +0 -19
- package/typings/vue.d.ts +0 -34
package/.eslintrc.json
DELETED
|
@@ -1,299 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
// Настройки проекта
|
|
3
|
-
"env": {
|
|
4
|
-
// Проект для браузера
|
|
5
|
-
"browser": true,
|
|
6
|
-
// Включаем возможности ES6
|
|
7
|
-
"es6": true,
|
|
8
|
-
// Добавляем возможности ES2017
|
|
9
|
-
"es2017": true
|
|
10
|
-
},
|
|
11
|
-
// Наборы правил
|
|
12
|
-
"extends": [
|
|
13
|
-
// Базовый набор правил eslint
|
|
14
|
-
"eslint:recommended",
|
|
15
|
-
"plugin:promise/recommended",
|
|
16
|
-
// Отключаем правила из базового набора
|
|
17
|
-
// "plugin:@typescript-eslint/eslint-recommended",
|
|
18
|
-
// Базовые правила для TypeScript
|
|
19
|
-
"plugin:@typescript-eslint/recommended",
|
|
20
|
-
// Правила TS, требующие инфо о типах
|
|
21
|
-
"plugin:@typescript-eslint/recommended-requiring-type-checking",
|
|
22
|
-
"plugin:prettier/recommended", // Enables eslint-plugin-prettier and eslint-config-prettier. This will display prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
|
|
23
|
-
"plugin:vue/base"
|
|
24
|
-
],
|
|
25
|
-
// Движок парсинга
|
|
26
|
-
"parser": "vue-eslint-parser",
|
|
27
|
-
"parserOptions": {
|
|
28
|
-
"parser": "@typescript-eslint/parser",
|
|
29
|
-
// Движку нужен проект TS для правил с типами
|
|
30
|
-
"project": "tsconfig.json",
|
|
31
|
-
"tsconfigRootDir": ".",
|
|
32
|
-
"extraFileExtensions": [".vue", ".html"]
|
|
33
|
-
},
|
|
34
|
-
// Плагин с наборами правил для TypeScript
|
|
35
|
-
"plugins": ["prettier", "@typescript-eslint", "promise", "vue"],
|
|
36
|
-
"rules": {
|
|
37
|
-
"prettier/prettier": [
|
|
38
|
-
"error",
|
|
39
|
-
{
|
|
40
|
-
"usePrettierrc": true,
|
|
41
|
-
"printWidth": 120
|
|
42
|
-
}
|
|
43
|
-
],
|
|
44
|
-
"no-shadow": [
|
|
45
|
-
"off",
|
|
46
|
-
{
|
|
47
|
-
"builtinGlobals": false
|
|
48
|
-
}
|
|
49
|
-
],
|
|
50
|
-
"no-duplicate-imports": [
|
|
51
|
-
"error",
|
|
52
|
-
{
|
|
53
|
-
"includeExports": true
|
|
54
|
-
}
|
|
55
|
-
],
|
|
56
|
-
"no-template-curly-in-string": "error",
|
|
57
|
-
"block-scoped-var": "error",
|
|
58
|
-
"curly": ["error", "all"],
|
|
59
|
-
"eqeqeq": "error",
|
|
60
|
-
"max-classes-per-file": ["error", 1],
|
|
61
|
-
"no-alert": "error",
|
|
62
|
-
"no-console": ["error", { "allow": ["time", "timeEnd"] }],
|
|
63
|
-
"no-else-return": [
|
|
64
|
-
"error",
|
|
65
|
-
{
|
|
66
|
-
"allowElseIf": false
|
|
67
|
-
}
|
|
68
|
-
],
|
|
69
|
-
"no-implicit-coercion": "error",
|
|
70
|
-
"no-labels": "error",
|
|
71
|
-
"no-lone-blocks": "error",
|
|
72
|
-
"no-multi-spaces": "error",
|
|
73
|
-
"no-new": "error",
|
|
74
|
-
"no-new-func": "error",
|
|
75
|
-
"no-new-wrappers": "error",
|
|
76
|
-
"no-return-await": "error",
|
|
77
|
-
"no-self-compare": "error",
|
|
78
|
-
"no-sequences": "error",
|
|
79
|
-
"no-throw-literal": "error",
|
|
80
|
-
"no-unused-expressions": "error",
|
|
81
|
-
"no-useless-call": "error",
|
|
82
|
-
"no-useless-concat": "error",
|
|
83
|
-
"no-useless-return": "error",
|
|
84
|
-
"prefer-promise-reject-errors": "error",
|
|
85
|
-
"radix": "error",
|
|
86
|
-
"no-undefined": "error",
|
|
87
|
-
"array-bracket-newline": [
|
|
88
|
-
"off",
|
|
89
|
-
{
|
|
90
|
-
"multiline": true
|
|
91
|
-
}
|
|
92
|
-
],
|
|
93
|
-
"comma-dangle": "off",
|
|
94
|
-
"comma-style": "error",
|
|
95
|
-
"eol-last": "error",
|
|
96
|
-
"key-spacing": "error",
|
|
97
|
-
"keyword-spacing": "error",
|
|
98
|
-
"new-parens": "error",
|
|
99
|
-
"no-bitwise": "warn",
|
|
100
|
-
"no-lonely-if": "warn",
|
|
101
|
-
"no-multiple-empty-lines": "error",
|
|
102
|
-
"no-nested-ternary": "error",
|
|
103
|
-
"no-new-object": "error",
|
|
104
|
-
"no-tabs": [
|
|
105
|
-
"error",
|
|
106
|
-
{
|
|
107
|
-
"allowIndentationTabs": true
|
|
108
|
-
}
|
|
109
|
-
],
|
|
110
|
-
"no-trailing-spaces": "error",
|
|
111
|
-
"no-unneeded-ternary": "error",
|
|
112
|
-
"no-whitespace-before-property": "error",
|
|
113
|
-
"object-curly-newline": "error",
|
|
114
|
-
"object-curly-spacing": ["error", "always"],
|
|
115
|
-
"semi-spacing": "error",
|
|
116
|
-
"space-before-blocks": "error",
|
|
117
|
-
"space-before-function-paren": [
|
|
118
|
-
"error",
|
|
119
|
-
{
|
|
120
|
-
"anonymous": "always",
|
|
121
|
-
"named": "never",
|
|
122
|
-
"asyncArrow": "always"
|
|
123
|
-
}
|
|
124
|
-
],
|
|
125
|
-
"space-in-parens": "error",
|
|
126
|
-
"space-infix-ops": "error",
|
|
127
|
-
"space-unary-ops": "error",
|
|
128
|
-
"spaced-comment": ["error", "always"],
|
|
129
|
-
"switch-colon-spacing": "error",
|
|
130
|
-
"arrow-body-style": ["error", "as-needed"],
|
|
131
|
-
"arrow-parens": ["error", "as-needed"],
|
|
132
|
-
"arrow-spacing": "error",
|
|
133
|
-
"no-useless-computed-key": "error",
|
|
134
|
-
"no-useless-rename": "error",
|
|
135
|
-
"object-shorthand": ["error", "always"],
|
|
136
|
-
"prefer-arrow-callback": "warn",
|
|
137
|
-
"prefer-destructuring": "off",
|
|
138
|
-
"rest-spread-spacing": ["error", "never"],
|
|
139
|
-
"sort-imports": "off",
|
|
140
|
-
"template-curly-spacing": "error",
|
|
141
|
-
"optimize-regex/optimize-regex": "warn",
|
|
142
|
-
"@typescript-eslint/no-extra-parens": ["off"],
|
|
143
|
-
"@typescript-eslint/semi": ["error", "always"],
|
|
144
|
-
"@typescript-eslint/member-delimiter-style": [
|
|
145
|
-
"error",
|
|
146
|
-
{
|
|
147
|
-
"multiline": {
|
|
148
|
-
"delimiter": "semi"
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
],
|
|
152
|
-
"@typescript-eslint/member-ordering": "off",
|
|
153
|
-
"@typescript-eslint/no-magic-numbers": [
|
|
154
|
-
"off",
|
|
155
|
-
{
|
|
156
|
-
"ignoreNumericLiteralTypes": true,
|
|
157
|
-
"ignoreEnums": true,
|
|
158
|
-
"enforceConst": true,
|
|
159
|
-
"ignoreReadonlyClassProperties": true,
|
|
160
|
-
"ignore": [0, 1, 24, 60, 1000]
|
|
161
|
-
}
|
|
162
|
-
],
|
|
163
|
-
"@typescript-eslint/indent": ["off", 2],
|
|
164
|
-
"@typescript-eslint/quotes": [
|
|
165
|
-
"error",
|
|
166
|
-
"single",
|
|
167
|
-
{
|
|
168
|
-
"avoidEscape": true
|
|
169
|
-
}
|
|
170
|
-
],
|
|
171
|
-
"@typescript-eslint/func-call-spacing": ["error", "never"],
|
|
172
|
-
"@typescript-eslint/no-useless-constructor": "error",
|
|
173
|
-
"@typescript-eslint/prefer-for-of": "warn",
|
|
174
|
-
"@typescript-eslint/no-parameter-properties": "off",
|
|
175
|
-
"@typescript-eslint/no-unsafe-argument": "off",
|
|
176
|
-
"@typescript-eslint/no-unnecessary-type-arguments": "warn",
|
|
177
|
-
"@typescript-eslint/prefer-function-type": "warn",
|
|
178
|
-
"@typescript-eslint/prefer-readonly": "warn",
|
|
179
|
-
"@typescript-eslint/no-explicit-any": "error",
|
|
180
|
-
"@typescript-eslint/explicit-function-return-type": [
|
|
181
|
-
"off",
|
|
182
|
-
{
|
|
183
|
-
"allowExpressions": true
|
|
184
|
-
}
|
|
185
|
-
],
|
|
186
|
-
"@typescript-eslint/prefer-nullish-coalescing": "off",
|
|
187
|
-
"@typescript-eslint/interface-name-prefix": "off",
|
|
188
|
-
"@typescript-eslint/no-unused-vars": [
|
|
189
|
-
"error",
|
|
190
|
-
{
|
|
191
|
-
"argsIgnorePattern": "^",
|
|
192
|
-
"varsIgnorePattern": "^$"
|
|
193
|
-
}
|
|
194
|
-
],
|
|
195
|
-
"@typescript-eslint/no-use-before-define": "off",
|
|
196
|
-
"simple-import-sort/imports": [
|
|
197
|
-
"error",
|
|
198
|
-
{
|
|
199
|
-
// The default grouping, but with no blank lines.
|
|
200
|
-
"groups": [["^\\u0000", "^@?\\w", "^[^.]", "^\\."]]
|
|
201
|
-
}
|
|
202
|
-
],
|
|
203
|
-
"no-case-declarations": "off",
|
|
204
|
-
"@typescript-eslint/no-misused-promises": [
|
|
205
|
-
"error",
|
|
206
|
-
{
|
|
207
|
-
"checksVoidReturn": false
|
|
208
|
-
}
|
|
209
|
-
],
|
|
210
|
-
"promise/catch-or-return": [
|
|
211
|
-
"error",
|
|
212
|
-
{
|
|
213
|
-
"allowFinally": true
|
|
214
|
-
}
|
|
215
|
-
],
|
|
216
|
-
"vue/html-self-closing": "off",
|
|
217
|
-
"@typescript-eslint/explicit-module-boundary-types": ["off"],
|
|
218
|
-
"@typescript-eslint/typedef": [
|
|
219
|
-
"error",
|
|
220
|
-
{
|
|
221
|
-
"arrayDestructuring": false,
|
|
222
|
-
"arrowParameter": false,
|
|
223
|
-
"memberVariableDeclaration": false,
|
|
224
|
-
"objectDestructuring": false,
|
|
225
|
-
"parameter": true,
|
|
226
|
-
"propertyDeclaration": true,
|
|
227
|
-
"variableDeclaration": false,
|
|
228
|
-
"variableDeclarationIgnoreFunction": true
|
|
229
|
-
}
|
|
230
|
-
],
|
|
231
|
-
"@typescript-eslint/no-inferrable-types": [
|
|
232
|
-
"error",
|
|
233
|
-
{
|
|
234
|
-
"ignoreParameters": true
|
|
235
|
-
}
|
|
236
|
-
],
|
|
237
|
-
"vuetify/no-deprecated-classes": "error",
|
|
238
|
-
"vuetify/grid-unknown-attributes": "error",
|
|
239
|
-
"vuetify/no-deprecated-colors": "off",
|
|
240
|
-
"camelcase": "off",
|
|
241
|
-
"@typescript-eslint/naming-convention": [
|
|
242
|
-
"error",
|
|
243
|
-
{
|
|
244
|
-
"selector": "default",
|
|
245
|
-
"format": ["camelCase", "PascalCase", "UPPER_CASE"],
|
|
246
|
-
"leadingUnderscore": "allow",
|
|
247
|
-
"filter": {
|
|
248
|
-
"regex": "(\\w*-\\w*)|(:\\w*)|(@\\w*)|(\\d)",
|
|
249
|
-
"match": false
|
|
250
|
-
}
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"selector": "variable",
|
|
254
|
-
"format": ["camelCase", "UPPER_CASE", "PascalCase"],
|
|
255
|
-
"leadingUnderscore": "allow"
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"selector": "parameter",
|
|
259
|
-
"format": ["camelCase", "PascalCase"],
|
|
260
|
-
"leadingUnderscore": "allow"
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"selector": "memberLike",
|
|
264
|
-
"modifiers": ["public", "private", "static"],
|
|
265
|
-
"format": ["camelCase", "UPPER_CASE"],
|
|
266
|
-
"leadingUnderscore": "allow"
|
|
267
|
-
},
|
|
268
|
-
// {
|
|
269
|
-
// "selector": "memberLike",
|
|
270
|
-
// "modifiers": ["private static"],
|
|
271
|
-
// "format": ["camelCase", "UPPER_CASE"],
|
|
272
|
-
// "leadingUnderscore": "allow"
|
|
273
|
-
// },
|
|
274
|
-
{
|
|
275
|
-
"selector": "typeLike",
|
|
276
|
-
"format": ["PascalCase", "UPPER_CASE"]
|
|
277
|
-
}
|
|
278
|
-
],
|
|
279
|
-
"@typescript-eslint/no-floating-promises": [
|
|
280
|
-
"off",
|
|
281
|
-
{
|
|
282
|
-
"ignoreVoid": false,
|
|
283
|
-
"ignoreIIFE": false
|
|
284
|
-
}
|
|
285
|
-
],
|
|
286
|
-
"require-await": "off",
|
|
287
|
-
"@typescript-eslint/require-await": "error",
|
|
288
|
-
"@typescript-eslint/no-shadow": ["error"],
|
|
289
|
-
"sonarjs/cognitive-complexity": "off",
|
|
290
|
-
"sonarjs/prefer-immediate-return": "error",
|
|
291
|
-
"sonarjs/no-duplicate-string": "error",
|
|
292
|
-
"@typescript-eslint/restrict-template-expressions": "off",
|
|
293
|
-
"@typescript-eslint/restrict-plus-operands": "off",
|
|
294
|
-
"@typescript-eslint/no-unsafe-member-access": "off",
|
|
295
|
-
"@typescript-eslint/no-unsafe-assignment": "off",
|
|
296
|
-
"@typescript-eslint/no-unsafe-call": "off",
|
|
297
|
-
"@typescript-eslint/no-unsafe-return": "off"
|
|
298
|
-
}
|
|
299
|
-
}
|
package/.yarnrc.yml
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
nodeLinker: node-modules
|
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
const TerserPlugin = require('terser-webpack-plugin');
|
|
2
|
-
const { VueLoaderPlugin } = require('vue-loader');
|
|
3
|
-
const CopyWebpackPlugin = require('copy-webpack-plugin');
|
|
4
|
-
const DefinePlugin = require('webpack/lib/DefinePlugin');
|
|
5
|
-
const path = require('path');
|
|
6
|
-
|
|
7
|
-
module.exports = {
|
|
8
|
-
mode: 'production',
|
|
9
|
-
entry: {
|
|
10
|
-
'main': path.join(__dirname, '../src/index.ts'),
|
|
11
|
-
},
|
|
12
|
-
output: {
|
|
13
|
-
umdNamedDefine: true,
|
|
14
|
-
libraryTarget: 'umd',
|
|
15
|
-
library: 'ldm-ui',
|
|
16
|
-
filename: 'index.js',
|
|
17
|
-
path: path.resolve(__dirname, '../dist'),
|
|
18
|
-
},
|
|
19
|
-
externals: {
|
|
20
|
-
'vue': 'vue',
|
|
21
|
-
'vue-class-component': 'vue-class-component',
|
|
22
|
-
'vue-property-decorator': 'vue-property-decorator'
|
|
23
|
-
},
|
|
24
|
-
resolve: {
|
|
25
|
-
symlinks: true,
|
|
26
|
-
modules: [path.join(__dirname, '../'), 'node_modules'],
|
|
27
|
-
extensions: ['*', '.ts', '.js', '.vue', '.html', '.json', '.scss'],
|
|
28
|
-
alias: {
|
|
29
|
-
'vue$': 'vue/dist/vue.esm-bundler.js',
|
|
30
|
-
'@': 'src',
|
|
31
|
-
},
|
|
32
|
-
},
|
|
33
|
-
module: {
|
|
34
|
-
rules: [
|
|
35
|
-
{
|
|
36
|
-
test: /\.vue$/,
|
|
37
|
-
use: [
|
|
38
|
-
{
|
|
39
|
-
loader: 'vue-loader',
|
|
40
|
-
options: {
|
|
41
|
-
compilerOptions: {
|
|
42
|
-
whitespace: 'preserve',
|
|
43
|
-
},
|
|
44
|
-
hotReload: true
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
]
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
test: /\.ts$/,
|
|
51
|
-
exclude: /node_modules|\.(spec|e2e|d)\.ts$|vue\/src/,
|
|
52
|
-
use: [
|
|
53
|
-
{
|
|
54
|
-
loader: 'ts-loader',
|
|
55
|
-
options: {
|
|
56
|
-
appendTsSuffixTo: [/\.vue$/],
|
|
57
|
-
transpileOnly: true,
|
|
58
|
-
happyPackMode: false,
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
]
|
|
62
|
-
}
|
|
63
|
-
],
|
|
64
|
-
},
|
|
65
|
-
optimization: {
|
|
66
|
-
minimize: false,
|
|
67
|
-
minimizer: [
|
|
68
|
-
new TerserPlugin({
|
|
69
|
-
exclude: /\/assets\//,
|
|
70
|
-
parallel: true,
|
|
71
|
-
terserOptions: {
|
|
72
|
-
// ecma: 8,
|
|
73
|
-
warnings: false,
|
|
74
|
-
mangle: true,
|
|
75
|
-
output: {
|
|
76
|
-
comments: false,
|
|
77
|
-
beautify: false,
|
|
78
|
-
},
|
|
79
|
-
toplevel: true,
|
|
80
|
-
nameCache: null,
|
|
81
|
-
ie8: false,
|
|
82
|
-
keep_classnames: true,
|
|
83
|
-
keep_fnames: true,
|
|
84
|
-
safari10: false,
|
|
85
|
-
// unsafe: true, // new options
|
|
86
|
-
// inline: true, // new options
|
|
87
|
-
// passes: 2, // new options
|
|
88
|
-
// keep_fargs: false, // new options
|
|
89
|
-
compress: {
|
|
90
|
-
// turn off flags with small gains to speed up minification
|
|
91
|
-
arrows: false,
|
|
92
|
-
collapse_vars: false, // 0.3kb
|
|
93
|
-
comparisons: false,
|
|
94
|
-
computed_props: false,
|
|
95
|
-
hoist_funs: false,
|
|
96
|
-
hoist_props: false,
|
|
97
|
-
hoist_vars: false,
|
|
98
|
-
inline: false,
|
|
99
|
-
loops: false,
|
|
100
|
-
negate_iife: false,
|
|
101
|
-
properties: false,
|
|
102
|
-
reduce_funcs: false,
|
|
103
|
-
reduce_vars: false,
|
|
104
|
-
switches: false,
|
|
105
|
-
toplevel: false,
|
|
106
|
-
typeofs: false,
|
|
107
|
-
|
|
108
|
-
// a few flags with noticable gains/speed ratio
|
|
109
|
-
// numbers based on out of the box vendor bundle
|
|
110
|
-
booleans: true, // 0.7kb
|
|
111
|
-
if_return: true, // 0.4kb
|
|
112
|
-
sequences: true, // 0.7kb
|
|
113
|
-
unused: true, // 2.3kb
|
|
114
|
-
|
|
115
|
-
// required features to drop conditional branches
|
|
116
|
-
conditionals: true,
|
|
117
|
-
dead_code: true,
|
|
118
|
-
evaluate: true
|
|
119
|
-
},
|
|
120
|
-
},
|
|
121
|
-
}),
|
|
122
|
-
]
|
|
123
|
-
},
|
|
124
|
-
plugins: [
|
|
125
|
-
new VueLoaderPlugin(),
|
|
126
|
-
new DefinePlugin({
|
|
127
|
-
'$DEV': false,
|
|
128
|
-
}),
|
|
129
|
-
new CopyWebpackPlugin({
|
|
130
|
-
patterns: [
|
|
131
|
-
{
|
|
132
|
-
from: 'src/index.d.ts',
|
|
133
|
-
to: './index.d.ts'
|
|
134
|
-
}
|
|
135
|
-
]
|
|
136
|
-
})
|
|
137
|
-
]
|
|
138
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
const { VueLoaderPlugin } = require('vue-loader');
|
|
2
|
-
const HtmlWebpackPlugin = require('html-webpack-plugin');
|
|
3
|
-
const DefinePlugin = require('webpack/lib/DefinePlugin');
|
|
4
|
-
const CopyWebpackPlugin = require('copy-webpack-plugin');
|
|
5
|
-
const path = require('path');
|
|
6
|
-
|
|
7
|
-
module.exports = {
|
|
8
|
-
mode: 'development',
|
|
9
|
-
entry: {
|
|
10
|
-
'main': './main.ts',
|
|
11
|
-
},
|
|
12
|
-
module: {
|
|
13
|
-
rules: [
|
|
14
|
-
{
|
|
15
|
-
test: /\.vue$/,
|
|
16
|
-
use: [
|
|
17
|
-
{
|
|
18
|
-
loader: 'vue-loader',
|
|
19
|
-
options: {
|
|
20
|
-
compilerOptions: {
|
|
21
|
-
whitespace: 'preserve',
|
|
22
|
-
},
|
|
23
|
-
hotReload: true
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
]
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
test: /\.ts$/,
|
|
30
|
-
exclude: /node_modules|\.(spec|e2e|d)\.ts$|vue\/src/,
|
|
31
|
-
use: [
|
|
32
|
-
{
|
|
33
|
-
loader: 'ts-loader',
|
|
34
|
-
options: {
|
|
35
|
-
appendTsSuffixTo: [/\.vue$/],
|
|
36
|
-
transpileOnly: true,
|
|
37
|
-
happyPackMode: false,
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
]
|
|
41
|
-
}
|
|
42
|
-
],
|
|
43
|
-
},
|
|
44
|
-
resolve: {
|
|
45
|
-
symlinks: true,
|
|
46
|
-
modules: [path.join(__dirname, '../'), 'node_modules'],
|
|
47
|
-
extensions: ['*', '.ts', '.js', '.vue', '.html', '.json', '.scss'],
|
|
48
|
-
alias: {
|
|
49
|
-
'vue$': 'vue/dist/vue.esm-bundler.js',
|
|
50
|
-
'@': 'src',
|
|
51
|
-
},
|
|
52
|
-
},
|
|
53
|
-
plugins: [
|
|
54
|
-
new VueLoaderPlugin(),
|
|
55
|
-
new HtmlWebpackPlugin({
|
|
56
|
-
inject: true,
|
|
57
|
-
template: './index.html'
|
|
58
|
-
}),
|
|
59
|
-
new DefinePlugin({
|
|
60
|
-
'$DEV': true,
|
|
61
|
-
'__VUE_OPTIONS_API__': true,
|
|
62
|
-
'__VUE_PROD_DEVTOOLS__': false,
|
|
63
|
-
'__VUE_PROD_HYDRATION_MISMATCH_DETAILS__': false,
|
|
64
|
-
}),
|
|
65
|
-
new CopyWebpackPlugin({
|
|
66
|
-
patterns: [
|
|
67
|
-
{
|
|
68
|
-
from: 'src/ld-icon/icons',
|
|
69
|
-
to: './icons'
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
from: 'src/ld-icon/icons.json',
|
|
73
|
-
to: './icons.json'
|
|
74
|
-
}
|
|
75
|
-
]
|
|
76
|
-
}),
|
|
77
|
-
],
|
|
78
|
-
devServer: {
|
|
79
|
-
https: false,
|
|
80
|
-
port: 4000,
|
|
81
|
-
host: '0.0.0.0',
|
|
82
|
-
historyApiFallback: true,
|
|
83
|
-
hot: true,
|
|
84
|
-
}
|
|
85
|
-
}
|
package/index.html
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
|
|
7
|
-
<meta http-equiv="Cache-control" content="no-cache, no-store, must-revalidate">
|
|
8
|
-
<meta http-equiv="Pragma" content="no-cache">
|
|
9
|
-
<title>LDM-UI</title>
|
|
10
|
-
</head>
|
|
11
|
-
<body>
|
|
12
|
-
<noscript>
|
|
13
|
-
<!-- <strong>We're sorry but example doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> -->
|
|
14
|
-
<strong>Извините, приложение не может работать без включенного JavaScript. Пожалуйста, включите эту возможность!</strong>
|
|
15
|
-
</noscript>
|
|
16
|
-
<div id="app"></div>
|
|
17
|
-
</body>
|
|
18
|
-
</html>
|
package/main.ts
DELETED
package/src/app.vue
DELETED
package/src/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
declare module '@ldmjs/ui'
|
package/src/index.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { App } from 'vue';
|
|
2
|
-
import ldiconRegister from './ld-icon';
|
|
3
|
-
|
|
4
|
-
const ldmuiPlugin = {
|
|
5
|
-
install(vue: App, options?: {
|
|
6
|
-
LdIcon: {
|
|
7
|
-
path: string;
|
|
8
|
-
map: {
|
|
9
|
-
icons: Array<[string, string]>;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
}) {
|
|
13
|
-
ldiconRegister(vue, options.LdIcon)
|
|
14
|
-
},
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export default ldmuiPlugin;
|
|
18
|
-
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="access_control_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM14.5 13C16.433 13 18 11.433 18 9.5C18 7.567 16.433 6 14.5 6C12.567 6 11 7.567 11 9.5C11 9.93939 11.081 10.3599 11.2288 10.7473L6 16V18H8V17H10V15H11V14H12.5L13.4524 12.8405C13.7832 12.9441 14.1351 13 14.5 13ZM15.55 10.55C14.95 11.15 14.05 11.15 13.45 10.55C12.85 9.95 12.85 9.05 13.45 8.45C14.05 7.85 14.95 7.85 15.55 8.45C16.15 9.05 16.15 9.95 15.55 10.55Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="account_tree_black_24">
|
|
2
|
-
<path d="M19.5 10C19.7761 10 20 9.77614 20 9.5V5.5C20 5.22386 19.7761 5 19.5 5H15.5C15.2239 5 15 5.22386 15 5.5V7H9V5.5C9 5.22386 8.77614 5 8.5 5H4.5C4.22386 5 4 5.22386 4 5.5V9.5C4 9.77614 4.22386 10 4.5 10H8.5C8.77614 10 9 9.77614 9 9.5V8H12V16C12 16.5523 12.4477 17 13 17H15V18.5C15 18.7761 15.2239 19 15.5 19H19.5C19.7761 19 20 18.7761 20 18.5V14.5C20 14.2239 19.7761 14 19.5 14H15.5C15.2239 14 15 14.2239 15 14.5V16H13V8H15V9.5C15 9.77614 15.2239 10 15.5 10H19.5Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="add_a_stage_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 3H9V6H12V8H9V11H7V8H4V6H7V3ZM7.00781 19.5V13H9V19H18V8H14V6.01562H18.5312C19.3562 6.01562 20.0312 6.69063 20.0312 7.51562V19.5C20.0312 20.325 19.3562 21 18.5312 21H8.50781C7.68281 21 7.00781 20.325 7.00781 19.5Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="add_column_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.5 6C7.77614 6 8 6.22386 8 6.5V17.5C8 17.7761 7.77614 18 7.5 18H4.5C4.22386 18 4 17.7761 4 17.5V6.5C4 6.22386 4.22386 6 4.5 6H7.5ZM12.5 6C12.7761 6 13 6.22386 13 6.5V10.5C13 10.7761 12.7761 11 12.5 11H9.5C9.22386 11 9 10.7761 9 10.5V6.5C9 6.22386 9.22386 6 9.5 6H12.5ZM15 10H17V13H20V15H17V18H15V15H12V13H15V10Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="add_outline_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 6C11.4477 6 11 6.44772 11 7V11H7C6.44772 11 6 11.4477 6 12C6 12.5523 6.44772 13 7 13H11V17C11 17.5523 11.4477 18 12 18C12.5523 18 13 17.5523 13 17V13H17C17.5523 13 18 12.5523 18 12C18 11.4477 17.5523 11 17 11H13V7C13 6.44772 12.5523 6 12 6Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="add_user_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.50024 3C7.2241 3 7.00024 3.22386 7.00024 3.5V6H4.50024C4.2241 6 4.00024 6.22386 4.00024 6.5V7.5C4.00024 7.77614 4.2241 8 4.50024 8H7.00024V10.5C7.00024 10.7761 7.2241 11 7.50024 11H8.50024C8.77639 11 9.00024 10.7761 9.00024 10.5V8H11.5002C11.7764 8 12.0002 7.77614 12.0002 7.5V6.5C12.0002 6.22386 11.7764 6 11.5002 6H9.00024V3.5C9.00024 3.22386 8.77639 3 8.50024 3H7.50024ZM10.5 18.4468C10.8752 19.5625 13.3889 21 15.5 21C17.6111 21 20.219 19.4688 20.5 18.4468C20.5 16.8511 17.1667 16 15.5 16C13.8333 16 10.5 16.8511 10.5 18.4468ZM15.5 14C16.8807 14 18 12.8807 18 11.5C18 10.1193 16.8807 9 15.5 9C14.1193 9 13 10.1193 13 11.5C13 12.8807 14.1193 14 15.5 14Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="add_user_24_max">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 1.5C6 1.22386 6.22386 1 6.5 1H7.5C7.77614 1 8 1.22386 8 1.5V5L11.499 5C11.7752 5 11.999 5.22386 11.999 5.5V6.5C11.999 6.77614 11.7752 7 11.499 7H8V10.5C8 10.7761 7.77614 11 7.5 11H6.5C6.22386 11 6 10.7761 6 10.5V7H2.49902C2.22288 7 1.99902 6.77614 1.99902 6.5V5.5C1.99902 5.22386 2.22288 5 2.49902 5L6 5V1.5ZM16 8C17.7 8 19 9.3 19 11C19 12.7 17.7 14 16 14C14.3 14 13 12.7 13 11C13 9.3 14.3 8 16 8ZM16 22.2C13.5 22.2 11.3 20.9 10 19C10 17 14 15.9 16 15.9C18 15.9 22 17 22 19C20.7 20.9 18.5 22.2 16 22.2Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="additional_zone_mode_24">
|
|
2
|
-
<path d="M13.01 9.99609H16.9983V11H13.01V9.99609ZM18.5022 6H5.49829C4.67329 6 3.99829 6.675 3.99829 7.5V17.5C3.99829 18.325 4.67329 19 5.49829 19H18.5022C19.3272 19 20.0022 18.325 20.0022 17.5V7.5C20.0022 6.675 19.3272 6 18.5022 6ZM18.0022 17H12V8H18.0022V17Z" fill="currentColor"/>
|
|
3
|
-
<path d="M16.9983 11.9961H13.01V13H16.9983V11.9961Z" fill="currentColor"/>
|
|
4
|
-
<path d="M16.9983 13.9961H13.01V15H16.9983V13.9961Z" fill="currentColor"/>
|
|
5
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="additional_zone_mode_24_max">
|
|
2
|
-
<path d="M13 12H20V13.5H13V12ZM13 9.5H20V11H13V9.5ZM13 14.5H20V16H13V14.5ZM21 4H3C1.9 4 1 4.9 1 6V19C1 20.1 1.9 21 3 21H21C22.1 21 23 20.1 23 19V6C23 4.9 22.1 4 21 4ZM21 19H12V6H21V19Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="archive_24">
|
|
2
|
-
<path d="M18.6422 6.73444L17.5611 5.42778C17.3511 5.16333 17.0322 5 16.6667 5H7.33333C6.96778 5 6.64889 5.16333 6.43111 5.42778L5.35778 6.73444C5.13222 6.99889 5 7.34889 5 7.72222V17.4444C5 18.3 5.7 19 6.55556 19H17.4444C18.3 19 19 18.3 19 17.4444V7.72222C19 7.34889 18.8678 6.99889 18.6422 6.73444ZM12 16L7.72222 12H10V10H14V12H16.2778L12 16ZM6.55556 7L7.5 6H16.5L17.5 7H6.55556Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="archive_24_max">
|
|
2
|
-
<path d="M20.54 5.23L19.15 3.55C18.88 3.21 18.47 3 18 3H6C5.53 3 5.12 3.21 4.84 3.55L3.46 5.23C3.17 5.57 3 6.02 3 6.5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V6.5C21 6.02 20.83 5.57 20.54 5.23ZM12 17.5L6.5 12H10V9H14V12H17.5L12 17.5ZM5.12 5L5.93 4H17.93L18.87 5H5.12Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="arrow_downward_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 6C13 5.44771 12.5523 5 12 5C11.4477 5 11 5.44772 11 6L11 16.5858L7.70711 13.2929C7.31658 12.9024 6.68342 12.9024 6.29289 13.2929C5.90237 13.6834 5.90237 14.3166 6.29289 14.7071L11.2426 19.6569C11.6332 20.0474 12.2663 20.0474 12.6569 19.6569L17.6066 14.7071C17.9971 14.3166 17.9971 13.6834 17.6066 13.2929C17.2161 12.9024 16.5829 12.9024 16.1924 13.2929L13 16.4853L13 6Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="arrow_downward_24_max">
|
|
2
|
-
<path d="M11 5.00002L11 16.17L6.12003 11.29C5.73003 10.9 5.09003 10.9 4.70003 11.29C4.31003 11.68 4.31003 12.31 4.70003 12.7L11.29 19.29C11.68 19.68 12.31 19.68 12.7 19.29L19.3 12.71C19.69 12.32 19.69 11.69 19.3 11.3C18.91 10.91 18.28 10.91 17.89 11.3L13 16.17L13 5.00002C13 4.45002 12.55 4.00002 12 4.00002C11.45 4.00002 11 4.45002 11 5.00002Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|