@syncfusion/ej2-angular-inplace-editor 26.1.35 → 26.2.4-ngcc

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 (135) hide show
  1. package/@syncfusion/ej2-angular-inplace-editor.es5.js +279 -0
  2. package/@syncfusion/ej2-angular-inplace-editor.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-inplace-editor.js +260 -0
  4. package/@syncfusion/ej2-angular-inplace-editor.js.map +1 -0
  5. package/dist/ej2-angular-inplace-editor.umd.js +354 -0
  6. package/dist/ej2-angular-inplace-editor.umd.js.map +1 -0
  7. package/dist/ej2-angular-inplace-editor.umd.min.js +11 -0
  8. package/dist/ej2-angular-inplace-editor.umd.min.js.map +1 -0
  9. package/ej2-angular-inplace-editor.d.ts +5 -0
  10. package/ej2-angular-inplace-editor.metadata.json +1 -0
  11. package/license +10 -0
  12. package/package.json +14 -28
  13. package/schematics/collection.json +0 -25
  14. package/src/inplace-editor/inplaceeditor-all.module.d.ts +0 -6
  15. package/src/inplace-editor/inplaceeditor.component.d.ts +0 -3
  16. package/src/inplace-editor/inplaceeditor.module.d.ts +0 -6
  17. package/styles/bootstrap-dark.css +1 -803
  18. package/styles/bootstrap.css +1 -938
  19. package/styles/bootstrap4.css +1 -1219
  20. package/styles/bootstrap5-dark.css +1 -885
  21. package/styles/bootstrap5.css +1 -885
  22. package/styles/fabric-dark.css +1 -754
  23. package/styles/fabric.css +1 -743
  24. package/styles/fluent-dark.css +1 -823
  25. package/styles/fluent.css +1 -823
  26. package/styles/fluent2.css +1 -1996
  27. package/styles/highcontrast-light.css +1 -829
  28. package/styles/highcontrast.css +1 -837
  29. package/styles/inplace-editor/bootstrap-dark.css +1 -803
  30. package/styles/inplace-editor/bootstrap.css +1 -938
  31. package/styles/inplace-editor/bootstrap4.css +1 -1219
  32. package/styles/inplace-editor/bootstrap5-dark.css +1 -885
  33. package/styles/inplace-editor/bootstrap5.css +1 -885
  34. package/styles/inplace-editor/fabric-dark.css +1 -754
  35. package/styles/inplace-editor/fabric.css +1 -743
  36. package/styles/inplace-editor/fluent-dark.css +1 -823
  37. package/styles/inplace-editor/fluent.css +1 -823
  38. package/styles/inplace-editor/fluent2.css +1 -1996
  39. package/styles/inplace-editor/highcontrast-light.css +1 -829
  40. package/styles/inplace-editor/highcontrast.css +1 -837
  41. package/styles/inplace-editor/material-dark.css +1 -780
  42. package/styles/inplace-editor/material.css +1 -840
  43. package/styles/inplace-editor/material3-dark.css +1 -938
  44. package/styles/inplace-editor/material3.css +1 -1050
  45. package/styles/inplace-editor/tailwind-dark.css +1 -804
  46. package/styles/inplace-editor/tailwind.css +1 -804
  47. package/styles/material-dark.css +1 -780
  48. package/styles/material.css +1 -840
  49. package/styles/material3-dark.css +1 -938
  50. package/styles/material3.css +1 -1050
  51. package/styles/tailwind-dark.css +1 -804
  52. package/styles/tailwind.css +1 -804
  53. package/CHANGELOG.md +0 -262
  54. package/esm2020/public_api.mjs +0 -2
  55. package/esm2020/src/index.mjs +0 -5
  56. package/esm2020/src/inplace-editor/inplaceeditor-all.module.mjs +0 -50
  57. package/esm2020/src/inplace-editor/inplaceeditor.component.mjs +0 -147
  58. package/esm2020/src/inplace-editor/inplaceeditor.module.mjs +0 -25
  59. package/esm2020/syncfusion-ej2-angular-inplace-editor.mjs +0 -5
  60. package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs +0 -220
  61. package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs.map +0 -1
  62. package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs +0 -220
  63. package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs.map +0 -1
  64. package/schematics/generators/inplaceeditor-inline/index.d.ts +0 -3
  65. package/schematics/generators/inplaceeditor-inline/index.js +0 -8
  66. package/schematics/generators/inplaceeditor-inline/index.ts +0 -8
  67. package/schematics/generators/inplaceeditor-inline/sample-details.d.ts +0 -5
  68. package/schematics/generators/inplaceeditor-inline/sample-details.js +0 -7
  69. package/schematics/generators/inplaceeditor-inline/sample-details.ts +0 -5
  70. package/schematics/generators/inplaceeditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  71. package/schematics/generators/inplaceeditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  72. package/schematics/generators/inplaceeditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -11
  73. package/schematics/generators/inplaceeditor-inline/schema.d.ts +0 -3
  74. package/schematics/generators/inplaceeditor-inline/schema.js +0 -2
  75. package/schematics/generators/inplaceeditor-inline/schema.json +0 -125
  76. package/schematics/generators/inplaceeditor-inline/schema.ts +0 -3
  77. package/schematics/generators/inplaceeditor-popup/index.d.ts +0 -3
  78. package/schematics/generators/inplaceeditor-popup/index.js +0 -8
  79. package/schematics/generators/inplaceeditor-popup/index.ts +0 -8
  80. package/schematics/generators/inplaceeditor-popup/sample-details.d.ts +0 -5
  81. package/schematics/generators/inplaceeditor-popup/sample-details.js +0 -7
  82. package/schematics/generators/inplaceeditor-popup/sample-details.ts +0 -5
  83. package/schematics/generators/inplaceeditor-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  84. package/schematics/generators/inplaceeditor-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  85. package/schematics/generators/inplaceeditor-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -11
  86. package/schematics/generators/inplaceeditor-popup/schema.d.ts +0 -3
  87. package/schematics/generators/inplaceeditor-popup/schema.js +0 -2
  88. package/schematics/generators/inplaceeditor-popup/schema.json +0 -125
  89. package/schematics/generators/inplaceeditor-popup/schema.ts +0 -3
  90. package/schematics/generators/inplaceeditor-popup-position/index.d.ts +0 -3
  91. package/schematics/generators/inplaceeditor-popup-position/index.js +0 -8
  92. package/schematics/generators/inplaceeditor-popup-position/index.ts +0 -8
  93. package/schematics/generators/inplaceeditor-popup-position/sample-details.d.ts +0 -5
  94. package/schematics/generators/inplaceeditor-popup-position/sample-details.js +0 -7
  95. package/schematics/generators/inplaceeditor-popup-position/sample-details.ts +0 -5
  96. package/schematics/generators/inplaceeditor-popup-position/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  97. package/schematics/generators/inplaceeditor-popup-position/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  98. package/schematics/generators/inplaceeditor-popup-position/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -17
  99. package/schematics/generators/inplaceeditor-popup-position/schema.d.ts +0 -3
  100. package/schematics/generators/inplaceeditor-popup-position/schema.js +0 -2
  101. package/schematics/generators/inplaceeditor-popup-position/schema.json +0 -125
  102. package/schematics/generators/inplaceeditor-popup-position/schema.ts +0 -3
  103. package/schematics/generators/inplaceeditor-template/index.d.ts +0 -3
  104. package/schematics/generators/inplaceeditor-template/index.js +0 -8
  105. package/schematics/generators/inplaceeditor-template/index.ts +0 -8
  106. package/schematics/generators/inplaceeditor-template/sample-details.d.ts +0 -5
  107. package/schematics/generators/inplaceeditor-template/sample-details.js +0 -7
  108. package/schematics/generators/inplaceeditor-template/sample-details.ts +0 -5
  109. package/schematics/generators/inplaceeditor-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  110. package/schematics/generators/inplaceeditor-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  111. package/schematics/generators/inplaceeditor-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -20
  112. package/schematics/generators/inplaceeditor-template/schema.d.ts +0 -3
  113. package/schematics/generators/inplaceeditor-template/schema.js +0 -2
  114. package/schematics/generators/inplaceeditor-template/schema.json +0 -125
  115. package/schematics/generators/inplaceeditor-template/schema.ts +0 -3
  116. package/schematics/generators/inplaceeditor-validation/index.d.ts +0 -3
  117. package/schematics/generators/inplaceeditor-validation/index.js +0 -8
  118. package/schematics/generators/inplaceeditor-validation/index.ts +0 -8
  119. package/schematics/generators/inplaceeditor-validation/sample-details.d.ts +0 -5
  120. package/schematics/generators/inplaceeditor-validation/sample-details.js +0 -7
  121. package/schematics/generators/inplaceeditor-validation/sample-details.ts +0 -5
  122. package/schematics/generators/inplaceeditor-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  123. package/schematics/generators/inplaceeditor-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  124. package/schematics/generators/inplaceeditor-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -16
  125. package/schematics/generators/inplaceeditor-validation/schema.d.ts +0 -3
  126. package/schematics/generators/inplaceeditor-validation/schema.js +0 -2
  127. package/schematics/generators/inplaceeditor-validation/schema.json +0 -125
  128. package/schematics/generators/inplaceeditor-validation/schema.ts +0 -3
  129. package/schematics/ng-add/index.d.ts +0 -3
  130. package/schematics/ng-add/index.js +0 -9
  131. package/schematics/ng-add/schema.d.ts +0 -13
  132. package/schematics/ng-add/schema.js +0 -2
  133. package/schematics/utils/lib-details.d.ts +0 -4
  134. package/schematics/utils/lib-details.js +0 -6
  135. package/syncfusion-ej2-angular-inplace-editor.d.ts +0 -5
