zova-ui-empty 5.1.14 → 5.1.16
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/package.json +16 -16
- package/package.original.json +6 -6
- package/src/suite/a-demo/modules/demo-basic/rest/component/card.ts +2 -3
- package/src/suite/a-demo/modules/demo-basic/rest/index.ts +1 -0
- package/src/suite/a-demo/modules/demo-basic/rest/pages.ts +1 -0
- package/src/suite/a-demo/modules/demo-basic/src/.metadata/component/card.ts +0 -1
- package/src/suite/a-demo/modules/demo-basic/src/.metadata/index.ts +1 -1
- package/src/suite/a-home/modules/home-api/src/.metadata/index.ts +1 -1
- package/src/suite/a-home/modules/home-base/rest/component/page.ts +2 -3
- package/src/suite/a-home/modules/home-base/rest/index.ts +1 -0
- package/src/suite/a-home/modules/home-base/rest/pages.ts +1 -0
- package/src/suite/a-home/modules/home-base/src/.metadata/component/page.ts +0 -1
- package/src/suite/a-home/modules/home-base/src/.metadata/index.ts +1 -1
- package/src/suite/a-home/modules/home-base/src/.metadata/locales.ts +0 -2
- package/src/suite/a-home/modules/home-base/src/.metadata/page/authCallback.ts +1 -3
- package/src/suite/a-home/modules/home-base/src/.metadata/page/errorExpired.ts +1 -3
- package/src/suite/a-home/modules/home-icon/rest/icons.ts +1 -0
- package/src/suite/a-home/modules/home-icon/rest/index.ts +1 -0
- package/src/suite/a-home/modules/home-icon/src/.metadata/index.ts +1 -1
- package/src/suite/a-home/modules/home-index/rest/index.ts +1 -0
- package/src/suite/a-home/modules/home-index/rest/pages.ts +1 -0
- package/src/suite/a-home/modules/home-index/src/.metadata/index.ts +1 -1
- package/src/suite/a-home/modules/home-layout/rest/component/itemLink.ts +2 -3
- package/src/suite/a-home/modules/home-layout/rest/component/layoutEmpty.ts +2 -3
- package/src/suite/a-home/modules/home-layout/rest/component/layoutTabs.ts +2 -3
- package/src/suite/a-home/modules/home-layout/src/.metadata/component/itemLink.ts +0 -1
- package/src/suite/a-home/modules/home-layout/src/.metadata/component/layoutEmpty.ts +0 -1
- package/src/suite/a-home/modules/home-layout/src/.metadata/component/layoutTabs.ts +0 -1
- package/src/suite/a-home/modules/home-layout/src/.metadata/index.ts +1 -1
- package/src/suite/a-home/modules/home-layout/src/.metadata/locales.ts +0 -2
- package/src/suite/a-home/modules/home-passport/src/.metadata/index.ts +1 -1
- package/src/suite/a-demo/modules/demo-basic/rest/pagesImport.txt +0 -0
- package/src/suite/a-demo/modules/demo-basic/rest/pagesRecord.txt +0 -2
- package/src/suite/a-home/modules/home-base/rest/pagesImport.txt +0 -2
- package/src/suite/a-home/modules/home-base/rest/pagesRecord.txt +0 -3
- package/src/suite/a-home/modules/home-icon/rest/icons.txt +0 -237
- package/src/suite/a-home/modules/home-index/rest/pagesImport.txt +0 -0
- package/src/suite/a-home/modules/home-index/rest/pagesRecord.txt +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zova-ui-empty",
|
|
3
|
-
"version": "5.1.
|
|
4
|
-
"gitHead": "
|
|
3
|
+
"version": "5.1.16",
|
|
4
|
+
"gitHead": "a36d946c883d78612ecfab6eb70c106a6b03ea25",
|
|
5
5
|
"description": "A vue3 empty framework with ioc",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"ioc",
|
|
@@ -74,35 +74,35 @@
|
|
|
74
74
|
"vue": "^3.5.6",
|
|
75
75
|
"vue-router": "^4.4.5",
|
|
76
76
|
"zod": "^4.1.5",
|
|
77
|
-
"zova": "^5.1.
|
|
77
|
+
"zova": "^5.1.12",
|
|
78
78
|
"zova-jsx": "^1.1.8",
|
|
79
|
-
"zova-module-a-action": "^5.1.
|
|
80
|
-
"zova-module-a-actions": "^5.1.
|
|
79
|
+
"zova-module-a-action": "^5.1.10",
|
|
80
|
+
"zova-module-a-actions": "^5.1.8",
|
|
81
81
|
"zova-module-a-api": "^5.1.7",
|
|
82
|
-
"zova-module-a-app": "^5.1.
|
|
83
|
-
"zova-module-a-bean": "^5.1.
|
|
84
|
-
"zova-module-a-behavior": "^5.1.
|
|
82
|
+
"zova-module-a-app": "^5.1.8",
|
|
83
|
+
"zova-module-a-bean": "^5.1.8",
|
|
84
|
+
"zova-module-a-behavior": "^5.1.8",
|
|
85
85
|
"zova-module-a-behaviors": "^5.1.7",
|
|
86
86
|
"zova-module-a-boundary": "^5.1.7",
|
|
87
|
-
"zova-module-a-currency": "^5.1.
|
|
88
|
-
"zova-module-a-date": "^5.1.
|
|
87
|
+
"zova-module-a-currency": "^5.1.8",
|
|
88
|
+
"zova-module-a-date": "^5.1.8",
|
|
89
89
|
"zova-module-a-fetch": "^5.1.7",
|
|
90
|
-
"zova-module-a-form": "^5.1.
|
|
91
|
-
"zova-module-a-icon": "^5.1.
|
|
90
|
+
"zova-module-a-form": "^5.1.8",
|
|
91
|
+
"zova-module-a-icon": "^5.1.8",
|
|
92
92
|
"zova-module-a-interceptor": "^5.1.7",
|
|
93
93
|
"zova-module-a-logger": "^5.1.7",
|
|
94
94
|
"zova-module-a-meta": "^5.1.7",
|
|
95
95
|
"zova-module-a-model": "^5.1.7",
|
|
96
96
|
"zova-module-a-openapi": "^5.1.7",
|
|
97
97
|
"zova-module-a-pinia": "^5.1.7",
|
|
98
|
-
"zova-module-a-router": "^5.1.
|
|
99
|
-
"zova-module-a-routerstack": "^5.1.
|
|
100
|
-
"zova-module-a-routertabs": "^5.1.
|
|
98
|
+
"zova-module-a-router": "^5.1.8",
|
|
99
|
+
"zova-module-a-routerstack": "^5.1.8",
|
|
100
|
+
"zova-module-a-routertabs": "^5.1.8",
|
|
101
101
|
"zova-module-a-ssr": "^5.1.7",
|
|
102
102
|
"zova-module-a-ssrhmr": "^5.1.7",
|
|
103
103
|
"zova-module-a-ssrserver": "^5.1.7",
|
|
104
104
|
"zova-module-a-style": "^5.1.7",
|
|
105
|
-
"zova-module-a-table": "^5.1.
|
|
105
|
+
"zova-module-a-table": "^5.1.8",
|
|
106
106
|
"zova-module-a-zod": "^5.1.7",
|
|
107
107
|
"zova-module-a-zova": "^5.1.10",
|
|
108
108
|
"zova-module-demo-basic": "workspace:^",
|
package/package.original.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zova-ui-empty",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.15",
|
|
4
4
|
"packageManager": "pnpm@10.19.0",
|
|
5
5
|
"description": "A vue3 empty framework with ioc",
|
|
6
6
|
"publishConfig": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"quasar": "^2.18.1",
|
|
47
47
|
"vue": "^3.5.6",
|
|
48
48
|
"vue-router": "^4.4.5",
|
|
49
|
-
"zova": "^5.1.
|
|
49
|
+
"zova": "^5.1.12"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@cabloy/lint": "^5.0.24",
|
|
@@ -56,15 +56,15 @@
|
|
|
56
56
|
"concurrently": "^8.2.2",
|
|
57
57
|
"oxfmt": "^0.41.0",
|
|
58
58
|
"oxlint": "^1.56.0",
|
|
59
|
-
"quasar-app-extension-zova": "^1.2.
|
|
59
|
+
"quasar-app-extension-zova": "^1.2.12",
|
|
60
60
|
"sass": "^1.77.5",
|
|
61
61
|
"typescript": "^5.9.3",
|
|
62
62
|
"vite": "^7.3.1",
|
|
63
63
|
"vite-plugin-fake-server-turbo": "^3.0.18",
|
|
64
64
|
"vue-tsc": "^3.2.4",
|
|
65
|
-
"zova-openapi": "^1.1.
|
|
66
|
-
"zova-vite": "^1.1.
|
|
65
|
+
"zova-openapi": "^1.1.7",
|
|
66
|
+
"zova-vite": "^1.1.12"
|
|
67
67
|
},
|
|
68
68
|
"license": "MIT",
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "8cb2168b0a2607c216a4d9b81bc9e16088895fc5"
|
|
70
70
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import type { TypeRenderComponentJsxPropsPublic } from 'zova-jsx';
|
|
2
|
-
|
|
3
|
-
import type { ControllerCardProps } from '../../src/component/card/controller.jsx';
|
|
2
|
+
import type { ControllerCardProps } from 'zova-module-demo-basic';
|
|
4
3
|
|
|
5
4
|
type TypeControllerCardPublicProps = TypeRenderComponentJsxPropsPublic & ControllerCardProps;
|
|
6
|
-
export function
|
|
5
|
+
export function BBZDemoBasicCard(_props: TypeControllerCardPublicProps) {
|
|
7
6
|
return 'demo-basic:card';
|
|
8
7
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'zova-module-demo-basic';
|
|
@@ -6,7 +6,6 @@ import { prepareComponentOptions, useController } from 'zova';
|
|
|
6
6
|
import type { ControllerCardProps } from '../../component/card/controller.jsx';
|
|
7
7
|
|
|
8
8
|
import { ControllerCard } from '../../component/card/controller.jsx';
|
|
9
|
-
|
|
10
9
|
export type TypeControllerCardPublicProps = {
|
|
11
10
|
controllerRef?: (ref: ControllerCard) => void;
|
|
12
11
|
} & ControllerCardProps;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import type { TypeRenderComponentJsxPropsPublic } from 'zova-jsx';
|
|
2
|
-
|
|
3
|
-
import type { ControllerPageProps } from '../../src/component/page/controller.jsx';
|
|
2
|
+
import type { ControllerPageProps } from 'zova-module-home-base';
|
|
4
3
|
|
|
5
4
|
type TypeControllerPagePublicProps = TypeRenderComponentJsxPropsPublic & ControllerPageProps;
|
|
6
|
-
export function
|
|
5
|
+
export function BBZHomeBasePage(_props: TypeControllerPagePublicProps) {
|
|
7
6
|
return 'home-base:page';
|
|
8
7
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'zova-module-home-base';
|
|
@@ -6,7 +6,6 @@ import { prepareComponentOptions, useController } from 'zova';
|
|
|
6
6
|
import type { ControllerPageProps } from '../../component/page/controller.jsx';
|
|
7
7
|
|
|
8
8
|
import { ControllerPage } from '../../component/page/controller.jsx';
|
|
9
|
-
|
|
10
9
|
export type TypeControllerPagePublicProps = {
|
|
11
10
|
controllerRef?: (ref: ControllerPage) => void;
|
|
12
11
|
} & ControllerPageProps;
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import { z } from 'zod';
|
|
3
2
|
import { createZovaComponentPage } from 'zova';
|
|
4
3
|
|
|
5
4
|
import { ControllerPageAuthCallback } from '../../page/authCallback/controller.jsx';
|
|
6
5
|
import { ControllerPageAuthCallbackSchemaQuery } from '../../page/authCallback/controller.jsx';
|
|
7
|
-
|
|
8
6
|
export namespace NSControllerPageAuthCallback {
|
|
9
7
|
export const querySchema = ControllerPageAuthCallbackSchemaQuery;
|
|
10
8
|
export type QueryInput = z.input<typeof ControllerPageAuthCallbackSchemaQuery>;
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import { z } from 'zod';
|
|
3
2
|
import { createZovaComponentPage } from 'zova';
|
|
4
3
|
|
|
5
4
|
import { ControllerPageErrorExpired } from '../../page/errorExpired/controller.jsx';
|
|
6
5
|
import { ControllerPageErrorExpiredSchemaQuery } from '../../page/errorExpired/controller.jsx';
|
|
7
|
-
|
|
8
6
|
export namespace NSControllerPageErrorExpired {
|
|
9
7
|
export const querySchema = ControllerPageErrorExpiredSchemaQuery;
|
|
10
8
|
export type QueryInput = z.input<typeof ControllerPageErrorExpiredSchemaQuery>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'zova-module-home-icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './icons.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './pages.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'zova-module-home-index';
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import type { TypeRenderComponentJsxPropsPublic } from 'zova-jsx';
|
|
2
|
-
|
|
3
|
-
import type { ControllerItemLinkProps } from '../../src/component/itemLink/controller.jsx';
|
|
2
|
+
import type { ControllerItemLinkProps } from 'zova-module-home-layout';
|
|
4
3
|
|
|
5
4
|
type TypeControllerItemLinkPublicProps = TypeRenderComponentJsxPropsPublic & ControllerItemLinkProps;
|
|
6
|
-
export function
|
|
5
|
+
export function BBZHomeLayoutItemLink(_props: TypeControllerItemLinkPublicProps) {
|
|
7
6
|
return 'home-layout:itemLink';
|
|
8
7
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import type { TypeRenderComponentJsxPropsPublic } from 'zova-jsx';
|
|
2
|
-
|
|
3
|
-
import type { ControllerLayoutEmptyProps } from '../../src/component/layoutEmpty/controller.jsx';
|
|
2
|
+
import type { ControllerLayoutEmptyProps } from 'zova-module-home-layout';
|
|
4
3
|
|
|
5
4
|
type TypeControllerLayoutEmptyPublicProps = TypeRenderComponentJsxPropsPublic & ControllerLayoutEmptyProps;
|
|
6
|
-
export function
|
|
5
|
+
export function BBZHomeLayoutEmpty(_props: TypeControllerLayoutEmptyPublicProps) {
|
|
7
6
|
return 'home-layout:layoutEmpty';
|
|
8
7
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import type { TypeRenderComponentJsxPropsPublic } from 'zova-jsx';
|
|
2
|
-
|
|
3
|
-
import type { ControllerLayoutTabsProps } from '../../src/component/layoutTabs/controller.jsx';
|
|
2
|
+
import type { ControllerLayoutTabsProps } from 'zova-module-home-layout';
|
|
4
3
|
|
|
5
4
|
type TypeControllerLayoutTabsPublicProps = TypeRenderComponentJsxPropsPublic & ControllerLayoutTabsProps;
|
|
6
|
-
export function
|
|
5
|
+
export function BBZHomeLayoutTabs(_props: TypeControllerLayoutTabsPublicProps) {
|
|
7
6
|
return 'home-layout:layoutTabs';
|
|
8
7
|
}
|
|
@@ -6,7 +6,6 @@ import { prepareComponentOptions, useController } from 'zova';
|
|
|
6
6
|
import type { ControllerItemLinkProps } from '../../component/itemLink/controller.jsx';
|
|
7
7
|
|
|
8
8
|
import { ControllerItemLink } from '../../component/itemLink/controller.jsx';
|
|
9
|
-
|
|
10
9
|
export type TypeControllerItemLinkPublicProps = {
|
|
11
10
|
controllerRef?: (ref: ControllerItemLink) => void;
|
|
12
11
|
} & ControllerItemLinkProps;
|
|
@@ -6,7 +6,6 @@ import { prepareComponentOptions, useController } from 'zova';
|
|
|
6
6
|
import type { ControllerLayoutEmptyProps } from '../../component/layoutEmpty/controller.jsx';
|
|
7
7
|
|
|
8
8
|
import { ControllerLayoutEmpty } from '../../component/layoutEmpty/controller.jsx';
|
|
9
|
-
|
|
10
9
|
export type TypeControllerLayoutEmptyPublicProps = {
|
|
11
10
|
controllerRef?: (ref: ControllerLayoutEmpty) => void;
|
|
12
11
|
} & ControllerLayoutEmptyProps;
|
|
@@ -8,7 +8,6 @@ import type { ControllerLayoutTabsProps } from '../../component/layoutTabs/contr
|
|
|
8
8
|
import { ControllerLayoutTabs } from '../../component/layoutTabs/controller.jsx';
|
|
9
9
|
import { RenderLayoutTabs } from '../../component/layoutTabs/render.jsx';
|
|
10
10
|
import { StyleLayoutTabs } from '../../component/layoutTabs/style.js';
|
|
11
|
-
|
|
12
11
|
export type TypeControllerLayoutTabsPublicProps = {
|
|
13
12
|
controllerRef?: (ref: ControllerLayoutTabs) => void;
|
|
14
13
|
} & ControllerLayoutTabsProps;
|
|
File without changes
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import { NSControllerPageAuthCallback as NSHomeBaseControllerPageAuthCallback } from '../src/suite/a-home/modules/home-base/src/.metadata/page/authCallback.js';
|
|
2
|
-
import { NSControllerPageErrorExpired as NSHomeBaseControllerPageErrorExpired } from '../src/suite/a-home/modules/home-base/src/.metadata/page/errorExpired.js';
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
'/home/base/authCallback': TypePagePathSchema<undefined,NSHomeBaseControllerPageAuthCallback.QueryInput>;
|
|
2
|
-
'/home/base/errorExpired': TypePagePathSchema<undefined,NSHomeBaseControllerPageErrorExpired.QueryInput>;
|
|
3
|
-
'/home/base//:catchAll(.*)*': TypePagePathSchema<undefined,undefined>;
|
|
@@ -1,237 +0,0 @@
|
|
|
1
|
-
':auth:dingtalk-square': true;
|
|
2
|
-
':auth:github': true;
|
|
3
|
-
':auth:password': true;
|
|
4
|
-
':auth:sms': true;
|
|
5
|
-
':auth:wechat-outline': true;
|
|
6
|
-
':auth:wxwork-outline': true;
|
|
7
|
-
':business:coupon': true;
|
|
8
|
-
':business:course': true;
|
|
9
|
-
':business:distribution': true;
|
|
10
|
-
':business:hotsprings': true;
|
|
11
|
-
':business:kitchen-set': true;
|
|
12
|
-
':business:money-bag': true;
|
|
13
|
-
':business:party': true;
|
|
14
|
-
':business:provider': true;
|
|
15
|
-
':business:purchase': true;
|
|
16
|
-
':business:store': true;
|
|
17
|
-
':daisy:lock': true;
|
|
18
|
-
':daisy:person': true;
|
|
19
|
-
'::add': true;
|
|
20
|
-
'::alert': true;
|
|
21
|
-
'::archive': true;
|
|
22
|
-
'::arrow-back': true;
|
|
23
|
-
'::arrow-cycle': true;
|
|
24
|
-
'::arrow-down-left': true;
|
|
25
|
-
'::arrow-down-right': true;
|
|
26
|
-
'::arrow-down': true;
|
|
27
|
-
'::arrow-drop-down': true;
|
|
28
|
-
'::arrow-drop-up': true;
|
|
29
|
-
'::arrow-forward': true;
|
|
30
|
-
'::arrow-left': true;
|
|
31
|
-
'::arrow-repeat': true;
|
|
32
|
-
'::arrow-right-left': true;
|
|
33
|
-
'::arrow-right': true;
|
|
34
|
-
'::arrow-shuffle': true;
|
|
35
|
-
'::arrow-up-down': true;
|
|
36
|
-
'::arrow-up-left': true;
|
|
37
|
-
'::arrow-up-right': true;
|
|
38
|
-
'::arrow-up': true;
|
|
39
|
-
'::article': true;
|
|
40
|
-
'::attachment-line': true;
|
|
41
|
-
'::book': true;
|
|
42
|
-
'::checkbox-checked': true;
|
|
43
|
-
'::checkbox-intermediate': true;
|
|
44
|
-
'::checkbox-off': true;
|
|
45
|
-
'::checkbox': true;
|
|
46
|
-
'::chevron-left': true;
|
|
47
|
-
'::chevron-right': true;
|
|
48
|
-
'::close': true;
|
|
49
|
-
'::comment-dots': true;
|
|
50
|
-
'::construction': true;
|
|
51
|
-
'::copyright': true;
|
|
52
|
-
'::cross-circle': true;
|
|
53
|
-
'::dark-theme': true;
|
|
54
|
-
'::dashboard': true;
|
|
55
|
-
'::database': true;
|
|
56
|
-
'::delete-forever': true;
|
|
57
|
-
'::delete': true;
|
|
58
|
-
'::developer-board': true;
|
|
59
|
-
'::done': true;
|
|
60
|
-
'::dot': true;
|
|
61
|
-
'::draft': true;
|
|
62
|
-
'::drive-file-move': true;
|
|
63
|
-
'::edit': true;
|
|
64
|
-
'::expand-more': true;
|
|
65
|
-
'::export': true;
|
|
66
|
-
'::fast-forward': true;
|
|
67
|
-
'::flow-chart': true;
|
|
68
|
-
'::folder-open': true;
|
|
69
|
-
'::folder': true;
|
|
70
|
-
'::fullscreen-exit': true;
|
|
71
|
-
'::fullscreen': true;
|
|
72
|
-
'::grading': true;
|
|
73
|
-
'::group-work': true;
|
|
74
|
-
'::group': true;
|
|
75
|
-
'::groups': true;
|
|
76
|
-
'::heart': true;
|
|
77
|
-
'::home': true;
|
|
78
|
-
'::identification': true;
|
|
79
|
-
'::import': true;
|
|
80
|
-
'::info-circle': true;
|
|
81
|
-
'::information-filled': true;
|
|
82
|
-
'::information': true;
|
|
83
|
-
'::label': true;
|
|
84
|
-
'::language': true;
|
|
85
|
-
'::layers': true;
|
|
86
|
-
'::layout-columns': true;
|
|
87
|
-
'::location-on': true;
|
|
88
|
-
'::lock-open': true;
|
|
89
|
-
'::lock': true;
|
|
90
|
-
'::mail': true;
|
|
91
|
-
'::mark-as-unread': true;
|
|
92
|
-
'::mark-email-read': true;
|
|
93
|
-
'::menu': true;
|
|
94
|
-
'::message': true;
|
|
95
|
-
'::module': true;
|
|
96
|
-
'::more-horiz': true;
|
|
97
|
-
'::none': true;
|
|
98
|
-
'::notebook': true;
|
|
99
|
-
'::open-in-new': true;
|
|
100
|
-
'::open-with': true;
|
|
101
|
-
'::people': true;
|
|
102
|
-
'::person': true;
|
|
103
|
-
'::play-arrow': true;
|
|
104
|
-
'::popup': true;
|
|
105
|
-
'::preview': true;
|
|
106
|
-
'::radio-button-checked': true;
|
|
107
|
-
'::radio-button-unchecked': true;
|
|
108
|
-
'::redo': true;
|
|
109
|
-
'::remove': true;
|
|
110
|
-
'::reply': true;
|
|
111
|
-
'::reset': true;
|
|
112
|
-
'::round-person-add': true;
|
|
113
|
-
'::save-and-return': true;
|
|
114
|
-
'::save-and-submit': true;
|
|
115
|
-
'::save-as-draft': true;
|
|
116
|
-
'::save': true;
|
|
117
|
-
'::search': true;
|
|
118
|
-
'::send': true;
|
|
119
|
-
'::settings': true;
|
|
120
|
-
'::share': true;
|
|
121
|
-
'::sort': true;
|
|
122
|
-
'::star': true;
|
|
123
|
-
'::stats-chart': true;
|
|
124
|
-
'::stop': true;
|
|
125
|
-
'::text-fields': true;
|
|
126
|
-
'::timeline': true;
|
|
127
|
-
'::undo': true;
|
|
128
|
-
'::view-list': true;
|
|
129
|
-
'::visibility': true;
|
|
130
|
-
'::zoom-in': true;
|
|
131
|
-
'::zoom-out': true;
|
|
132
|
-
':editor:add-box-outline': true;
|
|
133
|
-
':editor:add-box': true;
|
|
134
|
-
':editor:bookmark-outline': true;
|
|
135
|
-
':editor:bookmark': true;
|
|
136
|
-
':editor:code-block': true;
|
|
137
|
-
':editor:code': true;
|
|
138
|
-
':editor:format-align-center': true;
|
|
139
|
-
':editor:format-align-left': true;
|
|
140
|
-
':editor:format-align-right': true;
|
|
141
|
-
':editor:format-bold': true;
|
|
142
|
-
':editor:format-italic': true;
|
|
143
|
-
':editor:format-list-bulleted': true;
|
|
144
|
-
':editor:format-list-numbered': true;
|
|
145
|
-
':editor:format-quote': true;
|
|
146
|
-
':editor:format-strikethrough': true;
|
|
147
|
-
':editor:format-underlined': true;
|
|
148
|
-
':editor:grid-on': true;
|
|
149
|
-
':editor:horizontal-rule': true;
|
|
150
|
-
':editor:image-outline': true;
|
|
151
|
-
':editor:image': true;
|
|
152
|
-
':editor:insert-link-outline': true;
|
|
153
|
-
':editor:paragraph-break': true;
|
|
154
|
-
':editor:paragraph': true;
|
|
155
|
-
':editor:redo': true;
|
|
156
|
-
':editor:source-outline': true;
|
|
157
|
-
':editor:subscript': true;
|
|
158
|
-
':editor:superscript': true;
|
|
159
|
-
':editor:task-alt': true;
|
|
160
|
-
':editor:title': true;
|
|
161
|
-
':editor:undo': true;
|
|
162
|
-
':emoji:flower': true;
|
|
163
|
-
':flow:activity-none': true;
|
|
164
|
-
':flow:activity-service': true;
|
|
165
|
-
':flow:activity-user-task': true;
|
|
166
|
-
':flow:end-event-atom': true;
|
|
167
|
-
':flow:end-event-none': true;
|
|
168
|
-
':flow:gateway-exclusive': true;
|
|
169
|
-
':flow:gateway-inclusive': true;
|
|
170
|
-
':flow:gateway-parallel': true;
|
|
171
|
-
':flow:start-event-atom': true;
|
|
172
|
-
':flow:start-event-none': true;
|
|
173
|
-
':flow:start-event-timer': true;
|
|
174
|
-
':login:call-outline': true;
|
|
175
|
-
':login:chevron-left': true;
|
|
176
|
-
':login:done': true;
|
|
177
|
-
':login:lock-outline': true;
|
|
178
|
-
':login:person-outline': true;
|
|
179
|
-
':outline:add-circle-outline': true;
|
|
180
|
-
':outline:alert-outline': true;
|
|
181
|
-
':outline:apps-outline': true;
|
|
182
|
-
':outline:archive-lock-outline': true;
|
|
183
|
-
':outline:archive-outline': true;
|
|
184
|
-
':outline:article-outline': true;
|
|
185
|
-
':outline:backspace-outline': true;
|
|
186
|
-
':outline:build-circle-outline': true;
|
|
187
|
-
':outline:calendar-today-outline': true;
|
|
188
|
-
':outline:check-circle-outline': true;
|
|
189
|
-
':outline:checkbox-checked-outline': true;
|
|
190
|
-
':outline:checkbox-off-outline': true;
|
|
191
|
-
':outline:checkbox-outline': true;
|
|
192
|
-
':outline:copy-outline': true;
|
|
193
|
-
':outline:data-list-outline': true;
|
|
194
|
-
':outline:database-lock-outline': true;
|
|
195
|
-
':outline:delete-forever-outline': true;
|
|
196
|
-
':outline:delete-outline': true;
|
|
197
|
-
':outline:dict-outline': true;
|
|
198
|
-
':outline:draft-outline': true;
|
|
199
|
-
':outline:folder-transfer-outline': true;
|
|
200
|
-
':outline:group-outline': true;
|
|
201
|
-
':outline:heart-outline': true;
|
|
202
|
-
':outline:insert-emoticon-outline': true;
|
|
203
|
-
':outline:key-reset-outline': true;
|
|
204
|
-
':outline:label-outline': true;
|
|
205
|
-
':outline:layout-outline': true;
|
|
206
|
-
':outline:login-outline': true;
|
|
207
|
-
':outline:logout-outline': true;
|
|
208
|
-
':outline:mail-outline': true;
|
|
209
|
-
':outline:note-outline': true;
|
|
210
|
-
':outline:software-resource-cluster-outline': true;
|
|
211
|
-
':outline:software-resource-outline': true;
|
|
212
|
-
':outline:star-outline': true;
|
|
213
|
-
':outline:theme-outline': true;
|
|
214
|
-
':outline:timer-outline': true;
|
|
215
|
-
':outline:visibility-off-outline': true;
|
|
216
|
-
':outline:visibility-outline': true;
|
|
217
|
-
':outline:work-history-outline': true;
|
|
218
|
-
':role:collaboration': true;
|
|
219
|
-
':role:level': true;
|
|
220
|
-
':role:organization': true;
|
|
221
|
-
':role:position': true;
|
|
222
|
-
':role:relation': true;
|
|
223
|
-
':role:role': true;
|
|
224
|
-
':role:shield-key': true;
|
|
225
|
-
':role:template': true;
|
|
226
|
-
':social:cabloy': true;
|
|
227
|
-
':social:chat': true;
|
|
228
|
-
':social:facebook': true;
|
|
229
|
-
':social:github': true;
|
|
230
|
-
':social:public': true;
|
|
231
|
-
':social:record-voice-over': true;
|
|
232
|
-
':social:school': true;
|
|
233
|
-
':social:twitter': true;
|
|
234
|
-
':social:vona': true;
|
|
235
|
-
':social:zova': true;
|
|
236
|
-
':tools:pomotodo': true;
|
|
237
|
-
':tools:spreadsheet': true;
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
'/home/index': TypePagePathSchema<undefined,undefined>;
|