zova-cli-set-front 1.2.49 → 1.2.50

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.
@@ -21,7 +21,7 @@ import {
21
21
  schemaRenderVisible,
22
22
  } from './rest.ts';
23
23
 
24
- export const render = {
24
+ export const ZovaRender = {
25
25
  // render
26
26
  layout: schemaRenderLayout,
27
27
  visible: schemaRenderVisible,
@@ -14,11 +14,11 @@ declare module 'zova-module-a-router' {
14
14
  }
15
15
  }
16
16
 
17
- export function $cssBase<K extends PrefixKeys<CssBase, 'c'>>(name: K): string {
17
+ export function ZovaCssBase<K extends PrefixKeys<CssBase, 'c'>>(name: K): string {
18
18
  return `cssBase:${name}`;
19
19
  }
20
20
 
21
- export function $cssMerge(
21
+ export function ZovaCssMerge(
22
22
  ...classes: (
23
23
  | string
24
24
  | false
@@ -32,7 +32,7 @@ export function $cssMerge(
32
32
  return classes;
33
33
  }
34
34
 
35
- export function $iconName<K extends keyof IIconRecord>(name: K): any {
35
+ export function ZovaIconName<K extends keyof IIconRecord>(name: K): any {
36
36
  return name;
37
37
  }
38
38
 
@@ -47,9 +47,9 @@ export function ZovaCommand<K extends keyof ICommandRecord>(options: TypeCommand
47
47
  }
48
48
 
49
49
  export function ZovaEvent(_options: IJsxCommandOptionsEvent) {
50
- return 'ActionEvent';
50
+ return 'ZovaEvent';
51
51
  }
52
52
 
53
53
  export function ZovaCommands(_options: IJsxCommandOptionsCommands) {
54
- return 'ActionActions';
54
+ return 'ZovaCommands';
55
55
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zova-cli-set-front",
3
- "version": "1.2.49",
4
- "gitHead": "67d21659b3d827cb503706a52bfdd7fb2f63e76d",
3
+ "version": "1.2.50",
4
+ "gitHead": "eef18f091b6cc42a518157e4d71a47d0b4e9d729",
5
5
  "description": "zova cli-set-front",
6
6
  "keywords": [
7
7
  "framework",