UNPKG

@nexusui/components

Version:

These are custom components specially-developed for NexusUI applications. They will make your life easier by giving you out-of-the-box implementations for various high-level UI elements that you can drop directly into your application.

2 lines (1 loc) 2.17 kB
"use strict";var e;Object.defineProperty(exports,"__esModule",{value:!0}),exports.ForcePerLengthUnit=void 0,(e=exports.ForcePerLengthUnit||(exports.ForcePerLengthUnit={})).NewtonPerMetre="N/m",e.KilonewtonPerMetre="kN/m",e.NewtonsPerMillimetre="N/mm",e.TonnePerMetre="t/m",e.UkTonnePerFoot="UK-ton/ft",e.UsTonnePerFoot="US-ton/ft";const t=[{type:exports.ForcePerLengthUnit.NewtonPerMetre,displayName:"Newton Per Metre",secondaryDisplayStrings:["n/m","newtons/metre","newtons/meter","newtonspermetre","newtonspermeter"],minValue:0,maxValue:1/0,isDefault:!0,placeholder:"e.g. 1 N/m"},{type:exports.ForcePerLengthUnit.KilonewtonPerMetre,displayName:"Kilonewton Per Metre",secondaryDisplayStrings:["kn/m","kilonewtons/metre","kilonewtons/meter","kilonewtonspermetre","kilonewtonspermeter"],minValue:0,maxValue:1/0,isDefault:!1,placeholder:"e.g. 1 kN/m"},{type:exports.ForcePerLengthUnit.NewtonsPerMillimetre,displayName:"Newtons Per Millimetre",secondaryDisplayStrings:["n/mm","newtons/millimetre","newtons/millimeter","newtonspermillimetre","newtonspermillimeter"],minValue:0,maxValue:1/0,isDefault:!1,placeholder:"e.g. 1 N/mm"},{type:exports.ForcePerLengthUnit.TonnePerMetre,displayName:"Tonne Per Metre",secondaryDisplayStrings:["t/m","tonnes/metre","tonnes/meter","tonnespermetre","tonnespermeter"],minValue:0,maxValue:1/0,isDefault:!1,placeholder:"e.g. 1 t/m"},{type:exports.ForcePerLengthUnit.UkTonnePerFoot,displayName:"UK Tonne Per Foot",secondaryDisplayStrings:["uk-ton/ft","uk-ton/foot","uktonforceperfoot"],minValue:0,maxValue:1/0,isDefault:!1,placeholder:"e.g. 1 UK-ton/ft"},{type:exports.ForcePerLengthUnit.UsTonnePerFoot,displayName:"US Tonne Per Foot",secondaryDisplayStrings:["us-ton/ft","us-ton/foot","ustonforceperfoot"],minValue:0,maxValue:1/0,isDefault:!1,placeholder:"e.g. 1 US-ton/ft"}],r={[exports.ForcePerLengthUnit.NewtonPerMetre]:t[0],[exports.ForcePerLengthUnit.KilonewtonPerMetre]:t[1],[exports.ForcePerLengthUnit.NewtonsPerMillimetre]:t[2],[exports.ForcePerLengthUnit.TonnePerMetre]:t[3],[exports.ForcePerLengthUnit.UkTonnePerFoot]:t[4],[exports.ForcePerLengthUnit.UsTonnePerFoot]:t[5]};exports.ForcePerLength=r,exports.ForcePerLengthUnits=t;