@sprucelabs/heartwood-view-controllers 122.1.4 → 122.1.5
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/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/progress.schema.js +6 -0
- package/build/.spruce/schemas/schemas.types.d.ts +10 -0
- package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/progress.schema.js +6 -0
- package/build/esm/.spruce/schemas/schemas.types.d.ts +10 -0
- package/build/esm/schemas/v2021_02_11/cards/card.builder.d.ts +7 -0
- package/build/esm/schemas/v2021_02_11/cards/cardBody.builder.d.ts +7 -0
- package/build/esm/schemas/v2021_02_11/cards/cardSection.builder.d.ts +7 -0
- package/build/esm/schemas/v2021_02_11/dialog.builder.d.ts +7 -0
- package/build/esm/schemas/v2021_02_11/progress.builder.d.ts +7 -0
- package/build/esm/schemas/v2021_02_11/progress.builder.js +7 -0
- package/build/esm/schemas/v2021_02_11/toolBelt.builder.d.ts +7 -0
- package/build/schemas/v2021_02_11/cards/card.builder.d.ts +7 -0
- package/build/schemas/v2021_02_11/cards/cardBody.builder.d.ts +7 -0
- package/build/schemas/v2021_02_11/cards/cardSection.builder.d.ts +7 -0
- package/build/schemas/v2021_02_11/dialog.builder.d.ts +7 -0
- package/build/schemas/v2021_02_11/progress.builder.d.ts +7 -0
- package/build/schemas/v2021_02_11/progress.builder.js +7 -0
- package/build/schemas/v2021_02_11/toolBelt.builder.d.ts +7 -0
- package/package.json +1 -1
|
@@ -24,6 +24,12 @@ const progressSchema = {
|
|
|
24
24
|
hint: 'Rendered in the center of the circle indicator!',
|
|
25
25
|
options: undefined
|
|
26
26
|
},
|
|
27
|
+
/** Controller. */
|
|
28
|
+
'controller': {
|
|
29
|
+
label: 'Controller',
|
|
30
|
+
type: 'raw',
|
|
31
|
+
options: { valueType: `HeartwoodTypes.ProgressViewController`, }
|
|
32
|
+
},
|
|
27
33
|
/** Percent complete. A number from zero to 1 */
|
|
28
34
|
'percentComplete': {
|
|
29
35
|
label: 'Percent complete',
|
|
@@ -8474,6 +8474,8 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
8474
8474
|
'id'?: string | undefined | null;
|
|
8475
8475
|
/** Title. Rendered in the center of the circle indicator! */
|
|
8476
8476
|
'title'?: string | undefined | null;
|
|
8477
|
+
/** Controller. */
|
|
8478
|
+
'controller'?: (HeartwoodTypes.ProgressViewController) | undefined | null;
|
|
8477
8479
|
/** Percent complete. A number from zero to 1 */
|
|
8478
8480
|
'percentComplete'?: number | undefined | null;
|
|
8479
8481
|
/** Details. */
|
|
@@ -8498,6 +8500,14 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
8498
8500
|
hint: 'Rendered in the center of the circle indicator!';
|
|
8499
8501
|
options: undefined;
|
|
8500
8502
|
};
|
|
8503
|
+
/** Controller. */
|
|
8504
|
+
'controller': {
|
|
8505
|
+
label: 'Controller';
|
|
8506
|
+
type: 'raw';
|
|
8507
|
+
options: {
|
|
8508
|
+
valueType: `HeartwoodTypes.ProgressViewController`;
|
|
8509
|
+
};
|
|
8510
|
+
};
|
|
8501
8511
|
/** Percent complete. A number from zero to 1 */
|
|
8502
8512
|
'percentComplete': {
|
|
8503
8513
|
label: 'Percent complete';
|
|
@@ -19,6 +19,12 @@ const progressSchema = {
|
|
|
19
19
|
hint: 'Rendered in the center of the circle indicator!',
|
|
20
20
|
options: undefined
|
|
21
21
|
},
|
|
22
|
+
/** Controller. */
|
|
23
|
+
'controller': {
|
|
24
|
+
label: 'Controller',
|
|
25
|
+
type: 'raw',
|
|
26
|
+
options: { valueType: `HeartwoodTypes.ProgressViewController`, }
|
|
27
|
+
},
|
|
22
28
|
/** Percent complete. A number from zero to 1 */
|
|
23
29
|
'percentComplete': {
|
|
24
30
|
label: 'Percent complete',
|
|
@@ -8474,6 +8474,8 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
8474
8474
|
'id'?: string | undefined | null;
|
|
8475
8475
|
/** Title. Rendered in the center of the circle indicator! */
|
|
8476
8476
|
'title'?: string | undefined | null;
|
|
8477
|
+
/** Controller. */
|
|
8478
|
+
'controller'?: (HeartwoodTypes.ProgressViewController) | undefined | null;
|
|
8477
8479
|
/** Percent complete. A number from zero to 1 */
|
|
8478
8480
|
'percentComplete'?: number | undefined | null;
|
|
8479
8481
|
/** Details. */
|
|
@@ -8498,6 +8500,14 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
8498
8500
|
hint: 'Rendered in the center of the circle indicator!';
|
|
8499
8501
|
options: undefined;
|
|
8500
8502
|
};
|
|
8503
|
+
/** Controller. */
|
|
8504
|
+
'controller': {
|
|
8505
|
+
label: 'Controller';
|
|
8506
|
+
type: 'raw';
|
|
8507
|
+
options: {
|
|
8508
|
+
valueType: `HeartwoodTypes.ProgressViewController`;
|
|
8509
|
+
};
|
|
8510
|
+
};
|
|
8501
8511
|
/** Percent complete. A number from zero to 1 */
|
|
8502
8512
|
'percentComplete': {
|
|
8503
8513
|
label: 'Percent complete';
|
|
@@ -29424,6 +29424,13 @@ declare const _default: {
|
|
|
29424
29424
|
label: string;
|
|
29425
29425
|
hint: string;
|
|
29426
29426
|
};
|
|
29427
|
+
controller: {
|
|
29428
|
+
type: "raw";
|
|
29429
|
+
label: string;
|
|
29430
|
+
options: {
|
|
29431
|
+
valueType: string;
|
|
29432
|
+
};
|
|
29433
|
+
};
|
|
29427
29434
|
percentComplete: {
|
|
29428
29435
|
type: "number";
|
|
29429
29436
|
label: string;
|
|
@@ -22272,6 +22272,13 @@ declare const _default: {
|
|
|
22272
22272
|
label: string;
|
|
22273
22273
|
hint: string;
|
|
22274
22274
|
};
|
|
22275
|
+
controller: {
|
|
22276
|
+
type: "raw";
|
|
22277
|
+
label: string;
|
|
22278
|
+
options: {
|
|
22279
|
+
valueType: string;
|
|
22280
|
+
};
|
|
22281
|
+
};
|
|
22275
22282
|
percentComplete: {
|
|
22276
22283
|
type: "number";
|
|
22277
22284
|
label: string;
|
|
@@ -22222,6 +22222,13 @@ declare const _default: {
|
|
|
22222
22222
|
label: string;
|
|
22223
22223
|
hint: string;
|
|
22224
22224
|
};
|
|
22225
|
+
controller: {
|
|
22226
|
+
type: "raw";
|
|
22227
|
+
label: string;
|
|
22228
|
+
options: {
|
|
22229
|
+
valueType: string;
|
|
22230
|
+
};
|
|
22231
|
+
};
|
|
22225
22232
|
percentComplete: {
|
|
22226
22233
|
type: "number";
|
|
22227
22234
|
label: string;
|
|
@@ -29455,6 +29455,13 @@ declare const _default: {
|
|
|
29455
29455
|
label: string;
|
|
29456
29456
|
hint: string;
|
|
29457
29457
|
};
|
|
29458
|
+
controller: {
|
|
29459
|
+
type: "raw";
|
|
29460
|
+
label: string;
|
|
29461
|
+
options: {
|
|
29462
|
+
valueType: string;
|
|
29463
|
+
};
|
|
29464
|
+
};
|
|
29458
29465
|
percentComplete: {
|
|
29459
29466
|
type: "number";
|
|
29460
29467
|
label: string;
|
|
@@ -11,6 +11,13 @@ export default buildSchema({
|
|
|
11
11
|
label: 'Title',
|
|
12
12
|
hint: 'Rendered in the center of the circle indicator!',
|
|
13
13
|
},
|
|
14
|
+
controller: {
|
|
15
|
+
type: 'raw',
|
|
16
|
+
label: 'Controller',
|
|
17
|
+
options: {
|
|
18
|
+
valueType: 'HeartwoodTypes.ProgressViewController',
|
|
19
|
+
},
|
|
20
|
+
},
|
|
14
21
|
percentComplete: {
|
|
15
22
|
type: 'number',
|
|
16
23
|
label: 'Percent complete',
|
|
@@ -29496,6 +29496,13 @@ declare const _default: {
|
|
|
29496
29496
|
label: string;
|
|
29497
29497
|
hint: string;
|
|
29498
29498
|
};
|
|
29499
|
+
controller: {
|
|
29500
|
+
type: "raw";
|
|
29501
|
+
label: string;
|
|
29502
|
+
options: {
|
|
29503
|
+
valueType: string;
|
|
29504
|
+
};
|
|
29505
|
+
};
|
|
29499
29506
|
percentComplete: {
|
|
29500
29507
|
type: "number";
|
|
29501
29508
|
label: string;
|
|
@@ -29424,6 +29424,13 @@ declare const _default: {
|
|
|
29424
29424
|
label: string;
|
|
29425
29425
|
hint: string;
|
|
29426
29426
|
};
|
|
29427
|
+
controller: {
|
|
29428
|
+
type: "raw";
|
|
29429
|
+
label: string;
|
|
29430
|
+
options: {
|
|
29431
|
+
valueType: string;
|
|
29432
|
+
};
|
|
29433
|
+
};
|
|
29427
29434
|
percentComplete: {
|
|
29428
29435
|
type: "number";
|
|
29429
29436
|
label: string;
|
|
@@ -22272,6 +22272,13 @@ declare const _default: {
|
|
|
22272
22272
|
label: string;
|
|
22273
22273
|
hint: string;
|
|
22274
22274
|
};
|
|
22275
|
+
controller: {
|
|
22276
|
+
type: "raw";
|
|
22277
|
+
label: string;
|
|
22278
|
+
options: {
|
|
22279
|
+
valueType: string;
|
|
22280
|
+
};
|
|
22281
|
+
};
|
|
22275
22282
|
percentComplete: {
|
|
22276
22283
|
type: "number";
|
|
22277
22284
|
label: string;
|
|
@@ -22222,6 +22222,13 @@ declare const _default: {
|
|
|
22222
22222
|
label: string;
|
|
22223
22223
|
hint: string;
|
|
22224
22224
|
};
|
|
22225
|
+
controller: {
|
|
22226
|
+
type: "raw";
|
|
22227
|
+
label: string;
|
|
22228
|
+
options: {
|
|
22229
|
+
valueType: string;
|
|
22230
|
+
};
|
|
22231
|
+
};
|
|
22225
22232
|
percentComplete: {
|
|
22226
22233
|
type: "number";
|
|
22227
22234
|
label: string;
|
|
@@ -29455,6 +29455,13 @@ declare const _default: {
|
|
|
29455
29455
|
label: string;
|
|
29456
29456
|
hint: string;
|
|
29457
29457
|
};
|
|
29458
|
+
controller: {
|
|
29459
|
+
type: "raw";
|
|
29460
|
+
label: string;
|
|
29461
|
+
options: {
|
|
29462
|
+
valueType: string;
|
|
29463
|
+
};
|
|
29464
|
+
};
|
|
29458
29465
|
percentComplete: {
|
|
29459
29466
|
type: "number";
|
|
29460
29467
|
label: string;
|
|
@@ -13,6 +13,13 @@ exports.default = (0, schema_1.buildSchema)({
|
|
|
13
13
|
label: 'Title',
|
|
14
14
|
hint: 'Rendered in the center of the circle indicator!',
|
|
15
15
|
},
|
|
16
|
+
controller: {
|
|
17
|
+
type: 'raw',
|
|
18
|
+
label: 'Controller',
|
|
19
|
+
options: {
|
|
20
|
+
valueType: 'HeartwoodTypes.ProgressViewController',
|
|
21
|
+
},
|
|
22
|
+
},
|
|
16
23
|
percentComplete: {
|
|
17
24
|
type: 'number',
|
|
18
25
|
label: 'Percent complete',
|
|
@@ -29496,6 +29496,13 @@ declare const _default: {
|
|
|
29496
29496
|
label: string;
|
|
29497
29497
|
hint: string;
|
|
29498
29498
|
};
|
|
29499
|
+
controller: {
|
|
29500
|
+
type: "raw";
|
|
29501
|
+
label: string;
|
|
29502
|
+
options: {
|
|
29503
|
+
valueType: string;
|
|
29504
|
+
};
|
|
29505
|
+
};
|
|
29499
29506
|
percentComplete: {
|
|
29500
29507
|
type: "number";
|
|
29501
29508
|
label: string;
|
package/package.json
CHANGED