render-core 1.4.14 → 1.4.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.
Files changed (140) hide show
  1. package/index.d.ts +90 -90
  2. package/index.js +131 -131
  3. package/kernel/delivery/delivery.d.ts +29 -29
  4. package/kernel/delivery/delivery.js +83 -83
  5. package/kernel/directive/data/v-el.d.ts +8 -8
  6. package/kernel/directive/data/v-el.js +28 -28
  7. package/kernel/directive/data/v-html.d.ts +8 -8
  8. package/kernel/directive/data/v-html.js +26 -26
  9. package/kernel/directive/data/v-txt.d.ts +8 -8
  10. package/kernel/directive/data/v-txt.js +29 -29
  11. package/kernel/directive/justify/v-if.d.ts +6 -6
  12. package/kernel/directive/justify/v-if.js +43 -43
  13. package/kernel/directive/justify/v-render.d.ts +6 -6
  14. package/kernel/directive/justify/v-render.js +26 -26
  15. package/kernel/directive/justify/v-show.d.ts +6 -6
  16. package/kernel/directive/justify/v-show.js +26 -26
  17. package/kernel/directive/justify/v-switch.d.ts +6 -6
  18. package/kernel/directive/justify/v-switch.js +35 -35
  19. package/kernel/directive/loop/v-for-utility.d.ts +14 -14
  20. package/kernel/directive/loop/v-for-utility.js +58 -66
  21. package/kernel/directive/loop/v-for.d.ts +22 -22
  22. package/kernel/directive/loop/v-for.js +64 -64
  23. package/kernel/directive/loop/v-map-utility.d.ts +12 -12
  24. package/kernel/directive/loop/v-map-utility.js +73 -73
  25. package/kernel/directive/loop/v-map.d.ts +6 -6
  26. package/kernel/directive/loop/v-map.js +24 -24
  27. package/kernel/directive/method/v-on.d.ts +8 -8
  28. package/kernel/directive/method/v-on.js +40 -40
  29. package/kernel/directive/property/v-bind.d.ts +6 -6
  30. package/kernel/directive/property/v-bind.js +33 -33
  31. package/kernel/directive/react/v-model.d.ts +6 -6
  32. package/kernel/directive/react/v-model.js +22 -22
  33. package/kernel/directive/ref/v-ref.d.ts +6 -6
  34. package/kernel/directive/ref/v-ref.js +16 -16
  35. package/kernel/directive/salt/v-solt.d.ts +13 -13
  36. package/kernel/directive/salt/v-solt.js +46 -46
  37. package/kernel/proxyer/getProxy.d.ts +14 -14
  38. package/kernel/proxyer/getProxy.js +43 -43
  39. package/kernel/renderer/initRender.d.ts +10 -10
  40. package/kernel/renderer/initRender.js +67 -67
  41. package/kernel/renderer/postRender.d.ts +10 -10
  42. package/kernel/renderer/postRender.js +68 -68
  43. package/kernel/renderer/rawRender.d.ts +10 -10
  44. package/kernel/renderer/rawRender.js +68 -68
  45. package/kernel/renderer/updateRender.d.ts +6 -6
  46. package/kernel/renderer/updateRender.js +34 -34
  47. package/kernel/router/router.d.ts +12 -12
  48. package/kernel/router/router.js +37 -37
  49. package/package.json +19 -22
  50. package/system/generic/component/ComponentGeneric.d.ts +13 -13
  51. package/system/generic/component/ComponentGeneric.js +1 -1
  52. package/system/generic/controller/ControllerGeneric.d.ts +27 -27
  53. package/system/generic/controller/ControllerGeneric.js +1 -1
  54. package/system/generic/data/ComputedDataGeneric.d.ts +14 -14
  55. package/system/generic/data/ComputedDataGeneric.js +1 -1
  56. package/system/generic/data/OriginalDataGeneric.d.ts +14 -14
  57. package/system/generic/data/OriginalDataGeneric.js +1 -1
  58. package/system/generic/data/WatcherDataGeneric.d.ts +14 -14
  59. package/system/generic/data/WatcherDataGeneric.js +1 -1
  60. package/system/generic/http/HttpGeneric.d.ts +4 -4
  61. package/system/generic/http/HttpGeneric.js +1 -1
  62. package/system/generic/render/RenderGeneric.d.ts +9 -9
  63. package/system/generic/render/RenderGeneric.js +1 -1
  64. package/system/injection/injection.d.ts +21 -21
  65. package/system/injection/injection.js +50 -50
  66. package/system/injection/injector.d.ts +78 -78
  67. package/system/injection/injector.js +123 -123
  68. package/system/lifecycle/lifeCycle.d.ts +14 -14
  69. package/system/lifecycle/lifeCycle.js +21 -21
  70. package/system/lifecycle/mount.d.ts +17 -17
  71. package/system/lifecycle/mount.js +47 -47
  72. package/system/loader/loader.d.ts +7 -7
  73. package/system/loader/loader.js +18 -18
  74. package/system/output/error.js +4 -4
  75. package/system/output/errorUtility.d.ts +3 -3
  76. package/system/output/errorUtility.js +9 -9
  77. package/system/prototype/ContextController.d.ts +30 -30
  78. package/system/prototype/ContextController.js +17 -17
  79. package/system/prototype/HttpAction.d.ts +9 -9
  80. package/system/prototype/HttpAction.js +37 -37
  81. package/system/recorder/table0/system_func_0.d.ts +30 -30
  82. package/system/recorder/table0/system_func_0.js +47 -47
  83. package/system/recorder/table0/system_t_0.d.ts +7 -7
  84. package/system/recorder/table0/system_t_0.js +5 -5
  85. package/system/recorder/table1/system_func_1.d.ts +8 -8
  86. package/system/recorder/table1/system_func_1.js +25 -25
  87. package/system/recorder/table1/system_t_1.d.ts +8 -8
  88. package/system/recorder/table1/system_t_1.js +7 -7
  89. package/system/recorder/table2/system_func_2.d.ts +5 -5
  90. package/system/recorder/table2/system_func_2.js +8 -8
  91. package/system/recorder/table2/system_t_2.d.ts +2 -2
  92. package/system/recorder/table2/system_t_2.js +26 -26
  93. package/system/recorder/table3/system_func_3.d.ts +10 -10
  94. package/system/recorder/table3/system_func_3.js +25 -25
  95. package/system/recorder/table3/system_t_3.d.ts +10 -10
  96. package/system/recorder/table3/system_t_3.js +9 -9
  97. package/system/resolver/props.d.ts +18 -18
  98. package/system/resolver/props.js +64 -64
  99. package/system/resolver/query.d.ts +4 -4
  100. package/system/resolver/query.js +15 -15
  101. package/system/utility/data/dataUtility.d.ts +5 -5
  102. package/system/utility/data/dataUtility.js +12 -12
  103. package/system/utility/directive/cmdUtility.d.ts +15 -15
  104. package/system/utility/directive/cmdUtility.js +43 -43
  105. package/system/utility/initiate/miscUtility.d.ts +6 -6
  106. package/system/utility/initiate/miscUtility.js +12 -12
  107. package/system/utility/initiate/templateUtility.d.ts +6 -6
  108. package/system/utility/initiate/templateUtility.js +11 -11
  109. package/system/utility/react/inputType.d.ts +25 -25
  110. package/system/utility/react/inputType.js +40 -40
  111. package/system/utility/react/inputUtility.d.ts +19 -19
  112. package/system/utility/react/inputUtility.js +125 -125
  113. package/system/utility/react/modelUtility.d.ts +15 -15
  114. package/system/utility/react/modelUtility.js +64 -64
  115. package/system/utility/react/sectionUtility.d.ts +6 -6
  116. package/system/utility/react/sectionUtility.js +123 -123
  117. package/system/utility/style/styleUtility.d.ts +29 -29
  118. package/system/utility/style/styleUtility.js +102 -102
  119. package/tension/SystemInitPlugin.d.ts +6 -6
  120. package/tension/SystemInitPlugin.js +10 -10
  121. package/tension/generic/plugin/PluginGeneric.d.ts +5 -5
  122. package/tension/generic/plugin/PluginGeneric.js +1 -1
  123. package/tension/generic/plugin/hooks/HooksGeneric.d.ts +6 -6
  124. package/tension/generic/plugin/hooks/HooksGeneric.js +1 -1
  125. package/tension/generic/plugin/preface/PrefaceGeneric.d.ts +11 -11
  126. package/tension/generic/plugin/preface/PrefaceGeneric.js +1 -1
  127. package/tension/generic/router/RouterGeneric.d.ts +5 -5
  128. package/tension/generic/router/RouterGeneric.js +1 -1
  129. package/tension/prototype/AbstractComponent.d.ts +43 -43
  130. package/tension/prototype/AbstractComponent.js +113 -113
  131. package/tension/prototype/HooksAction.d.ts +7 -7
  132. package/tension/prototype/HooksAction.js +19 -19
  133. package/tension/prototype/PrefaceAction.d.ts +12 -12
  134. package/tension/prototype/PrefaceAction.js +27 -27
  135. package/xboot/entrance.d.ts +16 -16
  136. package/xboot/entrance.js +53 -53
  137. package/xboot/renderProcessor.d.ts +7 -7
  138. package/xboot/renderProcessor.js +21 -21
  139. package/xboot/tagProcessor.d.ts +7 -7
  140. package/xboot/tagProcessor.js +22 -22
@@ -1,14 +1,14 @@
1
- import { HttpAction } from "../../prototype/HttpAction";
2
- export interface ComputedDataGeneric {
3
- $name?: string;
4
- $props?: Map<string, any>;
5
- $params?: Map<string, any>;
6
- $refs?: Map<string, any>;
7
- $pathVariable?: Map<string, any>;
8
- $http?: HttpAction;
9
- $plugins?: (plugin: string) => any;
10
- $commit?: (method: string, ...args: [any]) => void;
11
- $publish?: (method: string, ...args: [any]) => void;
12
- $get?: (name: string) => any;
13
- $set?: (name: string, value: any) => void;
14
- }
1
+ import { HttpAction } from "../../prototype/HttpAction";
2
+ export interface ComputedDataGeneric {
3
+ $name?: string;
4
+ $props?: Map<string, any>;
5
+ $params?: Map<string, any>;
6
+ $refs?: Map<string, any>;
7
+ $pathVariable?: Map<string, any>;
8
+ $http?: HttpAction;
9
+ $plugins?: (plugin: string) => any;
10
+ $commit?: (method: string, ...args: [any]) => void;
11
+ $publish?: (method: string, ...args: [any]) => void;
12
+ $get?: (name: string) => any;
13
+ $set?: (name: string, value: any) => void;
14
+ }
@@ -1 +1 @@
1
- export {};
1
+ export {};
@@ -1,14 +1,14 @@
1
- import { HttpAction } from "../../prototype/HttpAction";
2
- export interface OriginalDataGeneric {
3
- $name?: string;
4
- $props?: Map<string, any>;
5
- $params?: Map<string, any>;
6
- $refs?: Map<string, any>;
7
- $pathVariable?: Map<string, any>;
8
- $http?: HttpAction;
9
- $plugins?: (plugin: string) => any;
10
- $commit?: (method: string, ...args: [any]) => void;
11
- $publish?: (method: string, ...args: [any]) => void;
12
- $get?: (name: string) => any;
13
- $set?: (name: string, value: any) => void;
14
- }
1
+ import { HttpAction } from "../../prototype/HttpAction";
2
+ export interface OriginalDataGeneric {
3
+ $name?: string;
4
+ $props?: Map<string, any>;
5
+ $params?: Map<string, any>;
6
+ $refs?: Map<string, any>;
7
+ $pathVariable?: Map<string, any>;
8
+ $http?: HttpAction;
9
+ $plugins?: (plugin: string) => any;
10
+ $commit?: (method: string, ...args: [any]) => void;
11
+ $publish?: (method: string, ...args: [any]) => void;
12
+ $get?: (name: string) => any;
13
+ $set?: (name: string, value: any) => void;
14
+ }
@@ -1 +1 @@
1
- export {};
1
+ export {};
@@ -1,14 +1,14 @@
1
- import { HttpAction } from "../../prototype/HttpAction";
2
- export interface WatcherDataGeneric {
3
- $name?: string;
4
- $props?: Map<string, any>;
5
- $params?: Map<string, any>;
6
- $refs?: Map<string, any>;
7
- $pathVariable?: Map<string, any>;
8
- $http?: HttpAction;
9
- $plugins?: (plugin: string) => any;
10
- $commit?: (method: string, ...args: [any]) => void;
11
- $publish?: (method: string, ...args: [any]) => void;
12
- $get?: (name: string) => any;
13
- $set?: (name: string, value: any) => void;
14
- }
1
+ import { HttpAction } from "../../prototype/HttpAction";
2
+ export interface WatcherDataGeneric {
3
+ $name?: string;
4
+ $props?: Map<string, any>;
5
+ $params?: Map<string, any>;
6
+ $refs?: Map<string, any>;
7
+ $pathVariable?: Map<string, any>;
8
+ $http?: HttpAction;
9
+ $plugins?: (plugin: string) => any;
10
+ $commit?: (method: string, ...args: [any]) => void;
11
+ $publish?: (method: string, ...args: [any]) => void;
12
+ $get?: (name: string) => any;
13
+ $set?: (name: string, value: any) => void;
14
+ }
@@ -1 +1 @@
1
- export {};
1
+ export {};
@@ -1,4 +1,4 @@
1
- export interface HttpGeneric {
2
- redirect(url: string, parameters: {}): void;
3
- relocate(position: string): void;
4
- }
1
+ export interface HttpGeneric {
2
+ redirect(url: string, parameters: {}): void;
3
+ relocate(position: string): void;
4
+ }
@@ -1 +1 @@
1
- export {};
1
+ export {};
@@ -1,9 +1,9 @@
1
- import { PluginGeneric } from "../../../tension/generic/plugin/PluginGeneric";
2
- import { Component } from "../../../index";
3
- export interface RenderGeneric {
4
- use_plugin(plugin: PluginGeneric): void;
5
- add_tag(component: Component): void;
6
- listen(): void;
7
- render(component: Component, mounter: string): void;
8
- weave(mounter: string): void;
9
- }
1
+ import { PluginGeneric } from "../../../tension/generic/plugin/PluginGeneric";
2
+ import { Component } from "../../../index";
3
+ export interface RenderGeneric {
4
+ use_plugin(plugin: PluginGeneric): void;
5
+ add_tag(component: Component): void;
6
+ listen(): void;
7
+ render(component: Component, mounter: string): void;
8
+ weave(mounter: string): void;
9
+ }
@@ -1 +1 @@
1
- export {};
1
+ export {};
@@ -1,21 +1,21 @@
1
- import { ContextController } from "../prototype/ContextController";
2
- /**
3
- *
4
- * @param controller
5
- */
6
- export declare function get_commit_method(controller: ContextController): any;
7
- /**
8
- *
9
- * @param controller
10
- */
11
- export declare function get_publish_method(controller: ContextController): any;
12
- /**
13
- *
14
- * @param controller
15
- */
16
- export declare function get_getter_method(controller: ContextController): any;
17
- /**
18
- *
19
- * @param controller
20
- */
21
- export declare function get_setter_method(controller: ContextController): any;
1
+ import { ContextController } from "../prototype/ContextController";
2
+ /**
3
+ *
4
+ * @param controller
5
+ */
6
+ export declare function get_commit_method(controller: ContextController): any;
7
+ /**
8
+ *
9
+ * @param controller
10
+ */
11
+ export declare function get_publish_method(controller: ContextController): any;
12
+ /**
13
+ *
14
+ * @param controller
15
+ */
16
+ export declare function get_getter_method(controller: ContextController): any;
17
+ /**
18
+ *
19
+ * @param controller
20
+ */
21
+ export declare function get_setter_method(controller: ContextController): any;
@@ -1,50 +1,50 @@
1
- /**
2
- *
3
- * @param controller
4
- */
5
- export function get_commit_method(controller) {
6
- var commit = function (method) {
7
- var args = [];
8
- for (var _i = 1; _i < arguments.length; _i++) {
9
- args[_i - 1] = arguments[_i];
10
- }
11
- return this.receiver(method, args);
12
- };
13
- return commit.bind(controller);
14
- }
15
- /**
16
- *
17
- * @param controller
18
- */
19
- export function get_publish_method(controller) {
20
- var publisher = function (method) {
21
- var args = [];
22
- for (var _i = 1; _i < arguments.length; _i++) {
23
- args[_i - 1] = arguments[_i];
24
- }
25
- for (var i = 0; i < this.to.length; i++) {
26
- this.to[i].receiver(method, args);
27
- }
28
- };
29
- return publisher.bind(controller);
30
- }
31
- /**
32
- *
33
- * @param controller
34
- */
35
- export function get_getter_method(controller) {
36
- var getter = function (property) {
37
- return this[property];
38
- };
39
- return getter.bind(controller.componentConfig);
40
- }
41
- /**
42
- *
43
- * @param controller
44
- */
45
- export function get_setter_method(controller) {
46
- var setter = function (property, value) {
47
- Reflect.set(this, property, value);
48
- };
49
- return setter.bind(controller.componentConfig);
50
- }
1
+ /**
2
+ *
3
+ * @param controller
4
+ */
5
+ export function get_commit_method(controller) {
6
+ var commit = function (method) {
7
+ var args = [];
8
+ for (var _i = 1; _i < arguments.length; _i++) {
9
+ args[_i - 1] = arguments[_i];
10
+ }
11
+ return this.receiver(method, args);
12
+ };
13
+ return commit.bind(controller);
14
+ }
15
+ /**
16
+ *
17
+ * @param controller
18
+ */
19
+ export function get_publish_method(controller) {
20
+ var publisher = function (method) {
21
+ var args = [];
22
+ for (var _i = 1; _i < arguments.length; _i++) {
23
+ args[_i - 1] = arguments[_i];
24
+ }
25
+ for (var i = 0; i < this.to.length; i++) {
26
+ this.to[i].receiver(method, args);
27
+ }
28
+ };
29
+ return publisher.bind(controller);
30
+ }
31
+ /**
32
+ *
33
+ * @param controller
34
+ */
35
+ export function get_getter_method(controller) {
36
+ var getter = function (property) {
37
+ return this[property];
38
+ };
39
+ return getter.bind(controller.componentConfig);
40
+ }
41
+ /**
42
+ *
43
+ * @param controller
44
+ */
45
+ export function get_setter_method(controller) {
46
+ var setter = function (property, value) {
47
+ Reflect.set(this, property, value);
48
+ };
49
+ return setter.bind(controller.componentConfig);
50
+ }
@@ -1,78 +1,78 @@
1
- import { ContextController } from "../prototype/ContextController";
2
- import { Component } from "../../index";
3
- /**
4
- *
5
- * @param name
6
- * @param origin
7
- */
8
- export declare function inject_$name_to_data(name: string, origin: {}): void;
9
- /**
10
- *
11
- * @param childNode
12
- * @param meta
13
- * @param origin
14
- */
15
- export declare function inject_$props_to_data(childNode: ChildNode, meta: {} | [], origin: object): void;
16
- /**
17
- *
18
- * @param template
19
- * @param origin
20
- */
21
- export declare function inject_$refs_to_data(template: Element, origin: object): void;
22
- /**
23
- *
24
- * @param config
25
- */
26
- export declare function inject_$plugins_to_data(config: object): void;
27
- /**
28
- *
29
- * @param origin
30
- */
31
- export declare function inject_$http_to_data(origin: {}): void;
32
- /**
33
- *
34
- * @param origin
35
- */
36
- export declare function inject_$pathVariable_to_data(origin: {}): void;
37
- /**
38
- *
39
- * @param data
40
- * @param commit
41
- */
42
- export declare function inject_$commit_to_data(data: {}, commit: any): void;
43
- /**
44
- *
45
- * @param data
46
- * @param publisher
47
- */
48
- export declare function inject_$publish_to_data(data: {}, publisher: any): void;
49
- /**
50
- *
51
- * @param data
52
- * @param setter
53
- */
54
- export declare function inject_$setter_to_data(data: {}, setter: any): void;
55
- /**
56
- *
57
- * @param data
58
- * @param getter
59
- */
60
- export declare function inject_$getter_to_data(data: {}, getter: any): void;
61
- /**
62
- *
63
- * @param controller
64
- * @param proto
65
- */
66
- export declare function inject_method_to_data(controller: ContextController, proto: Component): void;
67
- /**
68
- *
69
- * @param controller
70
- * @param proto
71
- */
72
- export declare function inject_watcher_to_controller(controller: ContextController, proto: Component): void;
73
- /**
74
- *
75
- * @param controller
76
- * @param proto
77
- */
78
- export declare function inject_computed_to_controller(controller: ContextController, proto: Component): void;
1
+ import { ContextController } from "../prototype/ContextController";
2
+ import { Component } from "../../index";
3
+ /**
4
+ *
5
+ * @param name
6
+ * @param origin
7
+ */
8
+ export declare function inject_$name_to_data(name: string, origin: {}): void;
9
+ /**
10
+ *
11
+ * @param childNode
12
+ * @param meta
13
+ * @param origin
14
+ */
15
+ export declare function inject_$props_to_data(childNode: ChildNode, meta: {} | [], origin: object): void;
16
+ /**
17
+ *
18
+ * @param template
19
+ * @param origin
20
+ */
21
+ export declare function inject_$refs_to_data(template: Element, origin: object): void;
22
+ /**
23
+ *
24
+ * @param config
25
+ */
26
+ export declare function inject_$plugins_to_data(config: object): void;
27
+ /**
28
+ *
29
+ * @param origin
30
+ */
31
+ export declare function inject_$http_to_data(origin: {}): void;
32
+ /**
33
+ *
34
+ * @param origin
35
+ */
36
+ export declare function inject_$pathVariable_to_data(origin: {}): void;
37
+ /**
38
+ *
39
+ * @param data
40
+ * @param commit
41
+ */
42
+ export declare function inject_$commit_to_data(data: {}, commit: any): void;
43
+ /**
44
+ *
45
+ * @param data
46
+ * @param publisher
47
+ */
48
+ export declare function inject_$publish_to_data(data: {}, publisher: any): void;
49
+ /**
50
+ *
51
+ * @param data
52
+ * @param setter
53
+ */
54
+ export declare function inject_$setter_to_data(data: {}, setter: any): void;
55
+ /**
56
+ *
57
+ * @param data
58
+ * @param getter
59
+ */
60
+ export declare function inject_$getter_to_data(data: {}, getter: any): void;
61
+ /**
62
+ *
63
+ * @param controller
64
+ * @param proto
65
+ */
66
+ export declare function inject_method_to_data(controller: ContextController, proto: Component): void;
67
+ /**
68
+ *
69
+ * @param controller
70
+ * @param proto
71
+ */
72
+ export declare function inject_watcher_to_controller(controller: ContextController, proto: Component): void;
73
+ /**
74
+ *
75
+ * @param controller
76
+ * @param proto
77
+ */
78
+ export declare function inject_computed_to_controller(controller: ContextController, proto: Component): void;