@@ -1,125 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "EJ2SchemaTemplateID",
4
- "title": "inplaceeditor-inline",
5
- "type": "object",
6
- "properties": {
7
- "path": {
8
- "type": "string",
9
- "format": "path",
10
- "description": "The path to create the component.",
11
- "visible": false
12
- },
13
- "project": {
14
- "type": "string",
15
- "description": "The name of the project.",
16
- "$default": {
17
- "$source": "projectName"
18
- }
19
- },
20
- "name": {
21
- "type": "string",
22
- "description": "The name of the component.",
23
- "$default": {
24
- "$source": "argv",
25
- "index": 0
26
- }
27
- },
28
- "inlineStyle": {
29
- "description": "Specifies if the style will be in the ts file.",
30
- "type": "boolean",
31
- "default": false,
32
- "alias": "s"
33
- },
34
- "inlineTemplate": {
35
- "description": "Specifies if the template will be in the ts file.",
36
- "type": "boolean",
37
- "default": false,
38
- "alias": "t"
39
- },
40
- "viewEncapsulation": {
41
- "description": "Specifies the view encapsulation strategy.",
42
- "enum": [
43
- "Emulated",
44
- "Native",
45
- "None",
46
- "ShadowDom"
47
- ],
48
- "type": "string",
49
- "alias": "v"
50
- },
51
- "changeDetection": {
52
- "description": "Specifies the change detection strategy.",
53
- "enum": [
54
- "Default",
55
- "OnPush"
56
- ],
57
- "type": "string",
58
- "default": "Default",
59
- "alias": "c"
60
- },
61
- "prefix": {
62
- "type": "string",
63
- "description": "The prefix to apply to generated selectors.",
64
- "alias": "p",
65
- "oneOf": [
66
- {
67
- "maxLength": 0
68
- },
69
- {
70
- "minLength": 1,
71
- "format": "html-selector"
72
- }
73
- ]
74
- },
75
- "styleext": {
76
- "description": "The file extension to be used for style files.",
77
- "type": "string",
78
- "default": "css"
79
- },
80
- "spec": {
81
- "type": "boolean",
82
- "description": "Specifies if a spec file is generated.",
83
- "default": true
84
- },
85
- "flat": {
86
- "type": "boolean",
87
- "description": "Flag to indicate if a dir is created.",
88
- "default": false
89
- },
90
- "skipImport": {
91
- "type": "boolean",
92
- "description": "Flag to skip the module import.",
93
- "default": false
94
- },
95
- "selector": {
96
- "type": "string",
97
- "format": "html-selector",
98
- "description": "The selector to use for the component."
99
- },
100
- "module": {
101
- "type": "string",
102
- "description": "Allows specification of the declaring module.",
103
- "alias": "m"
104
- },
105
- "export": {
106
- "type": "boolean",
107
- "default": false,
108
- "description": "Specifies if declaring module exports the component."
109
- },
110
- "entryComponent": {
111
- "type": "boolean",
112
- "default": false,
113
- "description": "Specifies if the component is an entry component of declaring module."
114
- },
115
- "lintFix": {
116
- "type": "boolean",
117
- "default": false,
118
- "description": "Specifies whether to apply lint fixes after generating the component."
119
- }
120
- },
121
- "required": [
122
- "name"
123
- ],
124
- "id": "inplaceeditor-inline"
125
- }
@@ -1,3 +0,0 @@
1
- import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
-
3
- export interface Schema extends ComponentSchema { }
@@ -1,3 +0,0 @@
1
- import { Rule } from '@angular-devkit/schematics';
2
- import { Schema } from './schema';
3
- export default function (options: Schema): Rule;
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
- const sampleDetails = require("./sample-details");
5
- function default_1(options) {
6
- return schematics_1.componentBuilder(options, sampleDetails);
7
- }
8
- exports.default = default_1;
@@ -1,8 +0,0 @@
1
- import { Rule } from '@angular-devkit/schematics';
2
- import { componentBuilder } from "@syncfusion/ej2-angular-base/schematics";
3
- import { Schema } from './schema';
4
- import * as sampleDetails from './sample-details';
5
-
6
- export default function (options: Schema): Rule {
7
- return componentBuilder(options, sampleDetails);
8
- }
@@ -1,5 +0,0 @@
1
- export declare const componentName: string;
2
- export declare const sampleName: string;
3
- export declare const diModules: string;
4
- export declare const packageName: string;
5
- export declare const libModules: string;
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.componentName = 'inplaceeditor';
4
- exports.sampleName = 'popup';
5
- exports.diModules = null;
6
- exports.packageName = '@syncfusion/ej2-angular-inplace-editor';
7
- exports.libModules = 'InPlaceEditorModule';
@@ -1,5 +0,0 @@
1
- export const componentName: string = 'inplaceeditor';
2
- export const sampleName: string = 'popup';
3
- export const diModules: string = null;
4
- export const packageName: string = '@syncfusion/ej2-angular-inplace-editor';
5
- export const libModules: string = 'InPlaceEditorModule';
@@ -1,5 +0,0 @@
1
- <div class="container">
2
- Enter your name:
3
- <ejs-inplaceeditor mode="Popup" type="Text" value='Andrew'>
4
- </ejs-inplaceeditor>
5
- </div>
@@ -1,11 +0,0 @@
1
- import { Component } from '@angular/core';
2
- /**
3
- * Popup - In-place Editor
4
- */
5
- @Component({
6
- selector: '<%=dasherize(selector)%>',
7
- templateUrl: '<%=dasherize(name)%>.component.html',
8
- styleUrls: ['<%=dasherize(name)%>.component.css']
9
- })
10
-
11
- export class <%= classify(name) %>Component { }
@@ -1,3 +0,0 @@
1
- import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
- export interface Schema extends ComponentSchema {
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,125 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "EJ2SchemaTemplateID",
4
- "title": "inplaceeditor-popup",
5
- "type": "object",
6
- "properties": {
7
- "path": {
8
- "type": "string",
9
- "format": "path",
10
- "description": "The path to create the component.",
11
- "visible": false
12
- },
13
- "project": {
14
- "type": "string",
15
- "description": "The name of the project.",
16
- "$default": {
17
- "$source": "projectName"
18
- }
19
- },
20
- "name": {
21
- "type": "string",
22
- "description": "The name of the component.",
23
- "$default": {
24
- "$source": "argv",
25
- "index": 0
26
- }
27
- },
28
- "inlineStyle": {
29
- "description": "Specifies if the style will be in the ts file.",
30
- "type": "boolean",
31
- "default": false,
32
- "alias": "s"
33
- },
34
- "inlineTemplate": {
35
- "description": "Specifies if the template will be in the ts file.",
36
- "type": "boolean",
37
- "default": false,
38
- "alias": "t"
39
- },
40
- "viewEncapsulation": {
41
- "description": "Specifies the view encapsulation strategy.",
42
- "enum": [
43
- "Emulated",
44
- "Native",
45
- "None",
46
- "ShadowDom"
47
- ],
48
- "type": "string",
49
- "alias": "v"
50
- },
51
- "changeDetection": {
52
- "description": "Specifies the change detection strategy.",
53
- "enum": [
54
- "Default",
55
- "OnPush"
56
- ],
57
- "type": "string",
58
- "default": "Default",
59
- "alias": "c"
60
- },
61
- "prefix": {
62
- "type": "string",
63
- "description": "The prefix to apply to generated selectors.",
64
- "alias": "p",
65
- "oneOf": [
66
- {
67
- "maxLength": 0
68
- },
69
- {
70
- "minLength": 1,
71
- "format": "html-selector"
72
- }
73
- ]
74
- },
75
- "styleext": {
76
- "description": "The file extension to be used for style files.",
77
- "type": "string",
78
- "default": "css"
79
- },
80
- "spec": {
81
- "type": "boolean",
82
- "description": "Specifies if a spec file is generated.",
83
- "default": true
84
- },
85
- "flat": {
86
- "type": "boolean",
87
- "description": "Flag to indicate if a dir is created.",
88
- "default": false
89
- },
90
- "skipImport": {
91
- "type": "boolean",
92
- "description": "Flag to skip the module import.",
93
- "default": false
94
- },
95
- "selector": {
96
- "type": "string",
97
- "format": "html-selector",
98
- "description": "The selector to use for the component."
99
- },
100
- "module": {
101
- "type": "string",
102
- "description": "Allows specification of the declaring module.",
103
- "alias": "m"
104
- },
105
- "export": {
106
- "type": "boolean",
107
- "default": false,
108
- "description": "Specifies if declaring module exports the component."
109
- },
110
- "entryComponent": {
111
- "type": "boolean",
112
- "default": false,
113
- "description": "Specifies if the component is an entry component of declaring module."
114
- },
115
- "lintFix": {
116
- "type": "boolean",
117
- "default": false,
118
- "description": "Specifies whether to apply lint fixes after generating the component."
119
- }
120
- },
121
- "required": [
122
- "name"
123
- ],
124
- "id": "inplaceeditor-popup"
125
- }
@@ -1,3 +0,0 @@
1
- import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
-
3
- export interface Schema extends ComponentSchema { }
@@ -1,3 +0,0 @@
1
- import { Rule } from '@angular-devkit/schematics';
2
- import { Schema } from './schema';
3
- export default function (options: Schema): Rule;
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
- const sampleDetails = require("./sample-details");
5
- function default_1(options) {
6
- return schematics_1.componentBuilder(options, sampleDetails);
7
- }
8
- exports.default = default_1;
@@ -1,8 +0,0 @@
1
- import { Rule } from '@angular-devkit/schematics';
2
- import { componentBuilder } from "@syncfusion/ej2-angular-base/schematics";
3
- import { Schema } from './schema';
4
- import * as sampleDetails from './sample-details';
5
-
6
- export default function (options: Schema): Rule {
7
- return componentBuilder(options, sampleDetails);
8
- }
@@ -1,5 +0,0 @@
1
- export declare const componentName: string;
2
- export declare const sampleName: string;
3
- export declare const diModules: string;
4
- export declare const packageName: string;
5
- export declare const libModules: string;
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.componentName = 'inplaceeditor';
4
- exports.sampleName = 'popup-position';
5
- exports.diModules = null;
6
- exports.packageName = '@syncfusion/ej2-angular-inplace-editor';
7
- exports.libModules = 'InPlaceEditorModule';
@@ -1,5 +0,0 @@
1
- export const componentName: string = 'inplaceeditor';
2
- export const sampleName: string = 'popup-position';
3
- export const diModules: string = null;
4
- export const packageName: string = '@syncfusion/ej2-angular-inplace-editor';
5
- export const libModules: string = 'InPlaceEditorModule';
@@ -1,5 +0,0 @@
1
- <div class="container">
2
- Enter your name:
3
- <ejs-inplaceeditor mode="Popup" type="Text" value='Andrew' [popupSettings]='popupConfig'>
4
- </ejs-inplaceeditor>
5
- </div>
@@ -1,17 +0,0 @@
1
- import { Component } from '@angular/core';
2
- /**
3
- * Popup position - In-place Editor
4
- */
5
- @Component({
6
- selector: '<%=dasherize(selector)%>',
7
- templateUrl: '<%=dasherize(name)%>.component.html',
8
- styleUrls: ['<%=dasherize(name)%>.component.css']
9
- })
10
-
11
- export class <%= classify(name) %>Component {
12
- public popupConfig: object = {
13
- model: {
14
- position: 'BottomCenter'
15
- }
16
- };
17
- }
@@ -1,3 +0,0 @@
1
- import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
- export interface Schema extends ComponentSchema {
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,125 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "EJ2SchemaTemplateID",
4
- "title": "inplaceeditor-popup-position",
5
- "type": "object",
6
- "properties": {
7
- "path": {
8
- "type": "string",
9
- "format": "path",
10
- "description": "The path to create the component.",
11
- "visible": false
12
- },
13
- "project": {
14
- "type": "string",
15
- "description": "The name of the project.",
16
- "$default": {
17
- "$source": "projectName"
18
- }
19
- },
20
- "name": {
21
- "type": "string",
22
- "description": "The name of the component.",
23
- "$default": {
24
- "$source": "argv",
25
- "index": 0
26
- }
27
- },
28
- "inlineStyle": {
29
- "description": "Specifies if the style will be in the ts file.",
30
- "type": "boolean",
31
- "default": false,
32
- "alias": "s"
33
- },
34
- "inlineTemplate": {
35
- "description": "Specifies if the template will be in the ts file.",
36
- "type": "boolean",
37
- "default": false,
38
- "alias": "t"
39
- },
40
- "viewEncapsulation": {
41
- "description": "Specifies the view encapsulation strategy.",
42
- "enum": [
43
- "Emulated",
44
- "Native",
45
- "None",
46
- "ShadowDom"
47
- ],
48
- "type": "string",
49
- "alias": "v"
50
- },
51
- "changeDetection": {
52
- "description": "Specifies the change detection strategy.",
53
- "enum": [
54
- "Default",
55
- "OnPush"
56
- ],
57
- "type": "string",
58
- "default": "Default",
59
- "alias": "c"
60
- },
61
- "prefix": {
62
- "type": "string",
63
- "description": "The prefix to apply to generated selectors.",
64
- "alias": "p",
65
- "oneOf": [
66
- {
67
- "maxLength": 0
68
- },
69
- {
70
- "minLength": 1,
71
- "format": "html-selector"
72
- }
73
- ]
74
- },
75
- "styleext": {
76
- "description": "The file extension to be used for style files.",
77
- "type": "string",
78
- "default": "css"
79
- },
80
- "spec": {
81
- "type": "boolean",
82
- "description": "Specifies if a spec file is generated.",
83
- "default": true
84
- },
85
- "flat": {
86
- "type": "boolean",
87
- "description": "Flag to indicate if a dir is created.",
88
- "default": false
89
- },
90
- "skipImport": {
91
- "type": "boolean",
92
- "description": "Flag to skip the module import.",
93
- "default": false
94
- },
95
- "selector": {
96
- "type": "string",
97
- "format": "html-selector",
98
- "description": "The selector to use for the component."
99
- },
100
- "module": {
101
- "type": "string",
102
- "description": "Allows specification of the declaring module.",
103
- "alias": "m"
104
- },
105
- "export": {
106
- "type": "boolean",
107
- "default": false,
108
- "description": "Specifies if declaring module exports the component."
109
- },
110
- "entryComponent": {
111
- "type": "boolean",
112
- "default": false,
113
- "description": "Specifies if the component is an entry component of declaring module."
114
- },
115
- "lintFix": {
116
- "type": "boolean",
117
- "default": false,
118
- "description": "Specifies whether to apply lint fixes after generating the component."
119
- }
120
- },
121
- "required": [
122
- "name"
123
- ],
124
- "id": "inplaceeditor-popup-position"
125
- }
@@ -1,3 +0,0 @@
1
- import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
-
3
- export interface Schema extends ComponentSchema { }
@@ -1,3 +0,0 @@
1
- import { Rule } from '@angular-devkit/schematics';
2
- import { Schema } from './schema';
3
- export default function (options: Schema): Rule;
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
- const sampleDetails = require("./sample-details");
5
- function default_1(options) {
6
- return schematics_1.componentBuilder(options, sampleDetails);
7
- }
8
- exports.default = default_1;
@@ -1,8 +0,0 @@
1
- import { Rule } from '@angular-devkit/schematics';
2
- import { componentBuilder } from "@syncfusion/ej2-angular-base/schematics";
3
- import { Schema } from './schema';
4
- import * as sampleDetails from './sample-details';
5
-
6
- export default function (options: Schema): Rule {
7
- return componentBuilder(options, sampleDetails);
8
- }
@@ -1,5 +0,0 @@
1
- export declare const componentName: string;
2
- export declare const sampleName: string;
3
- export declare const diModules: string;
4
- export declare const packageName: string;
5
- export declare const libModules: string;
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.componentName = 'inplaceeditor';
4
- exports.sampleName = 'template';
5
- exports.diModules = null;
6
- exports.packageName = '@syncfusion/ej2-angular-inplace-editor';
7
- exports.libModules = 'InPlaceEditorModule';
@@ -1,5 +0,0 @@
1
- export const componentName: string = 'inplaceeditor';
2
- export const sampleName: string = 'template';
3
- export const diModules: string = null;
4
- export const packageName: string = '@syncfusion/ej2-angular-inplace-editor';
5
- export const libModules: string = 'InPlaceEditorModule';
@@ -1,8 +0,0 @@
1
- <div class="container">
2
- Select Date:
3
- <ejs-inplaceeditor #editor mode="Inline" emptyText='mm/dd/yyyy' (actionBegin)='onActionBegin($event)'>
4
- <ng-template #template>
5
- <input id="date" value="2018-05-23" type="date">
6
- </ng-template>
7
- </ejs-inplaceeditor>
8
- </div>
@@ -1,20 +0,0 @@
1
- import { Component, ViewChild } from '@angular/core';
2
- import { ActionEventArgs, InPlaceEditorComponent } from '@syncfusion/ej2-angular-inplace-editor';
3
- /**
4
- * Template - In-place Editor
5
- */
6
- @Component({
7
- selector: '<%=dasherize(selector)%>',
8
- templateUrl: '<%=dasherize(name)%>.component.html',
9
- styleUrls: ['<%=dasherize(name)%>.component.css']
10
- })
11
-
12
- export class <%= classify(name) %>Component {
13
- @ViewChild('editor') editObj: InPlaceEditorComponent;
14
-
15
- public onActionBegin(e: ActionEventArgs): void {
16
- const value: string = (<HTMLInputElement>this.editObj.element.querySelector('#date')).value;
17
- this.editObj.value = value;
18
- e.value = value;
19
- }
20
- }
@@ -1,3 +0,0 @@
1
- import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
- export interface Schema extends ComponentSchema {
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });