UNPKG

@omnia/fx-models

Version:
18 lines (17 loc) 927 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IntegerPropertyDefinition = exports.IntegerPropertyDefinitionId = exports.IntegerDisplaySettings = void 0; const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models"); const PropertyDefinition_1 = require("../PropertyDefinition"); class IntegerDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase { } exports.IntegerDisplaySettings = IntegerDisplaySettings; exports.IntegerPropertyDefinitionId = new models_1.Guid("e2454cae-55e2-4da4-ac03-da5a31fdb3ff"); class IntegerPropertyDefinition extends PropertyDefinition_1.PropertyDefinition { constructor() { super(...arguments); this.id = exports.IntegerPropertyDefinitionId; this.typeName = "$Localize:Omnia.Ux.Properties.Definitions.Integer;"; } } exports.IntegerPropertyDefinition = IntegerPropertyDefinition;